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)

2022-03-26T03:16:05.263Z||main|||||INFO|500||The following profiles are active: basic
2022-03-26T03:16:16.725Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-26T03:16:16.726Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-26T03:16:16.835Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-26T03:16:20.745Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-26T03:16:21.171Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-26T03:16:21.618Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-26T03:16:21.625Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-26T03:16:21.728Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-26T03:16:21.924Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-26T03:16:22.511Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-26T03:16:24.109Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-26T03:16:26.448Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-26T03:16:26.508Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-26T03:16:27.102Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-26T03:16:27.240Z||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.
2022-03-26T03:16:28.532Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-26T03:16:29.664Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-26T03:16:29.685Z||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$$af915e9a.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)
2022-03-26T03:16:29.686Z||main|||||WARN|500||The sdc end point is not alive
2022-03-26T03:16:33.013Z||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
2022-03-26T03:16:36.273Z||main|||||WARN|500||---
2022-03-26T03:16:36.274Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-26T03:16:36.274Z||main|||||WARN|500||---
2022-03-26T03:16:36.709Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-26T03:16:41.921Z||main|||||INFO|500||Started Application in 39.542 seconds (JVM running for 41.385)
2022-03-26T03:16:41.938Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-26T03:16:41.940Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-26T03:16:41.954Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-26T03:16:41.977Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-26T03:16:42.018Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 334fc3ac-0778-445a-94db-fcd092a49919 url= /sdc/v1/artifactTypes
2022-03-26T03:16:42.019Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-26T03:16:42.337Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-26T03:16:42.363Z||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
2022-03-26T03:16:42.388Z||scheduling-1|||||DEBUG|500||create keys
2022-03-26T03:16:42.398Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-26T03:16:42.473Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:16:42.496Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d7fa9f20-d6eb-4df0-bc2f-0155e057ebf5 url= /sdc/v1/registerForDistribution
2022-03-26T03:16:42.726Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d7fa9f20-d6eb-4df0-bc2f-0155e057ebf5 url= /sdc/v1/registerForDistribution
2022-03-26T03:16:42.727Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-26T03:16:42.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:16:42.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:16:42.756Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-26T03:16:42.760Z||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.
2022-03-26T03:16:42.760Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:16:42.763Z||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.
2022-03-26T03:16:42.764Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:16:53.089Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:16:53.091Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:17:42.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:17:42.741Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:17:42.741Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:17:42.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:17:42.745Z||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.
2022-03-26T03:17:42.745Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:17:52.297Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:17:52.297Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:18:42.740Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:18:42.741Z||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.
2022-03-26T03:18:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:18:42.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:18:42.744Z||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.
2022-03-26T03:18:42.745Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:18:52.287Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:18:52.287Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:19:42.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:19:42.741Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:19:42.741Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:19:42.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:19:42.744Z||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.
2022-03-26T03:19:42.745Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:19:52.288Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:19:52.289Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:20:42.739Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:20:42.741Z||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.
2022-03-26T03:20:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:20:42.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:20:42.744Z||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.
2022-03-26T03:20:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:20:52.290Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:20:52.290Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:21:42.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:21:42.741Z||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.
2022-03-26T03:21:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:21:42.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:21:42.744Z||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.
2022-03-26T03:21:42.745Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:21:52.288Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:21:52.289Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:22:42.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:22:42.741Z||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.
2022-03-26T03:22:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:22:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:22:42.744Z||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.
2022-03-26T03:22:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:22:52.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:22:52.285Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:23:42.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:23:42.740Z||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.
2022-03-26T03:23:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:23:42.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:23:42.744Z||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.
2022-03-26T03:23:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:23:52.283Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:23:52.285Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:24:42.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:24:42.741Z||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.
2022-03-26T03:24:42.742Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:24:42.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:24:42.743Z||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.
2022-03-26T03:24:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:24:52.292Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:24:52.292Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:25:42.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:25:42.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:25:42.744Z||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.
2022-03-26T03:25:42.744Z||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.
2022-03-26T03:25:42.745Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:25:42.745Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:25:52.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:25:52.300Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:26:01.688Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-26T03:26:42.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:26:42.741Z||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.
2022-03-26T03:26:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:26:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:26:42.743Z||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.
2022-03-26T03:26:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:26:52.293Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:26:52.292Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:27:42.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:27:42.741Z||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.
2022-03-26T03:27:42.742Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:27:42.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:27:42.743Z||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.
2022-03-26T03:27:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:27:52.289Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:27:52.290Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:28:42.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:28:42.740Z||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.
2022-03-26T03:28:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:28:42.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:28:42.744Z||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.
2022-03-26T03:28:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:28:52.291Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:28:52.291Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:29:42.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:29:42.740Z||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.
2022-03-26T03:29:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:29:42.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:29:42.744Z||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.
2022-03-26T03:29:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:29:52.286Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:29:52.287Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:30:42.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:30:42.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:30:42.741Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:30:42.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:30:42.746Z||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.
2022-03-26T03:30:42.746Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:30:52.328Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:30:52.328Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:31:42.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:31:42.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:31:42.741Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:31:42.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:31:42.743Z||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.
2022-03-26T03:31:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:31:52.290Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:31:52.290Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:32:42.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:32:42.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:32:42.742Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:32:42.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:32:42.743Z||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.
2022-03-26T03:32:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:32:52.293Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:32:52.298Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:33:42.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:33:42.742Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:33:42.742Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:33:42.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:33:42.743Z||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.
2022-03-26T03:33:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:33:52.293Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:33:52.293Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:34:42.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:34:42.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:34:42.742Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:34:42.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:34:42.744Z||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.
2022-03-26T03:34:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:34:52.290Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:34:52.290Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:35:42.739Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:35:42.741Z||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.
2022-03-26T03:35:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:35:42.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:35:42.743Z||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.
2022-03-26T03:35:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:35:52.287Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:35:52.287Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:36:42.739Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:36:42.740Z||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.
2022-03-26T03:36:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:36:42.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:36:42.744Z||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.
2022-03-26T03:36:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:36:52.287Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:36:52.287Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:37:42.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:37:42.741Z||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.
2022-03-26T03:37:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:37:42.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:37:42.744Z||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.
2022-03-26T03:37:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:37:52.292Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:37:52.293Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:38:42.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:38:42.741Z||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.
2022-03-26T03:38:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:38:42.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:38:42.744Z||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.
2022-03-26T03:38:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:38:52.284Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:38:52.285Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:39:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:39:42.741Z||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.
2022-03-26T03:39:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:39:42.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:39:42.743Z||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.
2022-03-26T03:39:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:39:52.290Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:39:52.293Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:40:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:40:42.740Z||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.
2022-03-26T03:40:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:40:42.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:40:42.743Z||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.
2022-03-26T03:40:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:40:52.284Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:40:52.285Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:41:42.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:41:42.741Z||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.
2022-03-26T03:41:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:41:42.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:41:42.743Z||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.
2022-03-26T03:41:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:41:52.290Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:41:52.292Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:42:42.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:42:42.742Z||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.
2022-03-26T03:42:42.742Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:42:42.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:42:42.743Z||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.
2022-03-26T03:42:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:42:52.300Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:42:52.300Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:43:42.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:43:42.741Z||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.
2022-03-26T03:43:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:43:42.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:43:42.743Z||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.
2022-03-26T03:43:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:43:52.285Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:43:52.286Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:44:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:44:42.740Z||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.
2022-03-26T03:44:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:44:42.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:44:42.744Z||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.
2022-03-26T03:44:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:44:52.287Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:44:52.287Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:42.739Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:45:42.741Z||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.
2022-03-26T03:45:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:45:42.743Z||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.
2022-03-26T03:45:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:43.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:43.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "dcae-sch",
  "timestamp": 1648266330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "aai-ml",
  "timestamp": 1648266330165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "policy-id",
  "timestamp": 1648266333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "dcae-sch",
  "timestamp": 1648266330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "aai-ml",
  "timestamp": 1648266330165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "policy-id",
  "timestamp": 1648266333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "dcae-sch",
  "timestamp": 1648266330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "aai-ml",
  "timestamp": 1648266330165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T03:45:43.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "policy-id",
  "timestamp": 1648266333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-26T03:45:43.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "dcae-sch",
  "timestamp": 1648266330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "aai-ml",
  "timestamp": 1648266330165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-26T03:45:43.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "policy-id",
  "timestamp": 1648266333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "dcae-sch",
  "timestamp": 1648266330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "aai-ml",
  "timestamp": 1648266330165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "policy-id",
  "timestamp": 1648266333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "cds",
  "timestamp": 1648266342277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "dcae-sch",
  "timestamp": 1648266330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "aai-ml",
  "timestamp": 1648266330165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "policy-id",
  "timestamp": 1648266333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-26T03:45:43.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:45:43.374Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:43.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1341ccc9-7371-4ad3-aff9-d4c1324a2e28","serviceName":"basic_onboard_tAtUHc","serviceVersion":"1.0","serviceUUID":"dee126c5-87b5-4246-84fe-cbe7f8426873","serviceDescription":"service","serviceInvariantUUID":"2a659f16-d054-49c2-9c22-e26bb4e8f532","resources":[{"resourceInstanceName":"basic_onboard_tAtUHc 0","resourceName":"basic_onboard_tAtUHc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8469a8ad-86aa-4cc4-8d38-213bdca7d6a1","resourceInvariantUUID":"1f168916-83aa-422d-ac6f-febff2d87074","resourceCustomizationUUID":"269d91b1-f502-4aa2-b562-8fd3c9c4df1c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml","artifactChecksum":"ZGY4MWZkZThhOWNkZWQzZjA0ZTVjZGZlYzI1MjcyNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16304af5-de73-49dc-87e0-d801ead9a574","artifactVersion":"1"},{"artifactName":"basic_onboard_tatuhc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json","artifactChecksum":"OGU0OTkzMGU5MjBhOTlmYTdlMTM5ODQ5NTY5NzcxN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b66ca40f-845d-4e6e-8de0-a4f712fa4d2a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bc30fe1e-39e0-4614-b745-a900b0730cf0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"888863e2-6544-467b-aa9e-46aea2bf9b2d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dda06738-18a0-4b8e-8eaa-f8609c1b1248","artifactVersion":"2","generatedFromUUID":"bc30fe1e-39e0-4614-b745-a900b0730cf0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTatuhc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml","artifactChecksum":"MThhNjJmN2YxMDBjZGJhMTkwOGUzOTc2ZGEzZWVkMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a67228db-2b55-45bf-814a-30adf828026e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTatuhc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar","artifactChecksum":"ZWM4NGQyNGIwODE5YjkwNjAwMDQ5MTkxOTg4N2M0ZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7fedd15-bb38-4d81-b67a-8c5ebd7ffb73","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T03:45:43.384Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:45:43.390Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:43.399Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:43.400Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266342739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.500Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-26T03:45:43.506Z||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.
2022-03-26T03:45:43.506Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:43.521Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:43.523Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:44.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:45:44.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:44.414Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:44.414Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266342739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T03:45:44.515Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:44.516Z||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.
2022-03-26T03:45:44.516Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:44.530Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:44.531Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:45.415Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:45:45.416Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:45.418Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:45.418Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266342739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-26T03:45:45.518Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:45.519Z||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.
2022-03-26T03:45:45.519Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:45.530Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:45.531Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:46.418Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:45:46.419Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:46.422Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:46.422Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266342739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:46.522Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:46.524Z||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.
2022-03-26T03:45:46.524Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:46.537Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:46.538Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:47.423Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:45:47.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:47.426Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:47.426Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266342739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-26T03:45:47.526Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:47.527Z||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.
2022-03-26T03:45:47.528Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:47.539Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:47.540Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:48.427Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:45:48.427Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:48.430Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:48.430Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266342739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:45:48.530Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:48.531Z||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.
2022-03-26T03:45:48.531Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:48.560Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:48.561Z||pool-8-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:49.430Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:45:49.431Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:49.433Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:49.434Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266342739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:45:49.534Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:49.535Z||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.
2022-03-26T03:45:49.535Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:49.609Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:49.610Z||pool-9-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1}
2022-03-26T03:45:50.435Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "serviceName": "basic_onboard_tAtUHc",
  "serviceVersion": "1.0",
  "serviceUUID": "dee126c5-87b5-4246-84fe-cbe7f8426873",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2a659f16-d054-49c2-9c22-e26bb4e8f532",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_tAtUHc 0",
      "resourceCustomizationUUID": "269d91b1-f502-4aa2-b562-8fd3c9c4df1c",
      "resourceName": "basic_onboard_tAtUHc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8469a8ad-86aa-4cc4-8d38-213bdca7d6a1",
      "resourceInvariantUUID": "1f168916-83aa-422d-ac6f-febff2d87074",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_tatuhc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
          "artifactChecksum": "OGU0OTkzMGU5MjBhOTlmYTdlMTM5ODQ5NTY5NzcxN2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b66ca40f-845d-4e6e-8de0-a4f712fa4d2a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bc30fe1e-39e0-4614-b745-a900b0730cf0",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dda06738-18a0-4b8e-8eaa-f8609c1b1248",
            "generatedFromUUID": "bc30fe1e-39e0-4614-b745-a900b0730cf0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dda06738-18a0-4b8e-8eaa-f8609c1b1248",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTatuhc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
      "artifactChecksum": "ZWM4NGQyNGIwODE5YjkwNjAwMDQ5MTkxOTg4N2M0ZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b7fedd15-bb38-4d81-b67a-8c5ebd7ffb73"
    }
  ],
  "workloadContext": "Production"
}
2022-03-26T03:45:50.437Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T03:45:50.437Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dee126c5-87b5-4246-84fe-cbe7f8426873 ASDC
2022-03-26T03:45:50.568Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1341ccc9-7371-4ad3-aff9-d4c1324a2e28
ServiceName:basic_onboard_tAtUHc
ServiceVersion:1.0
ServiceUUID:dee126c5-87b5-4246-84fe-cbe7f8426873
ServiceInvariantUUID:2a659f16-d054-49c2-9c22-e26bb4e8f532
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTatuhc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar
ArtifactUUID:b7fedd15-bb38-4d81-b67a-8c5ebd7ffb73
ArtifactChecksum:ZWM4NGQyNGIwODE5YjkwNjAwMDQ5MTkxOTg4N2M0ZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tAtUHc 0
ResourceCustomizationUUID:269d91b1-f502-4aa2-b562-8fd3c9c4df1c
ResourceInvariantUUID:1f168916-83aa-422d-ac6f-febff2d87074
ResourceName:basic_onboard_tAtUHc
ResourceType:VF
ResourceUUID:8469a8ad-86aa-4cc4-8d38-213bdca7d6a1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tatuhc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json
ArtifactUUID:b66ca40f-845d-4e6e-8de0-a4f712fa4d2a
ArtifactChecksum:OGU0OTkzMGU5MjBhOTlmYTdlMTM5ODQ5NTY5NzcxN2I=
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/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bc30fe1e-39e0-4614-b745-a900b0730cf0
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/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env
ArtifactUUID:dda06738-18a0-4b8e-8eaa-f8609c1b1248
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/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env
ArtifactUUID:dda06738-18a0-4b8e-8eaa-f8609c1b1248
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-26T03:45:50.569Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dee126c5-87b5-4246-84fe-cbe7f8426873 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 (?, ?, ?, ?, ?)
2022-03-26T03:45:50.830Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T03:45:50.831Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:45:50.832Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:45:50.833Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b7fedd15-bb38-4d81-b67a-8c5ebd7ffb73 from URL: /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:50.833Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:45:50.834Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:51.131Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:45:51.156Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar b7fedd15-bb38-4d81-b67a-8c5ebd7ffb73 71539
2022-03-26T03:45:51.159Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar ASDC sendASDCNotification
2022-03-26T03:45:51.159Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:51.161Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:45:51.163Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:51.166Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:51.166Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266351157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:45:51.266Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:51.267Z||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.
2022-03-26T03:45:51.268Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:51.283Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:51.284Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:52.169Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T03:45:52.171Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:45:52.171Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b7fedd15-bb38-4d81-b67a-8c5ebd7ffb73, URL: /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar to file: /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:52.172Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:52.255Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:52.255Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:52.962Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9235789559246431913/Definitions/service-BasicOnboardTatuhc-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
2022-03-26T03:45:55.242Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T03:45:55.247Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-26T03:45:55.247Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.247Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-26T03:45:55.247Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.247Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tAtUHc 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-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-26T03:45:55.255Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:55.256Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:55.260Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:55.260Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-26T03:45:55.261Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T03:45:55.263Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:55.263Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:55.263Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:55.264Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-26T03:45:55.264Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T03:45:55.264Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:55.264Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:55.267Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:55.267Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is not matching search criteria
2022-03-26T03:45:55.267Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-26T03:45:55.268Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-26T03:45:55.268Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-26T03:45:55.268Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-26T03:45:55.268Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-26T03:45:55.268Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:55.268Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T03:45:55.269Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:55.270Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:55.270Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:45:55.270Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:55.270Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:55.271Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:45:55.271Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:55.271Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:55.271Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:45:55.271Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:55.272Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is not matching search criteria
2022-03-26T03:45:55.272Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-26T03:45:55.272Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-26T03:45:55.272Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=46f2bd4f-8524-4279-880c-b2d7a47e8486
2022-03-26T03:45:55.272Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:55.273Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:55.273Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:55.273Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:55.273Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:55.273Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:55.273Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:55.274Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:55.274Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_tAtUHc
Description:service
Model UUID:dee126c5-87b5-4246-84fe-cbe7f8426873
Model Version:NULL
Model InvariantUuid:2a659f16-d054-49c2-9c22-e26bb4e8f532
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_tAtUHc
Model UUID:0489ee7b-cecb-4eb6-b07d-356eb9d60a4e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1f168916-83aa-422d-ac6f-febff2d87074
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:269d91b1-f502-4aa2-b562-8fd3c9c4df1c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f35a38d1-a883-42fa-af53-a262307e434d
ModelName:BasicOnboardTatuhc..base_ubuntu18..module-0
ModelUuid:5264f602-328b-40d4-be8b-0140e9c2f5bf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:46f2bd4f-8524-4279-880c-b2d7a47e8486
ModelInvariantUuid:7e7c4f3c-09b3-4840-836a-ff0ee63c8d5b
ModelName:basic_onboard_tAtUHc-nodes.ubuntu18Cvfc
ModelUuid:1bff1c2f-a851-4e79-a29c-5e74a4244c02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:beec6ca6-01ec-4a9b-99e6-8164fbb34f98
ModelInvariantUuid:0ae69e10-a1ba-48ce-ab52-bb4c5227effd
ModelName:BasicOnboardTatuhc.compute.nodes.heat.ubuntu18
ModelUuid:58a1663b-cbc7-4a09-99da-f5f992a813a0
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=?
2022-03-26T03:45:55.294Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 8469a8ad-86aa-4cc4-8d38-213bdca7d6a1
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=?
2022-03-26T03:45:55.376Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||basic_onboard_tAtUHc 0
2022-03-26T03:45:55.383Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8469a8ad-86aa-4cc4-8d38-213bdca7d6a1
2022-03-26T03:45:55.383Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b66ca40f-845d-4e6e-8de0-a4f712fa4d2a from URL: /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json
2022-03-26T03:45:55.383Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:45:55.383Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json
2022-03-26T03:45:55.429Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:45:55.429Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json b66ca40f-845d-4e6e-8de0-a4f712fa4d2a 798
2022-03-26T03:45:55.430Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json ASDC sendASDCNotification
2022-03-26T03:45:55.430Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json
2022-03-26T03:45:55.430Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:45:55.431Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:55.433Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:55.434Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266355430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:45:55.534Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:55.535Z||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.
2022-03-26T03:45:55.535Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:55.546Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:55.547Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:56.436Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTatuhc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f35a38d1-a883-42fa-af53-a262307e434d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5264f602-328b-40d4-be8b-0140e9c2f5bf",
    "vfModuleModelCustomizationUUID": "fd1d7a68-3601-403c-9706-fbed312c2e3d",
    "isBase": true,
    "artifacts": [
      "bc30fe1e-39e0-4614-b745-a900b0730cf0",
      "dda06738-18a0-4b8e-8eaa-f8609c1b1248"
    ],
    "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": ""
    }
  }
]
2022-03-26T03:45:56.450Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTatuhc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5264f602-328b-40d4-be8b-0140e9c2f5bf
VfModuleModelInvariantUUID:f35a38d1-a883-42fa-af53-a262307e434d
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc30fe1e-39e0-4614-b745-a900b0730cf0
,
dda06738-18a0-4b8e-8eaa-f8609c1b1248

}
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


}

2022-03-26T03:45:56.453Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTatuhc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f35a38d1-a883-42fa-af53-a262307e434d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5264f602-328b-40d4-be8b-0140e9c2f5bf",
    "vfModuleModelCustomizationUUID": "fd1d7a68-3601-403c-9706-fbed312c2e3d",
    "isBase": true,
    "artifacts": [
      "bc30fe1e-39e0-4614-b745-a900b0730cf0",
      "dda06738-18a0-4b8e-8eaa-f8609c1b1248"
    ],
    "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": ""
    }
  }
]
2022-03-26T03:45:56.453Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTatuhc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5264f602-328b-40d4-be8b-0140e9c2f5bf
VfModuleModelInvariantUUID:f35a38d1-a883-42fa-af53-a262307e434d
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc30fe1e-39e0-4614-b745-a900b0730cf0
,
dda06738-18a0-4b8e-8eaa-f8609c1b1248

}
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


}

2022-03-26T03:45:56.453Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bc30fe1e-39e0-4614-b745-a900b0730cf0 from URL: /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml
2022-03-26T03:45:56.454Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:45:56.454Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml
2022-03-26T03:45:56.575Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:45:56.576Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml bc30fe1e-39e0-4614-b745-a900b0730cf0 5033
2022-03-26T03:45:56.577Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-26T03:45:56.577Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml
2022-03-26T03:45:56.577Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:45:56.578Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:56.580Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:56.580Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266356577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:45:56.680Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:56.681Z||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.
2022-03-26T03:45:56.681Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:56.694Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:56.695Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:57.582Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dda06738-18a0-4b8e-8eaa-f8609c1b1248 from URL: /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env
2022-03-26T03:45:57.582Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:45:57.582Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env
2022-03-26T03:45:57.853Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:45:57.853Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env dda06738-18a0-4b8e-8eaa-f8609c1b1248 909
2022-03-26T03:45:57.854Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-26T03:45:57.854Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env
2022-03-26T03:45:57.854Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:45:57.854Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:57.857Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:57.857Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266357854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:45:57.957Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:57.958Z||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.
2022-03-26T03:45:57.958Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:57.970Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:57.971Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:58.858Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: dee126c5-87b5-4246-84fe-cbe7f8426873
2022-03-26T03:45:58.858Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_tAtUHc 0 8469a8ad-86aa-4cc4-8d38-213bdca7d6a1 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=?
2022-03-26T03:45:58.889Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72e423f9, org.onap.sdc.toscaparser.api.parameters.Input@43347cd4, org.onap.sdc.toscaparser.api.parameters.Input@4c8ca5f, org.onap.sdc.toscaparser.api.parameters.Input@c75fd0c, org.onap.sdc.toscaparser.api.parameters.Input@5fddec90]
2022-03-26T03:45:58.893Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:58.893Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.893Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-26T03:45:58.894Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 269d91b1-f502-4aa2-b562-8fd3c9c4df1c
2022-03-26T03:45:58.894Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 269d91b1-f502-4aa2-b562-8fd3c9c4df1c matches Tosca VF Customization UUID: 269d91b1-f502-4aa2-b562-8fd3c9c4df1c
2022-03-26T03:45:58.894Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 269d91b1-f502-4aa2-b562-8fd3c9c4df1c  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=?
2022-03-26T03:45:58.902Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:58.902Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.903Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 269d91b1-f502-4aa2-b562-8fd3c9c4df1c: {\"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\"}
2022-03-26T03:45:58.904Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@362056f9
2022-03-26T03:45:58.904Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:58.904Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T03:45:58.905Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fd1d7a68-3601-403c-9706-fbed312c2e3d
2022-03-26T03:45:58.906Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fd1d7a68-3601-403c-9706-fbed312c2e3d
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=?
2022-03-26T03:45:58.913Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:58.913Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:58.913Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:45:58.914Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:58.914Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:58.915Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:45:58.915Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:58.915Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is not matching search criteria
2022-03-26T03:45:58.916Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-26T03:45:58.916Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-26T03:45:58.916Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=46f2bd4f-8524-4279-880c-b2d7a47e8486
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=?
2022-03-26T03:45:58.923Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:58.923Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:58.924Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:45:58.924Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:58.924Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:58.924Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0] matching following query criteria: sdcType=VF, customizationUUID=269d91b1-f502-4aa2-b562-8fd3c9c4df1c
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=?
2022-03-26T03:45:58.926Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:58.927Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.927Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid dee126c5-87b5-4246-84fe-cbe7f8426873: basic_onboard_tAtUHc
2022-03-26T03:45:58.927Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:58.928Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.928Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:58.928Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.928Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:58.929Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.929Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:58.929Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.929Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:45:58.930Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.930Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_tAtUHc 
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 (?, ?, ?, ?, ?)
2022-03-26T03:45:59.096Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_tAtUHc 8469a8ad-86aa-4cc4-8d38-213bdca7d6a1 1 ASDC deployResourceStructure
2022-03-26T03:45:59.097Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json ASDC sendASDCNotification
2022-03-26T03:45:59.097Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json
2022-03-26T03:45:59.097Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:45:59.097Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:59.099Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:59.099Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266359097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T03:45:59.199Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:59.200Z||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.
2022-03-26T03:45:59.201Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:59.211Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:45:59.212Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:46:00.100Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-26T03:46:00.100Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml
2022-03-26T03:46:00.101Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:46:00.101Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:46:00.103Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:46:00.103Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266360100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T03:46:00.203Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:46:00.204Z||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.
2022-03-26T03:46:00.204Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:46:00.217Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:46:00.218Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:46:01.104Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-26T03:46:01.104Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env
2022-03-26T03:46:01.104Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:46:01.104Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:46:01.106Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:46:01.107Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266361103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-26T03:46:01.207Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:46:01.208Z||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.
2022-03-26T03:46:01.208Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:46:01.218Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:46:01.218Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:46:02.107Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar ASDC sendASDCNotification
2022-03-26T03:46:02.108Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:46:02.109Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:46:02.109Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:46:02.111Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:46:02.112Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266362107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:46:02.213Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-26T03:46:02.217Z||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.
2022-03-26T03:46:02.217Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:46:02.233Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:46:02.234Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:46:03.113Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T03:46:03.141Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T03:46:03.143Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:46:03.144Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:46:03.144Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:46:33.144Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T03:46:33.153Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T03:46:33.156Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:46:33.156Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:46:33.156Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:46:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:46:42.744Z||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.
2022-03-26T03:46:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:46:42.764Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:46:42.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:46:42.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "cds",
  "timestamp": 1648266342277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:46:42.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:47:03.156Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T03:47:03.167Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T03:47:03.170Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:47:03.170Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:47:03.170Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:47:33.170Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T03:47:33.180Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T03:47:33.185Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:47:33.185Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:47:33.185Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:47:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:47:42.744Z||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.
2022-03-26T03:47:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:47:42.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:47:42.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:47:42.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "dcae-sch",
  "timestamp": 1648266330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:47:42.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:03.185Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T03:48:03.196Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T03:48:03.198Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:48:03.198Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:48:03.198Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:48:33.199Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T03:48:33.210Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T03:48:33.212Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:48:33.212Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:48:33.212Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:48:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:48:42.743Z||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.
2022-03-26T03:48:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:48:42.774Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:48:42.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "aai-ml",
  "timestamp": 1648266330165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:48:42.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266342739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "policy-id",
  "timestamp": 1648266333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "cds",
  "timestamp": 1648266342277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266342739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "cds",
  "timestamp": 1648266342277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266342739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "aai-ml",
  "timestamp": 1648266346104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "policy-id",
  "timestamp": 1648266346276,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266345836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "cds",
  "timestamp": 1648266342277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266342739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "policy-id",
  "timestamp": 1648266347285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "cds",
  "timestamp": 1648266342277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266347208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266342739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-26T03:48:42.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "policy-id",
  "timestamp": 1648266348290,
  "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=?
2022-03-26T03:48:42.794Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
2022-03-26T03:48:42.794Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 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 (?, ?, ?, ?, ?)
2022-03-26T03:48:42.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "cds",
  "timestamp": 1648266342277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:48:42.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266348430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266342739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "cds",
  "timestamp": 1648266350265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266342739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:48:42.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266349501,
  "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=?
2022-03-26T03:48:42.838Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
2022-03-26T03:48:42.838Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 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=?
2022-03-26T03:48:42.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "cds",
  "timestamp": 1648266351287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-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=?
2022-03-26T03:48:42.858Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
2022-03-26T03:48:42.858Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 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 (?, ?, ?, ?, ?)
2022-03-26T03:48:42.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266350505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T03:48:42.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266351157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266355430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266355367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266356577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266355367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "clamp",
  "timestamp": 1648266357312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266357854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "aai-ml",
  "timestamp": 1648266358423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266355367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "clamp",
  "timestamp": 1648266357312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T03:48:42.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "aai-ml",
  "timestamp": 1648266359429,
  "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=?
2022-03-26T03:48:42.878Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
2022-03-26T03:48:42.878Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 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 (?, ?, ?, ?, ?)
2022-03-26T03:48:42.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266355367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266359097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T03:48:42.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "clamp",
  "timestamp": 1648266357312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266355367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266360100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T03:48:42.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "clamp",
  "timestamp": 1648266357312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266355367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266361103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-26T03:48:42.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "clamp",
  "timestamp": 1648266357312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266355367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:48:42.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266362107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:48:42.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "clamp",
  "timestamp": 1648266357312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "clamp",
  "timestamp": 1648266357312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:48:42.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:48:42.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266363465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.893Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266367959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:48:42.893Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266368965,
  "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=?
2022-03-26T03:48:42.900Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
2022-03-26T03:48:42.900Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 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 (?, ?, ?, ?, ?)
2022-03-26T03:48:42.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "clamp",
  "timestamp": 1648266378231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "clamp",
  "timestamp": 1648266380240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:48:42.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "clamp",
  "timestamp": 1648266381245,
  "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=?
2022-03-26T03:48:42.916Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
2022-03-26T03:48:42.916Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 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 (?, ?, ?, ?, ?)
2022-03-26T03:49:03.213Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T03:49:03.225Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T03:49:03.229Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:49:03.229Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-26T03:49:03.229Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-26T03:49:03.229Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-26T03:49:03.229Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:49:03.230Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:49:03.230Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:49:03.230Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:49:03.230Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:49:03.230Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:49:03.230Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T03:49:03.237Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-26T03:49:33.237Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 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=?
2022-03-26T03:49:33.254Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 and serviceModelVersionId: dee126c5-87b5-4246-84fe-cbe7f8426873
2022-03-26T03:49:33.255Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a659f16-d054-49c2-9c22-e26bb4e8f532
2022-03-26T03:49:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:49:42.744Z||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.
2022-03-26T03:49:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:42.777Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:49:42.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266437746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266445367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266437746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "cds",
  "timestamp": 1648266447277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266445367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "clamp",
  "timestamp": 1648266447312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266437746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "cds",
  "timestamp": 1648266447277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266445367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "clamp",
  "timestamp": 1648266447312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266437746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "cds",
  "timestamp": 1648266447277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266445367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "clamp",
  "timestamp": 1648266447312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266437746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "cds",
  "timestamp": 1648266447277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266445367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "aai-ml",
  "timestamp": 1648266450165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "clamp",
  "timestamp": 1648266447312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266437746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "cds",
  "timestamp": 1648266447277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266445367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "dcae-sch",
  "timestamp": 1648266450537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "aai-ml",
  "timestamp": 1648266450165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "clamp",
  "timestamp": 1648266447312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266437746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266445367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "cds",
  "timestamp": 1648266447277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "dcae-sch",
  "timestamp": 1648266450537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "aai-ml",
  "timestamp": 1648266450165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "clamp",
  "timestamp": 1648266447312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "cds",
  "timestamp": 1648266447277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "dcae-sch",
  "timestamp": 1648266450537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266453248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "aai-ml",
  "timestamp": 1648266450165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266453270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "clamp",
  "timestamp": 1648266447312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "policy-id",
  "timestamp": 1648266453845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "dcae-sch",
  "timestamp": 1648266450537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "aai-ml",
  "timestamp": 1648266450165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "cds",
  "timestamp": 1648266455353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266454553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:49:42.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "policy-id",
  "timestamp": 1648266453845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "dcae-sch",
  "timestamp": 1648266450537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "aai-ml",
  "timestamp": 1648266450165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "cds",
  "timestamp": 1648266456361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-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 (?, ?, ?, ?, ?)
2022-03-26T03:49:42.819Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2658949c-3569-4386-9463-53ec9836d5dd
2022-03-26T03:49:42.819Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2658949c-3569-4386-9463-53ec9836d5dd 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 (?, ?, ?, ?, ?)
2022-03-26T03:49:42.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "policy-id",
  "timestamp": 1648266453845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-26T03:49:42.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266455945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:49:42.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266456344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "dcae-sch",
  "timestamp": 1648266450537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "aai-ml",
  "timestamp": 1648266450165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266456701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:49:42.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "policy-id",
  "timestamp": 1648266453845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266456974,
  "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=?
2022-03-26T03:49:42.837Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2658949c-3569-4386-9463-53ec9836d5dd
2022-03-26T03:49:42.837Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2658949c-3569-4386-9463-53ec9836d5dd 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 (?, ?, ?, ?, ?)
2022-03-26T03:49:42.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266456344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "dcae-sch",
  "timestamp": 1648266450537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "aai-ml",
  "timestamp": 1648266458084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:49:42.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266457705,
  "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=?
2022-03-26T03:49:42.853Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2658949c-3569-4386-9463-53ec9836d5dd
2022-03-26T03:49:42.853Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2658949c-3569-4386-9463-53ec9836d5dd 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 (?, ?, ?, ?, ?)
2022-03-26T03:49:42.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "policy-id",
  "timestamp": 1648266453845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266457981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266456344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "policy-id",
  "timestamp": 1648266453845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266456344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "policy-id",
  "timestamp": 1648266453845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:49:42.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266456344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "policy-id",
  "timestamp": 1648266461745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266456344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "policy-id",
  "timestamp": 1648266462751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:49:42.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266456344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:49:48.187Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a659f16-d054-49c2-9c22-e26bb4e8f532/model-vers/model-ver/dee126c5-87b5-4246-84fe-cbe7f8426873?depth=0
2022-03-26T03:49:48.299Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-26T03:49:48.871Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a659f16-d054-49c2-9c22-e26bb4e8f532/model-vers/model-ver/dee126c5-87b5-4246-84fe-cbe7f8426873?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]}
2022-03-26T03:49:48.876Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a659f16-d054-49c2-9c22-e26bb4e8f532/model-vers/model-ver/dee126c5-87b5-4246-84fe-cbe7f8426873?depth=0|INFO|500||Invoke
2022-03-26T03:49:48.986Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a659f16-d054-49c2-9c22-e26bb4e8f532/model-vers/model-ver/dee126c5-87b5-4246-84fe-cbe7f8426873?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-26T03:49:49.342Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a659f16-d054-49c2-9c22-e26bb4e8f532/model-vers/model-ver/dee126c5-87b5-4246-84fe-cbe7f8426873?depth=0|INFO|500||InvokeReturn
2022-03-26T03:49:49.344Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a659f16-d054-49c2-9c22-e26bb4e8f532/model-vers/model-ver/dee126c5-87b5-4246-84fe-cbe7f8426873?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220326-03:49:49:733-24869], vertex-id=[352272], Content-Length=[0], Date=[Sat, 26 Mar 2022 03:49:49 GMT], Content-Type=[application/json]}
2022-03-26T03:49:49.345Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-26T03:49:49.348Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-26T03:49:49.348Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||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=?
2022-03-26T03:49:49.356Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-26T03:49:49.357Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-26T03:49:49.358Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-26T03:49:49.359Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:49:49.361Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:49:49.361Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266589357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T03:49:49.462Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:49:49.464Z||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.
2022-03-26T03:49:49.464Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:49.476Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:49:49.476Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-26T03:49:50.374Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:49:50.375Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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.
2022-03-26T03:49:50.375Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:54.749Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:49:54.751Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T03:49:54.751Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2658949c-3569-4386-9463-53ec9836d5dd","serviceName":"vFW 2022-03-26 03-45-35","serviceVersion":"1.0","serviceUUID":"429cac83-5ff8-4829-9619-8b17e795a9ea","serviceDescription":"catalog service description","serviceInvariantUUID":"130f821b-ec9c-4527-a6de-f703ac17fefe","resources":[{"resourceInstanceName":"vFW a934b0be-7bc6 0","resourceName":"vFW a934b0be-7bc6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0d878235-4f76-4526-a8bb-37c8c51955fc","resourceInvariantUUID":"b9b505eb-1aec-4804-b445-4db56fc86225","resourceCustomizationUUID":"0f96b3a4-a614-47b7-b667-3dd193867f27","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml","artifactChecksum":"YWRjYjlmOTFiZjE3MzgzNzM4ZjVjYWFmZTExODNlNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15df069e-1ef2-4e9d-a3dc-abec9502845b","artifactVersion":"1"},{"artifactName":"vfwa934b0be7bc60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json","artifactChecksum":"NWI4YzJhY2VhOGViN2RiZWE0ZjhlMzlkNWM3NWI2Yjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ae83afe-bcb2-42e1-aa91-929021c56e53","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml","artifactChecksum":"Zjc3ZTZjY2U0ZTQ3YjZkYzE0ZTYwZmYyYjI0OTM3NzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8156a93b-2e88-41d6-a3a3-55fb41034e5a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"03ba7ef8-dc01-4c1d-83ee-009a73a78b83","artifactVersion":"2","generatedFromUUID":"dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220326034535-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml","artifactChecksum":"YjkwY2EyOWE5NDRiYTEyYWI1YjYxYTI2YmE1NWU0MGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8064e0fb-81a0-410b-bbee-239545af842d","artifactVersion":"1"},{"artifactName":"service-Vfw20220326034535-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar","artifactChecksum":"YmQ0YTVmNjFjNTExN2RmZmI3NTFmMTI2MDMwMmQ2Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c75c500-b919-4b7b-93e0-4dfcd625c795","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T03:49:54.754Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:49:54.754Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:49:54.757Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:49:54.757Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266590374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:54.857Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:49:54.859Z||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.
2022-03-26T03:49:54.859Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:54.872Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:49:54.873Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:49:55.758Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:49:55.759Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:49:55.761Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:49:55.761Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266590374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T03:49:55.861Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T03:49:55.864Z||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.
2022-03-26T03:49:55.864Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:55.874Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:49:55.875Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:49:56.762Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:49:56.764Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:49:56.767Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:49:56.768Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266590374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-26T03:49:56.867Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T03:49:56.868Z||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.
2022-03-26T03:49:56.869Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:56.882Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:49:56.882Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:49:57.769Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:49:57.770Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:49:57.772Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:49:57.773Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266590374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:57.873Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:49:57.874Z||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.
2022-03-26T03:49:57.874Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:57.885Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:49:57.885Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:49:58.775Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:49:58.775Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:49:58.777Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:49:58.777Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266590374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-26T03:49:58.877Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:49:58.879Z||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.
2022-03-26T03:49:58.879Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:58.891Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:49:58.892Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:49:59.778Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:49:59.779Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:49:59.781Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:49:59.782Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266590374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:49:59.882Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:49:59.884Z||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.
2022-03-26T03:49:59.884Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:59.901Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:49:59.903Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-26T03:50:00.782Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:50:00.783Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:00.785Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:00.785Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266590374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:50:00.886Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:00.887Z||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.
2022-03-26T03:50:00.887Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:00.898Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:50:00.898Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:01.787Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "serviceName": "vFW 2022-03-26 03-45-35",
  "serviceVersion": "1.0",
  "serviceUUID": "429cac83-5ff8-4829-9619-8b17e795a9ea",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "130f821b-ec9c-4527-a6de-f703ac17fefe",
  "resources": [
    {
      "resourceInstanceName": "vFW a934b0be-7bc6 0",
      "resourceCustomizationUUID": "0f96b3a4-a614-47b7-b667-3dd193867f27",
      "resourceName": "vFW a934b0be-7bc6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0d878235-4f76-4526-a8bb-37c8c51955fc",
      "resourceInvariantUUID": "b9b505eb-1aec-4804-b445-4db56fc86225",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa934b0be7bc60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
          "artifactChecksum": "NWI4YzJhY2VhOGViN2RiZWE0ZjhlMzlkNWM3NWI2Yjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3ae83afe-bcb2-42e1-aa91-929021c56e53",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "03ba7ef8-dc01-4c1d-83ee-009a73a78b83",
            "generatedFromUUID": "dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "03ba7ef8-dc01-4c1d-83ee-009a73a78b83",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220326034535-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
      "artifactChecksum": "YmQ0YTVmNjFjNTExN2RmZmI3NTFmMTI2MDMwMmQ2Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c75c500-b919-4b7b-93e0-4dfcd625c795"
    }
  ],
  "workloadContext": "Production"
}
2022-03-26T03:50:01.788Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T03:50:01.788Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 429cac83-5ff8-4829-9619-8b17e795a9ea ASDC
2022-03-26T03:50:01.788Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2658949c-3569-4386-9463-53ec9836d5dd
ServiceName:vFW 2022-03-26 03-45-35
ServiceVersion:1.0
ServiceUUID:429cac83-5ff8-4829-9619-8b17e795a9ea
ServiceInvariantUUID:130f821b-ec9c-4527-a6de-f703ac17fefe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220326034535-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar
ArtifactUUID:3c75c500-b919-4b7b-93e0-4dfcd625c795
ArtifactChecksum:YmQ0YTVmNjFjNTExN2RmZmI3NTFmMTI2MDMwMmQ2Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a934b0be-7bc6 0
ResourceCustomizationUUID:0f96b3a4-a614-47b7-b667-3dd193867f27
ResourceInvariantUUID:b9b505eb-1aec-4804-b445-4db56fc86225
ResourceName:vFW a934b0be-7bc6
ResourceType:VF
ResourceUUID:0d878235-4f76-4526-a8bb-37c8c51955fc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa934b0be7bc60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json
ArtifactUUID:3ae83afe-bcb2-42e1-aa91-929021c56e53
ArtifactChecksum:NWI4YzJhY2VhOGViN2RiZWE0ZjhlMzlkNWM3NWI2Yjk=
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/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml
ArtifactUUID:dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5
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/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env
ArtifactUUID:03ba7ef8-dc01-4c1d-83ee-009a73a78b83
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/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env
ArtifactUUID:03ba7ef8-dc01-4c1d-83ee-009a73a78b83
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-26T03:50:01.788Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 429cac83-5ff8-4829-9619-8b17e795a9ea 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=?
2022-03-26T03:50:01.826Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T03:50:01.827Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:50:01.827Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:50:01.828Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c75c500-b919-4b7b-93e0-4dfcd625c795 from URL: /sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:01.828Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:50:01.828Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:02.069Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:50:02.075Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar 3c75c500-b919-4b7b-93e0-4dfcd625c795 98948
2022-03-26T03:50:02.075Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar ASDC sendASDCNotification
2022-03-26T03:50:02.075Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:02.076Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:50:02.076Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:02.078Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:02.078Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266602075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:50:02.178Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:02.179Z||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.
2022-03-26T03:50:02.179Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:02.190Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:50:02.190Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:03.079Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T03:50:03.081Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:50:03.082Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c75c500-b919-4b7b-93e0-4dfcd625c795, URL: /sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar to file: /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:03.083Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220326034535-csar.csar
2022-03-26T03:50:03.083Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:03.084Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:03.272Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14007114819857214390/Definitions/service-Vfw20220326034535-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
2022-03-26T03:50:05.563Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T03:50:05.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-26T03:50:05.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-26T03:50:05.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.565Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.565Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.565Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.565Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.565Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.565Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.566Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.566Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.566Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.566Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.566Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a934b0be-7bc6 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-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-26T03:50:05.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:05.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:05.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-26T03:50:05.569Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T03:50:05.569Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.569Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:05.569Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:05.570Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-26T03:50:05.570Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T03:50:05.571Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.571Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:05.572Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.572Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is not matching search criteria
2022-03-26T03:50:05.572Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:50:05.572Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:50:05.572Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:50:05.573Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.573Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.573Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:50:05.573Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.573Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:50:05.573Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:50:05.574Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.574Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.574Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:50:05.574Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.574Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:50:05.574Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.575Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-26T03:50:05.575Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.575Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T03:50:05.575Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.575Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:05.576Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:05.576Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.576Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:05.576Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:05.577Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.577Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:05.577Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:05.577Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.577Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is not matching search criteria
2022-03-26T03:50:05.578Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:50:05.578Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:50:05.578Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-26T03:50:05.578Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:50:05.578Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:50:05.579Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.579Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.579Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:50:05.579Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.580Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:50:05.580Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.580Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=724a4d81-f6b7-45ba-8602-67208d9be3f3
2022-03-26T03:50:05.580Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.580Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is not matching search criteria
2022-03-26T03:50:05.581Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:50:05.581Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:50:05.581Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:50:05.581Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.581Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.581Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:50:05.582Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.582Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-26T03:50:05.582Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:50:05.582Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.582Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:50:05.583Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.583Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=368e31e6-85cc-43ae-9fb8-326c793bd2de
2022-03-26T03:50:05.583Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.583Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is not matching search criteria
2022-03-26T03:50:05.583Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:50:05.584Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:50:05.584Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:50:05.584Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.585Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.585Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:50:05.585Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.585Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:50:05.585Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:50:05.586Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.586Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.586Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-26T03:50:05.586Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c78da66-167f-41a2-850c-78781fa0febe
2022-03-26T03:50:05.587Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.587Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:05.587Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.587Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:05.588Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.588Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:05.588Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:05.588Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:05.589Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-26 03-45-35
Description:catalog service description
Model UUID:429cac83-5ff8-4829-9619-8b17e795a9ea
Model Version:NULL
Model InvariantUuid:130f821b-ec9c-4527-a6de-f703ac17fefe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a934b0be-7bc6
Model UUID:ac5a4891-77d2-4b76-92af-68fb587decc1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b9b505eb-1aec-4804-b445-4db56fc86225
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0f96b3a4-a614-47b7-b667-3dd193867f27
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d41c5d2d-0dcc-4f3d-9d33-230f5efe5927
ModelName:VfwA934b0be7bc6..base_vfw..module-0
ModelUuid:8d251952-91ba-4f60-9706-2f24cadc88df
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:724a4d81-f6b7-45ba-8602-67208d9be3f3
ModelInvariantUuid:d96d2621-c908-42c1-9fd0-c6b0cb8076ec
ModelName:vFW a934b0be-7bc6-nodes.vfwCvfc
ModelUuid:ce7e14ed-5a38-4337-94b1-c7031acb4634
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ac19952e-d5b3-4c19-ba8f-5d9db7d8f49b
ModelInvariantUuid:64babc8a-6935-436b-8a9d-5106f939af20
ModelName:VfwA934b0be7bc6.compute.nodes.heat.vfw
ModelUuid:068a5e30-f9cf-4a06-872c-2f25147ed479
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:368e31e6-85cc-43ae-9fb8-326c793bd2de
ModelInvariantUuid:83ea34f2-4b11-465f-b0b9-1e64d643c644
ModelName:vFW a934b0be-7bc6-nodes.vsnCvfc
ModelUuid:ecf07b97-ddf4-48c7-9f7e-0a9b7c10d7bc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f51b6e04-e9af-418c-b743-f5609ee137ac
ModelInvariantUuid:3982f0e5-0f51-41fc-9713-b3a0485df7c9
ModelName:VfwA934b0be7bc6.compute.nodes.heat.vsn
ModelUuid:147891d5-93f7-4a65-aef8-65eebadbd71e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5c78da66-167f-41a2-850c-78781fa0febe
ModelInvariantUuid:7493a509-cfae-47c4-9f59-62656b892ba5
ModelName:vFW a934b0be-7bc6-nodes.vpgCvfc
ModelUuid:df3e904e-309a-4f5b-8ea4-7a9ead48e996
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cd079279-b897-4564-8ca1-38c5efe70a4f
ModelInvariantUuid:178a4f7a-e330-49da-8a4c-cece50e38e0b
ModelName:VfwA934b0be7bc6.compute.nodes.heat.vpg
ModelUuid:466b1de0-0956-4b29-8b14-9904baf65bbb
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=?
2022-03-26T03:50:05.597Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 0d878235-4f76-4526-a8bb-37c8c51955fc
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=?
2022-03-26T03:50:05.601Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||vFW a934b0be-7bc6 0
2022-03-26T03:50:05.602Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0d878235-4f76-4526-a8bb-37c8c51955fc
2022-03-26T03:50:05.602Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3ae83afe-bcb2-42e1-aa91-929021c56e53 from URL: /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json
2022-03-26T03:50:05.602Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:50:05.602Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json
2022-03-26T03:50:06.047Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:50:06.048Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json 3ae83afe-bcb2-42e1-aa91-929021c56e53 785
2022-03-26T03:50:06.048Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json ASDC sendASDCNotification
2022-03-26T03:50:06.048Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json
2022-03-26T03:50:06.048Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:50:06.049Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:06.051Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:06.051Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266606048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:50:06.151Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:06.152Z||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.
2022-03-26T03:50:06.153Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:06.164Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:50:06.164Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:07.052Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA934b0be7bc6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d41c5d2d-0dcc-4f3d-9d33-230f5efe5927",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d251952-91ba-4f60-9706-2f24cadc88df",
    "vfModuleModelCustomizationUUID": "c725bd80-02a2-4209-907d-f3a5c00c35a5",
    "isBase": true,
    "artifacts": [
      "dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5",
      "03ba7ef8-dc01-4c1d-83ee-009a73a78b83"
    ],
    "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": ""
    }
  }
]
2022-03-26T03:50:07.057Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA934b0be7bc6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d251952-91ba-4f60-9706-2f24cadc88df
VfModuleModelInvariantUUID:d41c5d2d-0dcc-4f3d-9d33-230f5efe5927
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5
,
03ba7ef8-dc01-4c1d-83ee-009a73a78b83

}
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


}

2022-03-26T03:50:07.059Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA934b0be7bc6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d41c5d2d-0dcc-4f3d-9d33-230f5efe5927",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d251952-91ba-4f60-9706-2f24cadc88df",
    "vfModuleModelCustomizationUUID": "c725bd80-02a2-4209-907d-f3a5c00c35a5",
    "isBase": true,
    "artifacts": [
      "dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5",
      "03ba7ef8-dc01-4c1d-83ee-009a73a78b83"
    ],
    "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": ""
    }
  }
]
2022-03-26T03:50:07.060Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA934b0be7bc6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d251952-91ba-4f60-9706-2f24cadc88df
VfModuleModelInvariantUUID:d41c5d2d-0dcc-4f3d-9d33-230f5efe5927
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5
,
03ba7ef8-dc01-4c1d-83ee-009a73a78b83

}
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


}

2022-03-26T03:50:07.060Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5 from URL: /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml
2022-03-26T03:50:07.060Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:50:07.060Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml
2022-03-26T03:50:07.297Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:50:07.298Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5 20368
2022-03-26T03:50:07.299Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-26T03:50:07.299Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml
2022-03-26T03:50:07.299Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:50:07.299Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:07.302Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:07.302Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266607299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:50:07.402Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:07.404Z||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.
2022-03-26T03:50:07.404Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:07.414Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:50:07.414Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:08.303Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 03ba7ef8-dc01-4c1d-83ee-009a73a78b83 from URL: /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env
2022-03-26T03:50:08.304Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:50:08.304Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env
2022-03-26T03:50:08.507Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:50:08.508Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env 03ba7ef8-dc01-4c1d-83ee-009a73a78b83 2098
2022-03-26T03:50:08.509Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-26T03:50:08.509Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env
2022-03-26T03:50:08.509Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:50:08.509Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:08.512Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:08.512Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266608509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:50:08.612Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:08.614Z||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.
2022-03-26T03:50:08.614Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:08.626Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:50:08.626Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:09.513Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 429cac83-5ff8-4829-9619-8b17e795a9ea
2022-03-26T03:50:09.514Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a934b0be-7bc6 0 0d878235-4f76-4526-a8bb-37c8c51955fc 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=?
2022-03-26T03:50:09.533Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4aa1ce63, org.onap.sdc.toscaparser.api.parameters.Input@1e208596, org.onap.sdc.toscaparser.api.parameters.Input@25bc54ad, org.onap.sdc.toscaparser.api.parameters.Input@26be4beb, org.onap.sdc.toscaparser.api.parameters.Input@62a84b89]
2022-03-26T03:50:09.535Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.536Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.536Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-26T03:50:09.536Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 0f96b3a4-a614-47b7-b667-3dd193867f27
2022-03-26T03:50:09.536Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f96b3a4-a614-47b7-b667-3dd193867f27 matches Tosca VF Customization UUID: 0f96b3a4-a614-47b7-b667-3dd193867f27
2022-03-26T03:50:09.536Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 0f96b3a4-a614-47b7-b667-3dd193867f27  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=?
2022-03-26T03:50:09.540Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.540Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.541Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 0f96b3a4-a614-47b7-b667-3dd193867f27: {\"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\"}
2022-03-26T03:50:09.541Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b55b1fd
2022-03-26T03:50:09.541Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.541Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T03:50:09.541Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c725bd80-02a2-4209-907d-f3a5c00c35a5
2022-03-26T03:50:09.541Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c725bd80-02a2-4209-907d-f3a5c00c35a5
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=?
2022-03-26T03:50:09.544Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.544Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:09.544Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:09.544Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.545Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:09.545Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:09.545Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.545Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is not matching search criteria
2022-03-26T03:50:09.545Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:50:09.545Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:50:09.546Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-26T03:50:09.546Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:50:09.546Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:50:09.547Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.547Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:09.547Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:50:09.548Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:09.548Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:50:09.548Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.548Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=724a4d81-f6b7-45ba-8602-67208d9be3f3
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=?
2022-03-26T03:50:09.551Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.552Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:09.552Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:09.552Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.552Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is not matching search criteria
2022-03-26T03:50:09.552Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:50:09.553Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:50:09.553Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:50:09.553Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.553Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:09.553Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:50:09.553Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.553Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-26T03:50:09.554Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:50:09.554Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:09.554Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:50:09.554Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.554Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=368e31e6-85cc-43ae-9fb8-326c793bd2de
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=?
2022-03-26T03:50:09.556Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.556Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:09.557Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:09.560Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.560Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is not matching search criteria
2022-03-26T03:50:09.560Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:50:09.560Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:50:09.560Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:50:09.561Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.561Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:09.561Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:50:09.561Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.561Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:50:09.561Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:50:09.562Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.562Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:09.562Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-26T03:50:09.562Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c78da66-167f-41a2-850c-78781fa0febe
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=?
2022-03-26T03:50:09.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:09.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:09.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:09.565Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=0f96b3a4-a614-47b7-b667-3dd193867f27
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=?
2022-03-26T03:50:09.566Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.566Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 429cac83-5ff8-4829-9619-8b17e795a9ea: vFW a934b0be-7bc6
2022-03-26T03:50:09.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:50:09.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.569Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-26 03-45-35 
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 (?, ?, ?, ?, ?)
2022-03-26T03:50:09.807Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a934b0be-7bc6 0d878235-4f76-4526-a8bb-37c8c51955fc 1 ASDC deployResourceStructure
2022-03-26T03:50:09.808Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json ASDC sendASDCNotification
2022-03-26T03:50:09.808Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json
2022-03-26T03:50:09.808Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:50:09.809Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:09.811Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:09.811Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266609808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T03:50:09.911Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:09.913Z||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.
2022-03-26T03:50:09.913Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:09.932Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:50:09.933Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:10.813Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-26T03:50:10.816Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml
2022-03-26T03:50:10.816Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:50:10.817Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:10.824Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:10.824Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266610812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T03:50:10.923Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T03:50:10.925Z||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.
2022-03-26T03:50:10.926Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:10.945Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:50:10.946Z||pool-31-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-26T03:50:11.829Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-26T03:50:11.830Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env
2022-03-26T03:50:11.830Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:50:11.830Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:11.832Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:11.832Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266611825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-26T03:50:11.932Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:11.933Z||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.
2022-03-26T03:50:11.933Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:11.943Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:50:11.944Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:12.833Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar ASDC sendASDCNotification
2022-03-26T03:50:12.833Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:12.833Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:50:12.833Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:12.837Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:12.837Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266612833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:50:12.937Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:12.938Z||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.
2022-03-26T03:50:12.938Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:12.952Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:50:12.952Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:13.837Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2658949c-3569-4386-9463-53ec9836d5dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T03:50:13.851Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2658949c-3569-4386-9463-53ec9836d5dd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T03:50:13.856Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:50:13.856Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:50:13.856Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:50:42.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:50:42.753Z||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.
2022-03-26T03:50:42.753Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:42.781Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:50:42.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:50:42.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "policy-id",
  "timestamp": 1648266463755,
  "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=?
2022-03-26T03:50:42.797Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2658949c-3569-4386-9463-53ec9836d5dd
2022-03-26T03:50:42.798Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2658949c-3569-4386-9463-53ec9836d5dd 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=?
2022-03-26T03:50:42.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:50:42.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "clamp",
  "timestamp": 1648266467253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:50:42.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:50:42.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:50:42.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "clamp",
  "timestamp": 1648266468298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:50:42.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:50:42.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:50:42.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "clamp",
  "timestamp": 1648266469302,
  "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=?
2022-03-26T03:50:42.823Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2658949c-3569-4386-9463-53ec9836d5dd
2022-03-26T03:50:42.824Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2658949c-3569-4386-9463-53ec9836d5dd 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 (?, ?, ?, ?, ?)
2022-03-26T03:50:42.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:50:42.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "aai-ml",
  "timestamp": 1648266470588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:50:42.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:50:42.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:50:42.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "aai-ml",
  "timestamp": 1648266471593,
  "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=?
2022-03-26T03:50:42.843Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2658949c-3569-4386-9463-53ec9836d5dd
2022-03-26T03:50:42.844Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2658949c-3569-4386-9463-53ec9836d5dd 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 (?, ?, ?, ?, ?)
2022-03-26T03:50:43.857Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2658949c-3569-4386-9463-53ec9836d5dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T03:50:43.870Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2658949c-3569-4386-9463-53ec9836d5dd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T03:50:43.873Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:50:43.873Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-26T03:50:43.873Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-26T03:50:43.874Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-26T03:50:43.874Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:50:43.874Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:50:43.874Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:50:43.875Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:50:43.875Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:50:43.875Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:50:43.876Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T03:50:43.881Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-26T03:51:13.882Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2658949c-3569-4386-9463-53ec9836d5dd 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=?
2022-03-26T03:51:13.889Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2658949c-3569-4386-9463-53ec9836d5dd and serviceModelVersionId: 429cac83-5ff8-4829-9619-8b17e795a9ea
2022-03-26T03:51:13.890Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 130f821b-ec9c-4527-a6de-f703ac17fefe
2022-03-26T03:51:13.891Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0
2022-03-26T03:51:13.903Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-26T03:51:13.986Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0|INFO|500||Invoke
2022-03-26T03:51:13.986Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2658949c-3569-4386-9463-53ec9836d5dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[faf256c5-73b2-442b-8863-f1b5d24c704b], X-ECOMP-RequestID=[2658949c-3569-4386-9463-53ec9836d5dd], X-TransactionId=[], X-ONAP-RequestID=[2658949c-3569-4386-9463-53ec9836d5dd], Content-Type=[application/merge-patch+json]}
2022-03-26T03:51:14.022Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-26T03:51:14.628Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?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/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220326-03:51:14:768-940], vertex-id=[213048], Content-Length=[0], Date=[Sat, 26 Mar 2022 03:51:14 GMT], Content-Type=[application/json]}
2022-03-26T03:51:14.629Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-26T03:51:14.630Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0|INFO|500||InvokeReturn
2022-03-26T03:51:14.630Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-26T03:51:14.631Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||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=?
2022-03-26T03:51:14.638Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-26T03:51:14.638Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2658949c-3569-4386-9463-53ec9836d5dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-26T03:51:14.639Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-26T03:51:14.639Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:14.642Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:14.642Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266674639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T03:51:14.742Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T03:51:14.744Z||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.
2022-03-26T03:51:14.744Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:14.771Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:14.773Z||pool-34-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-26T03:51:15.655Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:51:15.655Z|2658949c-3569-4386-9463-53ec9836d5dd|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.
2022-03-26T03:51:15.656Z|2658949c-3569-4386-9463-53ec9836d5dd|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:16.280Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:16.281Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T03:51:16.281Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a3de4562-57ce-43c4-86ce-a83a18059d8f","serviceName":"vFW 2022-03-26 03-48-42","serviceVersion":"1.0","serviceUUID":"d1e57dc5-5064-4842-9c28-280f9c2217d2","serviceDescription":"catalog service description","serviceInvariantUUID":"a357d2a9-5e01-4142-b2c4-6b3c3894a093","resources":[{"resourceInstanceName":"vFW c170afad-419b 0","resourceName":"vFW c170afad-419b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1ad897d-1138-4e11-a690-62855caf5654","resourceInvariantUUID":"eda38742-b7d2-434b-bff7-8924cf6181e0","resourceCustomizationUUID":"d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vf-license-model.xml","artifactChecksum":"ZWZhOTQ0MTQzNzllNGRkODMzMjA2MjQ5NWQ5MTYwYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60d59702-728d-4c52-bfcb-19a9b5a9d55b","artifactVersion":"1"},{"artifactName":"vfwc170afad419b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json","artifactChecksum":"YTc4N2JhZGY1OTk3ZDQ4ZmQ1Mzc5MWM1NGI4NDA1ZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f40a4518-5f7e-4813-8140-51c308a6bc12","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f4b55120-c7ac-46fd-a28c-a84890fe4023","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vendor-license-model.xml","artifactChecksum":"OTg0MWI3NDFlYzQ3M2FkNmJhMjZlZmM4ODliYTZhMzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"84d67857-be33-4157-899f-37142ca0d900","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d3a1783-4d47-4af6-bead-3330090b600b","artifactVersion":"2","generatedFromUUID":"f4b55120-c7ac-46fd-a28c-a84890fe4023"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220326034842-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-template.yml","artifactChecksum":"ZDdmOTVmYjQ3OGEwZjQwMDY1Njc2MTU1Y2ZkNjNhMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97f9bb0d-aa00-4d8e-b732-2f7a0eb93310","artifactVersion":"1"},{"artifactName":"service-Vfw20220326034842-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar","artifactChecksum":"MTA5ZTdhZmE3NDVmNTMwYmZlNDE5NjI4NmM4N2VmNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91fd94f4-1e40-46f3-95c3-3c728e0697df","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T03:51:16.284Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:51:16.285Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:16.287Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:16.287Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266675655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:51:16.388Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:16.389Z||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.
2022-03-26T03:51:16.389Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:16.400Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:16.400Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:17.288Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:51:17.289Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:17.291Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:17.291Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266675655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T03:51:17.391Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:17.392Z||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.
2022-03-26T03:51:17.392Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:17.402Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:17.403Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:18.292Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:51:18.292Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:18.294Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:18.295Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266675655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-26T03:51:18.394Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T03:51:18.395Z||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.
2022-03-26T03:51:18.396Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:18.407Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:18.408Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:19.295Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:51:19.296Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:19.299Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:19.299Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266675655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:51:19.399Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:19.400Z||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.
2022-03-26T03:51:19.400Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:19.412Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:19.413Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-26T03:51:20.300Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:51:20.301Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:20.304Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:20.305Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266675655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-26T03:51:20.405Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:20.406Z||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.
2022-03-26T03:51:20.406Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:20.417Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:20.417Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:21.305Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:51:21.306Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:21.310Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:21.310Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266675655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:51:21.410Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:21.411Z||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.
2022-03-26T03:51:21.411Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:21.423Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:21.423Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:22.310Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:51:22.311Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:22.314Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:22.314Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266675655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:51:22.414Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T03:51:22.415Z||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.
2022-03-26T03:51:22.415Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:22.426Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:22.427Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:23.318Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "serviceName": "vFW 2022-03-26 03-48-42",
  "serviceVersion": "1.0",
  "serviceUUID": "d1e57dc5-5064-4842-9c28-280f9c2217d2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a357d2a9-5e01-4142-b2c4-6b3c3894a093",
  "resources": [
    {
      "resourceInstanceName": "vFW c170afad-419b 0",
      "resourceCustomizationUUID": "d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a",
      "resourceName": "vFW c170afad-419b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c1ad897d-1138-4e11-a690-62855caf5654",
      "resourceInvariantUUID": "eda38742-b7d2-434b-bff7-8924cf6181e0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc170afad419b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
          "artifactChecksum": "YTc4N2JhZGY1OTk3ZDQ4ZmQ1Mzc5MWM1NGI4NDA1ZjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f40a4518-5f7e-4813-8140-51c308a6bc12",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f4b55120-c7ac-46fd-a28c-a84890fe4023",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4d3a1783-4d47-4af6-bead-3330090b600b",
            "generatedFromUUID": "f4b55120-c7ac-46fd-a28c-a84890fe4023"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4d3a1783-4d47-4af6-bead-3330090b600b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220326034842-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
      "artifactChecksum": "MTA5ZTdhZmE3NDVmNTMwYmZlNDE5NjI4NmM4N2VmNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "91fd94f4-1e40-46f3-95c3-3c728e0697df"
    }
  ],
  "workloadContext": "Production"
}
2022-03-26T03:51:23.319Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T03:51:23.319Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d1e57dc5-5064-4842-9c28-280f9c2217d2 ASDC
2022-03-26T03:51:23.320Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a3de4562-57ce-43c4-86ce-a83a18059d8f
ServiceName:vFW 2022-03-26 03-48-42
ServiceVersion:1.0
ServiceUUID:d1e57dc5-5064-4842-9c28-280f9c2217d2
ServiceInvariantUUID:a357d2a9-5e01-4142-b2c4-6b3c3894a093
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220326034842-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar
ArtifactUUID:91fd94f4-1e40-46f3-95c3-3c728e0697df
ArtifactChecksum:MTA5ZTdhZmE3NDVmNTMwYmZlNDE5NjI4NmM4N2VmNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c170afad-419b 0
ResourceCustomizationUUID:d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a
ResourceInvariantUUID:eda38742-b7d2-434b-bff7-8924cf6181e0
ResourceName:vFW c170afad-419b
ResourceType:VF
ResourceUUID:c1ad897d-1138-4e11-a690-62855caf5654
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc170afad419b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json
ArtifactUUID:f40a4518-5f7e-4813-8140-51c308a6bc12
ArtifactChecksum:YTc4N2JhZGY1OTk3ZDQ4ZmQ1Mzc5MWM1NGI4NDA1ZjI=
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/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml
ArtifactUUID:f4b55120-c7ac-46fd-a28c-a84890fe4023
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/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env
ArtifactUUID:4d3a1783-4d47-4af6-bead-3330090b600b
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/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env
ArtifactUUID:4d3a1783-4d47-4af6-bead-3330090b600b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-26T03:51:23.320Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1e57dc5-5064-4842-9c28-280f9c2217d2 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 (?, ?, ?, ?, ?)
2022-03-26T03:51:23.353Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T03:51:23.354Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:51:23.354Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:51:23.354Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 91fd94f4-1e40-46f3-95c3-3c728e0697df from URL: /sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:23.354Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:51:23.355Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:23.432Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:51:23.439Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar 91fd94f4-1e40-46f3-95c3-3c728e0697df 98926
2022-03-26T03:51:23.439Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar ASDC sendASDCNotification
2022-03-26T03:51:23.439Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:23.439Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:51:23.440Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:23.443Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:23.443Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266683439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:51:23.543Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:23.544Z||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.
2022-03-26T03:51:23.544Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:23.557Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:23.558Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:24.444Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T03:51:24.445Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:51:24.446Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 91fd94f4-1e40-46f3-95c3-3c728e0697df, URL: /sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar to file: /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:24.446Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220326034842-csar.csar
2022-03-26T03:51:24.447Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:24.447Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:24.669Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1205563255499442162/Definitions/service-Vfw20220326034842-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2022-03-26T03:51:26.823Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T03:51:26.824Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-26T03:51:26.824Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.824Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-26T03:51:26.825Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.825Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.825Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.825Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.826Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.826Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.826Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.826Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.827Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.827Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.827Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c170afad-419b 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-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.827Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.828Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.828Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-26T03:51:26.828Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.828Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:26.829Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:26.829Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-26T03:51:26.829Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T03:51:26.830Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.830Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:26.830Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:26.831Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-26T03:51:26.831Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T03:51:26.831Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.832Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:26.832Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.832Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is not matching search criteria
2022-03-26T03:51:26.833Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:51:26.833Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:51:26.833Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:51:26.833Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.834Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.834Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:51:26.834Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.835Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:51:26.835Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:51:26.835Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.835Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.836Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:51:26.836Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.836Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:51:26.837Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.837Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-26T03:51:26.837Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.837Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T03:51:26.838Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.838Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:26.838Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:51:26.839Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.839Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:26.839Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:51:26.840Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.840Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:26.840Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:51:26.841Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.841Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is not matching search criteria
2022-03-26T03:51:26.841Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:51:26.842Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:51:26.842Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-26T03:51:26.842Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:51:26.843Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:51:26.843Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.843Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.844Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:51:26.844Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.844Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:51:26.844Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.845Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3928b84b-00b7-42ff-97e0-a898b87dfc9e
2022-03-26T03:51:26.845Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.845Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is not matching search criteria
2022-03-26T03:51:26.845Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:51:26.846Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:51:26.846Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:51:26.846Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.846Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.847Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:51:26.847Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.847Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-26T03:51:26.848Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:51:26.848Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.848Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:51:26.848Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.849Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=073c40ba-b3ad-4169-b283-abcad38c0e4e
2022-03-26T03:51:26.849Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.849Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is not matching search criteria
2022-03-26T03:51:26.850Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:51:26.850Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:51:26.850Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:51:26.850Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.851Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.851Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:51:26.851Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.851Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:51:26.852Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:51:26.852Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.852Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.853Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-26T03:51:26.853Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3c954d7e-8a8b-4bff-a94f-8adce5394304
2022-03-26T03:51:26.853Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.854Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:26.854Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.854Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:26.854Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.855Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:26.855Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:26.855Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:26.856Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-26 03-48-42
Description:catalog service description
Model UUID:d1e57dc5-5064-4842-9c28-280f9c2217d2
Model Version:NULL
Model InvariantUuid:a357d2a9-5e01-4142-b2c4-6b3c3894a093
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c170afad-419b
Model UUID:ae629192-6f70-4f25-a217-9f6718b8c9e8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eda38742-b7d2-434b-bff7-8924cf6181e0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7504fa2e-b221-4917-9893-405111b949d4
ModelName:VfwC170afad419b..base_vfw..module-0
ModelUuid:ba8be725-4669-4874-b04a-34148b429cca
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3928b84b-00b7-42ff-97e0-a898b87dfc9e
ModelInvariantUuid:3bf6bb1b-5e7e-4aaf-9921-37f94d98c2bb
ModelName:vFW c170afad-419b-nodes.vfwCvfc
ModelUuid:dd40565f-aba0-4980-abc0-078f02b83252
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:488bd5d8-6554-4dd1-b250-7ef5cc33f628
ModelInvariantUuid:243f0b70-b90b-4a97-abe5-a413e6f26baf
ModelName:VfwC170afad419b.compute.nodes.heat.vfw
ModelUuid:e61b9caf-b17b-4caf-b398-f9f02398a796
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:073c40ba-b3ad-4169-b283-abcad38c0e4e
ModelInvariantUuid:b18d877d-0b79-4172-90e8-55806c84d944
ModelName:vFW c170afad-419b-nodes.vsnCvfc
ModelUuid:65ecbd32-a69d-4aeb-8b19-ad0d0c174978
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:380747b6-1bab-4685-bdf6-be670fee7e81
ModelInvariantUuid:d3ae9f9a-8ec9-4d03-94a5-65f057c6f74d
ModelName:VfwC170afad419b.compute.nodes.heat.vsn
ModelUuid:14837180-9908-44af-a2ac-6669fe4da882
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3c954d7e-8a8b-4bff-a94f-8adce5394304
ModelInvariantUuid:239f3333-72a3-4e84-821a-86cec83063c5
ModelName:vFW c170afad-419b-nodes.vpgCvfc
ModelUuid:231949f0-a473-4eb0-bc3e-9118d5f26795
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:990f35dd-99c4-483b-a1b9-f2fb0c0dae8a
ModelInvariantUuid:59987406-a5c6-4dd7-9300-9a30e9193a3d
ModelName:VfwC170afad419b.compute.nodes.heat.vpg
ModelUuid:79213285-f58c-4d3e-a1ac-6b1fe8b35ea5
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=?
2022-03-26T03:51:26.864Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c1ad897d-1138-4e11-a690-62855caf5654
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=?
2022-03-26T03:51:26.867Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||vFW c170afad-419b 0
2022-03-26T03:51:26.867Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1ad897d-1138-4e11-a690-62855caf5654
2022-03-26T03:51:26.868Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f40a4518-5f7e-4813-8140-51c308a6bc12 from URL: /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json
2022-03-26T03:51:26.868Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:51:26.868Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json
2022-03-26T03:51:27.058Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:51:27.059Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json f40a4518-5f7e-4813-8140-51c308a6bc12 785
2022-03-26T03:51:27.059Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json ASDC sendASDCNotification
2022-03-26T03:51:27.059Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json
2022-03-26T03:51:27.059Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:51:27.060Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:27.062Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:27.062Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266687059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:51:27.162Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:27.163Z||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.
2022-03-26T03:51:27.163Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:27.175Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:27.176Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:28.065Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC170afad419b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7504fa2e-b221-4917-9893-405111b949d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ba8be725-4669-4874-b04a-34148b429cca",
    "vfModuleModelCustomizationUUID": "7b4eff4e-1890-4ec6-95e3-d115b1917074",
    "isBase": true,
    "artifacts": [
      "f4b55120-c7ac-46fd-a28c-a84890fe4023",
      "4d3a1783-4d47-4af6-bead-3330090b600b"
    ],
    "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": ""
    }
  }
]
2022-03-26T03:51:28.070Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC170afad419b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba8be725-4669-4874-b04a-34148b429cca
VfModuleModelInvariantUUID:7504fa2e-b221-4917-9893-405111b949d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4b55120-c7ac-46fd-a28c-a84890fe4023
,
4d3a1783-4d47-4af6-bead-3330090b600b

}
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


}

2022-03-26T03:51:28.072Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC170afad419b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7504fa2e-b221-4917-9893-405111b949d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ba8be725-4669-4874-b04a-34148b429cca",
    "vfModuleModelCustomizationUUID": "7b4eff4e-1890-4ec6-95e3-d115b1917074",
    "isBase": true,
    "artifacts": [
      "f4b55120-c7ac-46fd-a28c-a84890fe4023",
      "4d3a1783-4d47-4af6-bead-3330090b600b"
    ],
    "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": ""
    }
  }
]
2022-03-26T03:51:28.072Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC170afad419b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba8be725-4669-4874-b04a-34148b429cca
VfModuleModelInvariantUUID:7504fa2e-b221-4917-9893-405111b949d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4b55120-c7ac-46fd-a28c-a84890fe4023
,
4d3a1783-4d47-4af6-bead-3330090b600b

}
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


}

2022-03-26T03:51:28.072Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f4b55120-c7ac-46fd-a28c-a84890fe4023 from URL: /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml
2022-03-26T03:51:28.073Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:51:28.073Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml
2022-03-26T03:51:28.266Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:51:28.267Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml f4b55120-c7ac-46fd-a28c-a84890fe4023 20368
2022-03-26T03:51:28.267Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-26T03:51:28.267Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml
2022-03-26T03:51:28.267Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:51:28.268Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:28.270Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:28.270Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266688267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:51:28.370Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:28.371Z||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.
2022-03-26T03:51:28.372Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:28.384Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:28.385Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:29.270Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4d3a1783-4d47-4af6-bead-3330090b600b from URL: /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env
2022-03-26T03:51:29.271Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:51:29.271Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env
2022-03-26T03:51:29.462Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:51:29.463Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env 4d3a1783-4d47-4af6-bead-3330090b600b 2098
2022-03-26T03:51:29.463Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-26T03:51:29.463Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env
2022-03-26T03:51:29.464Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:51:29.464Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:29.465Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:29.466Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266689463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:51:29.568Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-26T03:51:29.572Z||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.
2022-03-26T03:51:29.572Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:29.585Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:29.585Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:30.466Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d1e57dc5-5064-4842-9c28-280f9c2217d2
2022-03-26T03:51:30.467Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c170afad-419b 0 c1ad897d-1138-4e11-a690-62855caf5654 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=?
2022-03-26T03:51:30.492Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e18a9fe, org.onap.sdc.toscaparser.api.parameters.Input@1ebd69f, org.onap.sdc.toscaparser.api.parameters.Input@eb3c1e0, org.onap.sdc.toscaparser.api.parameters.Input@327fd9da, org.onap.sdc.toscaparser.api.parameters.Input@79e3d132]
2022-03-26T03:51:30.493Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.493Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:30.494Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-26T03:51:30.494Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a
2022-03-26T03:51:30.494Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a matches Tosca VF Customization UUID: d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a
2022-03-26T03:51:30.494Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a  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=?
2022-03-26T03:51:30.497Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.497Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:30.498Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a: {\"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\"}
2022-03-26T03:51:30.498Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a327858
2022-03-26T03:51:30.498Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.499Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T03:51:30.499Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7b4eff4e-1890-4ec6-95e3-d115b1917074
2022-03-26T03:51:30.499Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7b4eff4e-1890-4ec6-95e3-d115b1917074
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=?
2022-03-26T03:51:30.501Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.501Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:30.502Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:51:30.502Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.502Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:30.502Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:51:30.503Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.503Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is not matching search criteria
2022-03-26T03:51:30.503Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:51:30.503Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:51:30.503Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-26T03:51:30.503Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:51:30.504Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:51:30.504Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:30.504Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:30.504Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:51:30.504Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:30.505Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:51:30.505Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:30.505Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3928b84b-00b7-42ff-97e0-a898b87dfc9e
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=?
2022-03-26T03:51:30.507Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.507Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:30.508Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:51:30.508Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.508Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is not matching search criteria
2022-03-26T03:51:30.508Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:51:30.508Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:51:30.509Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:51:30.509Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:30.509Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:30.509Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:51:30.510Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:30.510Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-26T03:51:30.510Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:51:30.510Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:30.511Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:51:30.511Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:30.511Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=073c40ba-b3ad-4169-b283-abcad38c0e4e
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=?
2022-03-26T03:51:30.513Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.513Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:30.514Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:51:30.514Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.514Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is not matching search criteria
2022-03-26T03:51:30.514Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:51:30.514Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:51:30.515Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:51:30.515Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:30.515Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:30.515Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:51:30.515Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:30.516Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:51:30.516Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:51:30.516Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:30.516Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:30.516Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-26T03:51:30.517Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3c954d7e-8a8b-4bff-a94f-8adce5394304
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=?
2022-03-26T03:51:30.519Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.519Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:30.519Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:51:30.520Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.520Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:30.520Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a
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=?
2022-03-26T03:51:30.522Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.522Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:30.523Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d1e57dc5-5064-4842-9c28-280f9c2217d2: vFW c170afad-419b
2022-03-26T03:51:30.523Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.523Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:30.523Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.523Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:30.524Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.524Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:30.524Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.524Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:30.525Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:51:30.525Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:30.525Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-26 03-48-42 
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 (?, ?, ?, ?, ?)
2022-03-26T03:51:30.738Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c170afad-419b c1ad897d-1138-4e11-a690-62855caf5654 1 ASDC deployResourceStructure
2022-03-26T03:51:30.738Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json ASDC sendASDCNotification
2022-03-26T03:51:30.738Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json
2022-03-26T03:51:30.739Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:51:30.739Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:30.741Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:30.741Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266690738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T03:51:30.841Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:30.842Z||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.
2022-03-26T03:51:30.842Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:30.854Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:30.854Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:31.742Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-26T03:51:31.742Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml
2022-03-26T03:51:31.743Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:51:31.743Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:31.745Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:31.745Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266691742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T03:51:31.845Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:31.846Z||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.
2022-03-26T03:51:31.847Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:31.858Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:31.858Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-26T03:51:32.746Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-26T03:51:32.747Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env
2022-03-26T03:51:32.747Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:51:32.747Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:32.749Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:32.749Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266692746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-26T03:51:32.849Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:32.851Z||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.
2022-03-26T03:51:32.851Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:32.866Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:32.867Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:33.750Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar ASDC sendASDCNotification
2022-03-26T03:51:33.750Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:33.751Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:51:33.751Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:33.753Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:33.753Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266693750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:51:33.854Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:33.855Z||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.
2022-03-26T03:51:33.855Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:33.874Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:33.875Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:34.754Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3de4562-57ce-43c4-86ce-a83a18059d8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T03:51:34.764Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3de4562-57ce-43c4-86ce-a83a18059d8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T03:51:34.765Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:51:34.766Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:51:34.766Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:51:42.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:51:42.744Z||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.
2022-03-26T03:51:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:42.771Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:51:42.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266589357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T03:51:42.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:51:42.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266590374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:51:42.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:51:42.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266590374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T03:51:42.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:51:42.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266590374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-26T03:51:42.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:51:42.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266590374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:51:42.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:51:42.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266590374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-26T03:51:42.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:51:42.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266590374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:51:42.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:51:42.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266590374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:51:42.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:51:42.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266602075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:51:42.779Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:51:42.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266606048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:51:42.779Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:51:42.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266607299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:51:42.780Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:51:42.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266608509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:51:42.780Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:51:42.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266609808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T03:51:42.781Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:51:42.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266610812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T03:51:42.782Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:51:42.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266611825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-26T03:51:42.782Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:51:42.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:51:42.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266612833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:51:42.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:04.766Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3de4562-57ce-43c4-86ce-a83a18059d8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T03:52:04.776Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3de4562-57ce-43c4-86ce-a83a18059d8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T03:52:04.782Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:52:04.782Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:52:04.782Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:52:34.782Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3de4562-57ce-43c4-86ce-a83a18059d8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T03:52:34.791Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3de4562-57ce-43c4-86ce-a83a18059d8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T03:52:34.793Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:52:34.793Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:52:34.793Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:52:42.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:52:42.743Z||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.
2022-03-26T03:52:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:52:43.310Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:52:43.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "cds",
  "timestamp": 1648266642278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "dcae-sch",
  "timestamp": 1648266650537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "dcae-sch",
  "timestamp": 1648266650537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "cds",
  "timestamp": 1648266642278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "cds",
  "timestamp": 1648266642278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "dcae-sch",
  "timestamp": 1648266650537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "policy-id",
  "timestamp": 1648266653845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "cds",
  "timestamp": 1648266642278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "dcae-sch",
  "timestamp": 1648266650537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "policy-id",
  "timestamp": 1648266653845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "cds",
  "timestamp": 1648266642278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "dcae-sch",
  "timestamp": 1648266650537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "policy-id",
  "timestamp": 1648266653845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266655367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "cds",
  "timestamp": 1648266642278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "dcae-sch",
  "timestamp": 1648266650537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266656345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "policy-id",
  "timestamp": 1648266653845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266655367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "dcae-sch",
  "timestamp": 1648266650537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "cds",
  "timestamp": 1648266642278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266656345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "clamp",
  "timestamp": 1648266657312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "policy-id",
  "timestamp": 1648266653845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266655367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266656345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "cds",
  "timestamp": 1648266659283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:52:43.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266657746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "clamp",
  "timestamp": 1648266657312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "policy-id",
  "timestamp": 1648266653845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266655367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266656345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "cds",
  "timestamp": 1648266660290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-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=?
2022-03-26T03:52:43.331Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a3de4562-57ce-43c4-86ce-a83a18059d8f
2022-03-26T03:52:43.331Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3de4562-57ce-43c4-86ce-a83a18059d8f 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 (?, ?, ?, ?, ?)
2022-03-26T03:52:43.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266657746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "clamp",
  "timestamp": 1648266657312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "policy-id",
  "timestamp": 1648266653845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266655367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "aai-ml",
  "timestamp": 1648266660165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266656345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266657746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "clamp",
  "timestamp": 1648266657312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266655367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "policy-id",
  "timestamp": 1648266661791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:52:43.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "aai-ml",
  "timestamp": 1648266660165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266656345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266657746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "clamp",
  "timestamp": 1648266657312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266655367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "policy-id",
  "timestamp": 1648266662796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:52:43.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "aai-ml",
  "timestamp": 1648266660165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648266656345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266657746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "clamp",
  "timestamp": 1648266657312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "policy-id",
  "timestamp": 1648266663799,
  "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=?
2022-03-26T03:52:43.358Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a3de4562-57ce-43c4-86ce-a83a18059d8f
2022-03-26T03:52:43.359Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3de4562-57ce-43c4-86ce-a83a18059d8f 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 (?, ?, ?, ?, ?)
2022-03-26T03:52:43.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "aai-ml",
  "timestamp": 1648266660165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266663269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:52:43.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266657746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "clamp",
  "timestamp": 1648266657312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "aai-ml",
  "timestamp": 1648266660165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266657746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "aai-ml",
  "timestamp": 1648266660165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266665607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:52:43.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "aai-ml",
  "timestamp": 1648266660165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266666588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:52:43.373Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266666711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:52:43.373Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648266667592,
  "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=?
2022-03-26T03:52:43.379Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a3de4562-57ce-43c4-86ce-a83a18059d8f
2022-03-26T03:52:43.379Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3de4562-57ce-43c4-86ce-a83a18059d8f 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 (?, ?, ?, ?, ?)
2022-03-26T03:52:43.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "aai-ml",
  "timestamp": 1648266668168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:52:43.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266667901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:52:43.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266668919,
  "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=?
2022-03-26T03:52:43.399Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a3de4562-57ce-43c4-86ce-a83a18059d8f
2022-03-26T03:52:43.399Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3de4562-57ce-43c4-86ce-a83a18059d8f 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=?
2022-03-26T03:52:43.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648266669926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T03:52:43.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "clamp",
  "timestamp": 1648266671290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:52:43.410Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "clamp",
  "timestamp": 1648266673298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:52:43.410Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "clamp",
  "timestamp": 1648266674302,
  "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=?
2022-03-26T03:52:43.416Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a3de4562-57ce-43c4-86ce-a83a18059d8f
2022-03-26T03:52:43.417Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3de4562-57ce-43c4-86ce-a83a18059d8f 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 (?, ?, ?, ?, ?)
2022-03-26T03:52:43.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266674639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T03:52:43.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266675655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266675655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266675655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266675655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "aai-ml",
  "timestamp": 1648266679885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:52:43.432Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266675655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "aai-ml",
  "timestamp": 1648266680889,
  "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=?
2022-03-26T03:52:43.439Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a3de4562-57ce-43c4-86ce-a83a18059d8f
2022-03-26T03:52:43.439Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3de4562-57ce-43c4-86ce-a83a18059d8f 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 (?, ?, ?, ?, ?)
2022-03-26T03:52:43.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266675655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:52:43.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266675655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:52:43.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:52:43.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266683439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:52:43.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266687059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:52:43.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266688267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:52:43.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266689463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:52:43.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266690738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T03:52:43.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266691742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T03:52:43.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266692746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-26T03:52:43.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:52:43.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:52:43.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266693750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:52:43.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:53:04.794Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3de4562-57ce-43c4-86ce-a83a18059d8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T03:53:04.806Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3de4562-57ce-43c4-86ce-a83a18059d8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T03:53:04.809Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:53:04.809Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-26T03:53:04.809Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-26T03:53:04.809Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-26T03:53:04.809Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:53:04.809Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:53:04.809Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:53:04.810Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:53:04.810Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:53:04.810Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:53:04.810Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T03:53:04.815Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-26T03:53:34.815Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a3de4562-57ce-43c4-86ce-a83a18059d8f 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=?
2022-03-26T03:53:34.821Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a3de4562-57ce-43c4-86ce-a83a18059d8f and serviceModelVersionId: d1e57dc5-5064-4842-9c28-280f9c2217d2
2022-03-26T03:53:34.821Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a357d2a9-5e01-4142-b2c4-6b3c3894a093
2022-03-26T03:53:34.822Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a357d2a9-5e01-4142-b2c4-6b3c3894a093/model-vers/model-ver/d1e57dc5-5064-4842-9c28-280f9c2217d2?depth=0
2022-03-26T03:53:34.826Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-26T03:53:34.871Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a357d2a9-5e01-4142-b2c4-6b3c3894a093/model-vers/model-ver/d1e57dc5-5064-4842-9c28-280f9c2217d2?depth=0|INFO|500||Invoke
2022-03-26T03:53:34.871Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a357d2a9-5e01-4142-b2c4-6b3c3894a093/model-vers/model-ver/d1e57dc5-5064-4842-9c28-280f9c2217d2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a357d2a9-5e01-4142-b2c4-6b3c3894a093/model-vers/model-ver/d1e57dc5-5064-4842-9c28-280f9c2217d2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a3de4562-57ce-43c4-86ce-a83a18059d8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f475373-67f2-4699-b2e2-6aad292b3742], X-ECOMP-RequestID=[a3de4562-57ce-43c4-86ce-a83a18059d8f], X-TransactionId=[], X-ONAP-RequestID=[a3de4562-57ce-43c4-86ce-a83a18059d8f], Content-Type=[application/merge-patch+json]}
2022-03-26T03:53:34.893Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a357d2a9-5e01-4142-b2c4-6b3c3894a093/model-vers/model-ver/d1e57dc5-5064-4842-9c28-280f9c2217d2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-26T03:53:35.396Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a357d2a9-5e01-4142-b2c4-6b3c3894a093/model-vers/model-ver/d1e57dc5-5064-4842-9c28-280f9c2217d2?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/a357d2a9-5e01-4142-b2c4-6b3c3894a093/model-vers/model-ver/d1e57dc5-5064-4842-9c28-280f9c2217d2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220326-03:53:35:636-92088], vertex-id=[372976], Content-Length=[0], Date=[Sat, 26 Mar 2022 03:53:35 GMT], Content-Type=[application/json]}
2022-03-26T03:53:35.397Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a357d2a9-5e01-4142-b2c4-6b3c3894a093/model-vers/model-ver/d1e57dc5-5064-4842-9c28-280f9c2217d2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-26T03:53:35.397Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a357d2a9-5e01-4142-b2c4-6b3c3894a093/model-vers/model-ver/d1e57dc5-5064-4842-9c28-280f9c2217d2?depth=0|INFO|500||InvokeReturn
2022-03-26T03:53:35.398Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-26T03:53:35.398Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||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=?
2022-03-26T03:53:35.404Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-26T03:53:35.404Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a3de4562-57ce-43c4-86ce-a83a18059d8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-26T03:53:35.405Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-26T03:53:35.405Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:53:35.407Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:53:35.407Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266815405,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T03:53:35.507Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:53:35.508Z||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.
2022-03-26T03:53:35.508Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:53:35.521Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:53:35.522Z||pool-50-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=?
2022-03-26T03:53:36.424Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:53:36.424Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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.
2022-03-26T03:53:36.424Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:53:42.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:53:42.743Z||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.
2022-03-26T03:53:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:53:43.370Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:53:43.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T03:53:43.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648266815405,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T03:53:43.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:53:46.653Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:53:46.654Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:53:46.655Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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.
2022-03-26T03:53:46.655Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:53:56.192Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:53:56.193Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:53:56.194Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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.
2022-03-26T03:53:56.194Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:54:05.732Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:54:05.733Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:54:05.734Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:54:05.734Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:54:15.271Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:54:15.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:54:15.273Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:54:15.273Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:54:24.815Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:54:24.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:54:24.817Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:54:24.817Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:54:34.365Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:54:42.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:54:42.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:54:42.740Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:54:42.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:54:42.743Z||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.
2022-03-26T03:54:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:54:52.283Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:54:52.283Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:55:42.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:55:42.740Z||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.
2022-03-26T03:55:42.740Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:55:42.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:55:42.743Z||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.
2022-03-26T03:55:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:55:52.281Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:55:52.286Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:56:42.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:56:42.741Z||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.
2022-03-26T03:56:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:56:42.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:56:42.743Z||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.
2022-03-26T03:56:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:56:52.290Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:56:52.290Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:57:42.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:57:42.740Z||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.
2022-03-26T03:57:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:57:42.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:57:42.743Z||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.
2022-03-26T03:57:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:57:52.285Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:57:52.285Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:58:42.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:58:42.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:58:42.741Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:58:42.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:58:42.743Z||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.
2022-03-26T03:58:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:58:52.285Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:58:52.286Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:59:42.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:59:42.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:59:42.741Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:59:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:59:42.743Z||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.
2022-03-26T03:59:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:59:43.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:59:43.372Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:59:43.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "cds",
  "timestamp": 1648267152277,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:59:43.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0500a731-9ec8-483c-904e-3147d719fa7e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"db9e1b60-efe2-4856-9b7d-4ff705090a4c","serviceDescription":"service","serviceInvariantUUID":"653cc4c2-1d7e-4090-84c0-ce6f7dded99f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"09a7fdff-ee92-4148-a099-e51081cc7c51","resourceInvariantUUID":"c02a4ecf-e665-4909-be3f-f77b8b06388f","resourceCustomizationUUID":"dcd7c8bc-bb9e-4a10-8a53-ef9723ba0b98","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZjUxZGM4NjIwMGIzZGFjOGExZGJmZTQzYzcxMmI3Yzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b423bc27-7fcb-45e9-b079-38ace70e41af","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2QxYjdkMWZhM2FiYzZhZWMzNThmMGI1OGNkMzUwYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a8c59de-c28e-4c3b-852d-436f56feec95","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T03:59:43.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267156344,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:59:43.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267157746,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:59:43.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "dcae-sch",
  "timestamp": 1648267150537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:59:43.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "policy-id",
  "timestamp": 1648267153845,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:59:43.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267156344,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:59:43.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "cds",
  "timestamp": 1648267152277,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:59:43.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267157746,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:59:43.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "dcae-sch",
  "timestamp": 1648267150537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:59:43.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "policy-id",
  "timestamp": 1648267153845,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:59:43.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "cds",
  "timestamp": 1648267161649,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:59:43.379Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:59:43.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "policy-id",
  "timestamp": 1648267161556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:59:43.379Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:59:43.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "cds",
  "timestamp": 1648267162659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-26T03:59:43.381Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:59:43.381Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T03:59:43.384Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:59:43.384Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267182739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2022-03-26T03:59:43.397Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0500a731-9ec8-483c-904e-3147d719fa7e
2022-03-26T03:59:43.397Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0500a731-9ec8-483c-904e-3147d719fa7e 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 (?, ?, ?, ?, ?)
2022-03-26T03:59:43.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "policy-id",
  "timestamp": 1648267162561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:59:43.408Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:59:43.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "policy-id",
  "timestamp": 1648267163565,
  "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=?
2022-03-26T03:59:43.416Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0500a731-9ec8-483c-904e-3147d719fa7e
2022-03-26T03:59:43.417Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0500a731-9ec8-483c-904e-3147d719fa7e 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 (?, ?, ?, ?, ?)
2022-03-26T03:59:43.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267165367,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:59:43.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267165367,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:59:43.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "clamp",
  "timestamp": 1648267167312,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:59:43.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267168253,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:59:43.435Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:59:43.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "clamp",
  "timestamp": 1648267167312,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:59:43.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267169930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:59:43.436Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:59:43.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "aai-ml",
  "timestamp": 1648267170166,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T03:59:43.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267170934,
  "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=?
2022-03-26T03:59:43.444Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0500a731-9ec8-483c-904e-3147d719fa7e
2022-03-26T03:59:43.444Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0500a731-9ec8-483c-904e-3147d719fa7e 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 (?, ?, ?, ?, ?)
2022-03-26T03:59:43.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "aai-ml",
  "timestamp": 1648267170166,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:59:43.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T03:59:43.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "aai-ml",
  "timestamp": 1648267173103,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:59:43.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:59:43.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "clamp",
  "timestamp": 1648267173375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:59:43.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:59:43.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "clamp",
  "timestamp": 1648267175383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:59:43.457Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:59:43.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "clamp",
  "timestamp": 1648267176387,
  "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=?
2022-03-26T03:59:43.463Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0500a731-9ec8-483c-904e-3147d719fa7e
2022-03-26T03:59:43.463Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0500a731-9ec8-483c-904e-3147d719fa7e 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 (?, ?, ?, ?, ?)
2022-03-26T03:59:43.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "aai-ml",
  "timestamp": 1648267178843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:59:43.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:59:43.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:59:43.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "aai-ml",
  "timestamp": 1648267179848,
  "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=?
2022-03-26T03:59:43.478Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0500a731-9ec8-483c-904e-3147d719fa7e
2022-03-26T03:59:43.479Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0500a731-9ec8-483c-904e-3147d719fa7e 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 (?, ?, ?, ?, ?)
2022-03-26T03:59:43.484Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T03:59:43.485Z||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.
2022-03-26T03:59:43.485Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:59:43.497Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:59:43.497Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-26T03:59:44.385Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:59:44.386Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:59:44.389Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:59:44.389Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267182739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T03:59:44.489Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:59:44.490Z||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.
2022-03-26T03:59:44.490Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:59:44.501Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:59:44.501Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-26T03:59:45.390Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "db9e1b60-efe2-4856-9b7d-4ff705090a4c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "653cc4c2-1d7e-4090-84c0-ce6f7dded99f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "dcd7c8bc-bb9e-4a10-8a53-ef9723ba0b98",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "09a7fdff-ee92-4148-a099-e51081cc7c51",
      "resourceInvariantUUID": "c02a4ecf-e665-4909-be3f-f77b8b06388f",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "M2QxYjdkMWZhM2FiYzZhZWMzNThmMGI1OGNkMzUwYTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a8c59de-c28e-4c3b-852d-436f56feec95"
    }
  ],
  "workloadContext": "Production"
}
2022-03-26T03:59:45.391Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T03:59:45.391Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 db9e1b60-efe2-4856-9b7d-4ff705090a4c ASDC
2022-03-26T03:59:45.392Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0500a731-9ec8-483c-904e-3147d719fa7e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:db9e1b60-efe2-4856-9b7d-4ff705090a4c
ServiceInvariantUUID:653cc4c2-1d7e-4090-84c0-ce6f7dded99f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:3a8c59de-c28e-4c3b-852d-436f56feec95
ArtifactChecksum:M2QxYjdkMWZhM2FiYzZhZWMzNThmMGI1OGNkMzUwYTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:dcd7c8bc-bb9e-4a10-8a53-ef9723ba0b98
ResourceInvariantUUID:c02a4ecf-e665-4909-be3f-f77b8b06388f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:09a7fdff-ee92-4148-a099-e51081cc7c51
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-26T03:59:45.392Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db9e1b60-efe2-4856-9b7d-4ff705090a4c 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=?
2022-03-26T03:59:45.420Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T03:59:45.421Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-26T03:59:45.421Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-26T03:59:45.421Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3a8c59de-c28e-4c3b-852d-436f56feec95 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-26T03:59:45.421Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-26T03:59:45.421Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-26T03:59:46.007Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-26T03:59:46.009Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3a8c59de-c28e-4c3b-852d-436f56feec95 52489
2022-03-26T03:59:46.010Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-26T03:59:46.010Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-26T03:59:46.010Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:59:46.010Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:59:46.012Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:59:46.012Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267186009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T03:59:46.113Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:59:46.114Z||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.
2022-03-26T03:59:46.115Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:59:46.126Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:59:46.126Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:59:47.013Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T03:59:47.014Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-26T03:59:47.015Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3a8c59de-c28e-4c3b-852d-436f56feec95, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-26T03:59:47.015Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-26T03:59:47.016Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-26T03:59:47.016Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-26T03:59:47.123Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9578929819725805694/Definitions/service-BasicNetwork-template.yml
2022-03-26T03:59:47.580Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T03:59:47.581Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-26T03:59:47.581Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-26T03:59:47.581Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-26T03:59:47.582Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-26T03:59:47.582Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-26T03:59:47.582Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-26T03:59:47.583Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-26T03:59:47.583Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-26T03:59:47.583Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-26T03:59:47.584Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-26T03:59:47.584Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-26T03:59:47.584Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-26T03:59:47.585Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:59:47.585Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:59:47.585Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-26T03:59:47.586Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-26T03:59:47.586Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T03:59:47.586Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:59:47.586Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:59:47.587Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-26T03:59:47.587Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-26T03:59:47.587Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T03:59:47.588Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:59:47.588Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:59:47.588Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:59:47.588Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:59:47.589Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:59:47.589Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:59:47.590Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:59:47.590Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:59:47.590Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:59:47.590Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:59:47.591Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:db9e1b60-efe2-4856-9b7d-4ff705090a4c
Model Version:NULL
Model InvariantUuid:653cc4c2-1d7e-4090-84c0-ce6f7dded99f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c02a4ecf-e665-4909-be3f-f77b8b06388f
Model UUID:004d21a5-8939-4b26-bb56-bbdca9614249
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:dcd7c8bc-bb9e-4a10-8a53-ef9723ba0b98
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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=?
2022-03-26T03:59:47.599Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 09a7fdff-ee92-4148-a099-e51081cc7c51
2022-03-26T03:59:47.600Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||No resources found for Service: db9e1b60-efe2-4856-9b7d-4ff705090a4c
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=?
2022-03-26T03:59:47.607Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||
2022-03-26T03:59:47.607Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-26T03:59:47.608Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||No resources found for Service: db9e1b60-efe2-4856-9b7d-4ff705090a4c
2022-03-26T03:59:47.608Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: db9e1b60-efe2-4856-9b7d-4ff705090a4c
2022-03-26T03:59:47.608Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-26T03:59:47.609Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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=?
2022-03-26T03:59:47.616Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@784f7530, org.onap.sdc.toscaparser.api.parameters.Input@4fd7b4e3, org.onap.sdc.toscaparser.api.parameters.Input@214c4508, org.onap.sdc.toscaparser.api.parameters.Input@35b5025f, org.onap.sdc.toscaparser.api.parameters.Input@36d0172c]
2022-03-26T03:59:47.618Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:59:47.618Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:59:47.619Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:59:47.619Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:59:47.619Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid db9e1b60-efe2-4856-9b7d-4ff705090a4c: Generic NeutronNet
2022-03-26T03:59:47.619Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:59:47.620Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:59:47.620Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:59:47.620Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-26T03:59:47.684Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:59:47.684Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:59:47.684Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:59:47.684Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:59:47.685Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T03:59:47.685Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:59:47.685Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-26T03:59:47.780Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-26T03:59:47.781Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-26T03:59:47.781Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-26T03:59:47.781Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:59:47.781Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:59:47.783Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:59:47.783Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267187781,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T03:59:47.884Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T03:59:47.885Z||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.
2022-03-26T03:59:47.885Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:59:47.903Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T03:59:47.904Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:59:48.784Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0500a731-9ec8-483c-904e-3147d719fa7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T03:59:48.796Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0500a731-9ec8-483c-904e-3147d719fa7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T03:59:48.799Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:59:48.799Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-26T03:59:48.799Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-26T03:59:48.799Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-26T03:59:48.799Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:59:48.800Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:59:48.800Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:59:48.800Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:59:48.800Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:59:48.800Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T03:59:48.800Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T03:59:48.807Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-26T04:00:18.808Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0500a731-9ec8-483c-904e-3147d719fa7e 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=?
2022-03-26T04:00:18.820Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0500a731-9ec8-483c-904e-3147d719fa7e and serviceModelVersionId: db9e1b60-efe2-4856-9b7d-4ff705090a4c
2022-03-26T04:00:18.820Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 653cc4c2-1d7e-4090-84c0-ce6f7dded99f
2022-03-26T04:00:18.821Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/653cc4c2-1d7e-4090-84c0-ce6f7dded99f/model-vers/model-ver/db9e1b60-efe2-4856-9b7d-4ff705090a4c?depth=0
2022-03-26T04:00:18.830Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-26T04:00:18.924Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/653cc4c2-1d7e-4090-84c0-ce6f7dded99f/model-vers/model-ver/db9e1b60-efe2-4856-9b7d-4ff705090a4c?depth=0|INFO|500||Invoke
2022-03-26T04:00:18.925Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/653cc4c2-1d7e-4090-84c0-ce6f7dded99f/model-vers/model-ver/db9e1b60-efe2-4856-9b7d-4ff705090a4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/653cc4c2-1d7e-4090-84c0-ce6f7dded99f/model-vers/model-ver/db9e1b60-efe2-4856-9b7d-4ff705090a4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0500a731-9ec8-483c-904e-3147d719fa7e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[322cf4ae-2c64-47da-9266-117a30be8190], X-ECOMP-RequestID=[0500a731-9ec8-483c-904e-3147d719fa7e], X-TransactionId=[], X-ONAP-RequestID=[0500a731-9ec8-483c-904e-3147d719fa7e], Content-Type=[application/merge-patch+json]}
2022-03-26T04:00:18.954Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/653cc4c2-1d7e-4090-84c0-ce6f7dded99f/model-vers/model-ver/db9e1b60-efe2-4856-9b7d-4ff705090a4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-26T04:00:19.594Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/653cc4c2-1d7e-4090-84c0-ce6f7dded99f/model-vers/model-ver/db9e1b60-efe2-4856-9b7d-4ff705090a4c?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/653cc4c2-1d7e-4090-84c0-ce6f7dded99f/model-vers/model-ver/db9e1b60-efe2-4856-9b7d-4ff705090a4c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220326-04:00:19:690-7092], vertex-id=[217088], Content-Length=[0], Date=[Sat, 26 Mar 2022 04:00:19 GMT], Content-Type=[application/json]}
2022-03-26T04:00:19.595Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/653cc4c2-1d7e-4090-84c0-ce6f7dded99f/model-vers/model-ver/db9e1b60-efe2-4856-9b7d-4ff705090a4c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-26T04:00:19.597Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/653cc4c2-1d7e-4090-84c0-ce6f7dded99f/model-vers/model-ver/db9e1b60-efe2-4856-9b7d-4ff705090a4c?depth=0|INFO|500||InvokeReturn
2022-03-26T04:00:19.600Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-26T04:00:19.601Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||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=?
2022-03-26T04:00:19.608Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-26T04:00:19.608Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0500a731-9ec8-483c-904e-3147d719fa7e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-26T04:00:19.608Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-26T04:00:19.609Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:00:19.612Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:00:19.612Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267219608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T04:00:19.712Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:00:19.714Z||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.
2022-03-26T04:00:19.714Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:00:19.729Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:00:19.730Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-26T04:00:42.739Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:00:42.741Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T04:00:42.741Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:00:42.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:00:42.743Z||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.
2022-03-26T04:00:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:00:42.863Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:00:42.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T04:00:42.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267182739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:00:42.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:00:52.288Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:01:42.740Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:01:42.741Z||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.
2022-03-26T04:01:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:01:42.744Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:01:42.744Z||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.
2022-03-26T04:01:42.745Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:01:42.829Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:01:42.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:01:42.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267182739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:01:42.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:01:42.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:01:42.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267186009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:01:42.831Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:01:42.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:01:42.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267187781,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:01:42.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:01:42.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:01:42.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0500a731-9ec8-483c-904e-3147d719fa7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267219608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T04:01:42.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:01:43.370Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:01:43.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-26T04:01:43.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a521a57a-1888-498c-a0e5-dbe9b66e65ef","serviceName":"Demo_pNF_iwDh5mmg2UGRN2JxEusq","serviceVersion":"1.0","serviceUUID":"c4003baa-a504-4d05-85e1-0fdb4d121f9c","serviceDescription":"catalog service description","serviceInvariantUUID":"c368f9e3-ddca-412e-8454-4f62d953c90b","resources":[{"resourceInstanceName":"pNF 8c4952fd-0061 0","resourceName":"pNF 8c4952fd-0061","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a8846a4a-08f4-4cce-94c6-32026849a422","resourceInvariantUUID":"d1a2bb28-e523-4f17-88c4-0db0e9b7bd6f","resourceCustomizationUUID":"196e82fc-bd14-4277-b944-1d910ade1a9a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vf-license-model.xml","artifactChecksum":"NTMyZGY0ZjU2YzQ4NTZjYTYzZTcyN2NkMTBlODQ0NTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"52f86586-afce-4534-b62b-4ff1f27f7ef3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/pNF.csar","artifactChecksum":"YjdhZjdlZjVmZDhmZGE2OGU3MmVlNWJiN2E0NGZiMzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6971537f-5183-4c16-984f-15c34c266332","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0c1ba8ca-c0f6-4794-b3a1-bdce95f19054","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vendor-license-model.xml","artifactChecksum":"MTZlZThjZGRmMjdjYzhhMDVjZWJlY2YzMjhlM2NkZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e3ad5855-8e89-458a-aec1-81b3314769ff","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc0c94e4-78cc-4b3b-b1c2-ae4675289153","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39271b33-0f3f-4db0-8b70-2320b4fd6af9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIwdh5mmg2ugrn2jxeusq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-template.yml","artifactChecksum":"MDU1N2I0ZWE2MTNkY2IyNTE1MmQ1MDI2NjZjYzMwODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18851ef7-5893-48c2-bc6e-9c4923041386","artifactVersion":"1"},{"artifactName":"service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar","artifactChecksum":"MmNjMzNlN2E1ZDY5YTVhYmUwMjkwOTAwMDVhZTIwZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14ce2975-b11b-45ae-bf9f-f68fdfb2da7d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T04:01:43.375Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:01:43.375Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:01:43.378Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:01:43.378Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:01:43.479Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-26T04:01:43.480Z||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.
2022-03-26T04:01:43.481Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:01:43.494Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:01:43.495Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:01:44.379Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:01:44.380Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:01:44.381Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:01:44.382Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:01:44.482Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:01:44.483Z||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.
2022-03-26T04:01:44.483Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:01:44.500Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:01:44.501Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:01:45.384Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:01:45.385Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:01:45.387Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:01:45.388Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:01:45.488Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T04:01:45.489Z||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.
2022-03-26T04:01:45.489Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:01:45.515Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:01:45.515Z||pool-58-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:01:46.389Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:01:46.390Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:01:46.392Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:01:46.393Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:01:46.493Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:01:46.494Z||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.
2022-03-26T04:01:46.494Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:01:46.506Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:01:46.506Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:01:47.393Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:01:47.394Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:01:47.396Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:01:47.396Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:01:47.497Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:01:47.498Z||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.
2022-03-26T04:01:47.498Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:01:47.509Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:01:47.510Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:01:48.397Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:01:48.399Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:01:48.401Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:01:48.401Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:01:48.501Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T04:01:48.502Z||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.
2022-03-26T04:01:48.503Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:01:48.514Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:01:48.514Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:01:49.402Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:01:49.403Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:01:49.406Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:01:49.406Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:01:49.506Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:01:49.507Z||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.
2022-03-26T04:01:49.507Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:01:49.520Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:01:49.521Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:01:50.406Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:01:50.407Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:01:50.410Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:01:50.410Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:01:50.510Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T04:01:50.511Z||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.
2022-03-26T04:01:50.511Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:01:50.526Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:01:50.528Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:01:51.411Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "serviceName": "Demo_pNF_iwDh5mmg2UGRN2JxEusq",
  "serviceVersion": "1.0",
  "serviceUUID": "c4003baa-a504-4d05-85e1-0fdb4d121f9c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c368f9e3-ddca-412e-8454-4f62d953c90b",
  "resources": [
    {
      "resourceInstanceName": "pNF 8c4952fd-0061 0",
      "resourceCustomizationUUID": "196e82fc-bd14-4277-b944-1d910ade1a9a",
      "resourceName": "pNF 8c4952fd-0061",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a8846a4a-08f4-4cce-94c6-32026849a422",
      "resourceInvariantUUID": "d1a2bb28-e523-4f17-88c4-0db0e9b7bd6f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
      "artifactChecksum": "MmNjMzNlN2E1ZDY5YTVhYmUwMjkwOTAwMDVhZTIwZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "14ce2975-b11b-45ae-bf9f-f68fdfb2da7d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-26T04:01:51.412Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T04:01:51.412Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c4003baa-a504-4d05-85e1-0fdb4d121f9c ASDC
2022-03-26T04:01:51.413Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a521a57a-1888-498c-a0e5-dbe9b66e65ef
ServiceName:Demo_pNF_iwDh5mmg2UGRN2JxEusq
ServiceVersion:1.0
ServiceUUID:c4003baa-a504-4d05-85e1-0fdb4d121f9c
ServiceInvariantUUID:c368f9e3-ddca-412e-8454-4f62d953c90b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
ArtifactUUID:14ce2975-b11b-45ae-bf9f-f68fdfb2da7d
ArtifactChecksum:MmNjMzNlN2E1ZDY5YTVhYmUwMjkwOTAwMDVhZTIwZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8c4952fd-0061 0
ResourceCustomizationUUID:196e82fc-bd14-4277-b944-1d910ade1a9a
ResourceInvariantUUID:d1a2bb28-e523-4f17-88c4-0db0e9b7bd6f
ResourceName:pNF 8c4952fd-0061
ResourceType:PNF
ResourceUUID:a8846a4a-08f4-4cce-94c6-32026849a422
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-26T04:01:51.413Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4003baa-a504-4d05-85e1-0fdb4d121f9c 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 (?, ?, ?, ?, ?)
2022-03-26T04:01:51.440Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T04:01:51.441Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-26T04:01:51.442Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-26T04:01:51.442Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 14ce2975-b11b-45ae-bf9f-f68fdfb2da7d from URL: /sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:51.442Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-26T04:01:51.443Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:51.729Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-26T04:01:51.735Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar 14ce2975-b11b-45ae-bf9f-f68fdfb2da7d 82616
2022-03-26T04:01:51.736Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar ASDC sendASDCNotification
2022-03-26T04:01:51.736Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:51.736Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:01:51.736Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:01:51.738Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:01:51.738Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267311736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:01:51.839Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:01:51.840Z||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.
2022-03-26T04:01:51.840Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:01:51.851Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:01:51.851Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:01:52.739Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T04:01:52.740Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-26T04:01:52.741Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 14ce2975-b11b-45ae-bf9f-f68fdfb2da7d, URL: /sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar to file: /app/ASDC/1/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:52.741Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:52.741Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:52.741Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:52.897Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13215801105111337388/Definitions/service-DemoPnfIwdh5mmg2ugrn2jxeusq-template.yml
2022-03-26T04:01:53.790Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T04:01:53.791Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-26T04:01:53.791Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:53.791Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-26T04:01:53.791Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8c4952fd-0061 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-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:53.791Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|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-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:53.792Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|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-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:53.792Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|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-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:53.792Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|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-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:53.792Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|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-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:53.792Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|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-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:53.792Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-26T04:01:53.792Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:01:53.792Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_iwDh5mmg2UGRN2JxEusq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:01:53.793Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Node template pNF 8c4952fd-0061 0 is matching search criteria
2022-03-26T04:01:53.793Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-26T04:01:53.793Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 8c4952fd-0061 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T04:01:53.793Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:01:53.793Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_iwDh5mmg2UGRN2JxEusq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:01:53.794Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Node template pNF 8c4952fd-0061 0 is matching search criteria
2022-03-26T04:01:53.794Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-26T04:01:53.794Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 8c4952fd-0061 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T04:01:53.794Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:01:53.794Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_iwDh5mmg2UGRN2JxEusq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:01:53.795Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:01:53.795Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_iwDh5mmg2UGRN2JxEusq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:01:53.795Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:01:53.795Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_iwDh5mmg2UGRN2JxEusq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:01:53.795Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:01:53.796Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_iwDh5mmg2UGRN2JxEusq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:01:53.796Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:01:53.796Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_iwDh5mmg2UGRN2JxEusq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:01:53.796Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_iwDh5mmg2UGRN2JxEusq
Description:catalog service description
Model UUID:c4003baa-a504-4d05-85e1-0fdb4d121f9c
Model Version:NULL
Model InvariantUuid:c368f9e3-ddca-412e-8454-4f62d953c90b
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=?
2022-03-26T04:01:53.803Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: a8846a4a-08f4-4cce-94c6-32026849a422
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=?
2022-03-26T04:01:53.813Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||pNF 8c4952fd-0061 0
2022-03-26T04:01:53.813Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a8846a4a-08f4-4cce-94c6-32026849a422
2022-03-26T04:01:53.814Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||No resources found for Service: c4003baa-a504-4d05-85e1-0fdb4d121f9c
2022-03-26T04:01:53.814Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c4003baa-a504-4d05-85e1-0fdb4d121f9c
2022-03-26T04:01:53.814Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8c4952fd-0061 0 a8846a4a-08f4-4cce-94c6-32026849a422 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=?
2022-03-26T04:01:53.819Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61d4dd77, org.onap.sdc.toscaparser.api.parameters.Input@c7e5813, org.onap.sdc.toscaparser.api.parameters.Input@57d283d8, org.onap.sdc.toscaparser.api.parameters.Input@437794f, org.onap.sdc.toscaparser.api.parameters.Input@434f33db]
2022-03-26T04:01:53.819Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:01:53.819Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_iwDh5mmg2UGRN2JxEusq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:01:53.820Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c4003baa-a504-4d05-85e1-0fdb4d121f9c: pNF 8c4952fd-0061
2022-03-26T04:01:53.820Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||Processing PNF resource: a8846a4a-08f4-4cce-94c6-32026849a422
2022-03-26T04:01:53.820Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:01:53.820Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_iwDh5mmg2UGRN2JxEusq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:01:53.821Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||Resource customization UUID: 196e82fc-bd14-4277-b944-1d910ade1a9a is the same as notified resource customizationUUID: 196e82fc-bd14-4277-b944-1d910ade1a9a
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 (?, ?)
2022-03-26T04:01:53.921Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8c4952fd-0061 a8846a4a-08f4-4cce-94c6-32026849a422 0 ASDC deployResourceStructure
2022-03-26T04:01:53.922Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar ASDC sendASDCNotification
2022-03-26T04:01:53.922Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar
2022-03-26T04:01:53.922Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:01:53.922Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:01:53.925Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:01:53.925Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267313921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:01:54.025Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:01:54.026Z||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.
2022-03-26T04:01:54.026Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:01:54.037Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:01:54.037Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:01:54.926Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T04:01:54.936Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T04:01:54.938Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T04:01:54.938Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T04:01:54.938Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T04:02:24.939Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T04:02:24.952Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T04:02:24.955Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T04:02:24.955Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T04:02:24.955Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T04:02:42.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:02:42.744Z||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.
2022-03-26T04:02:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:02:42.770Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:02:42.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267276345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267277747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267285393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267276345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267277747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "cds",
  "timestamp": 1648267287277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267285393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267276345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267277747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "clamp",
  "timestamp": 1648267287312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "cds",
  "timestamp": 1648267287277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267285393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267276345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "clamp",
  "timestamp": 1648267287312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267277747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "cds",
  "timestamp": 1648267287277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267285393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267276345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "clamp",
  "timestamp": 1648267287312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267277747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "cds",
  "timestamp": 1648267287277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267285393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "aai-ml",
  "timestamp": 1648267290165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267276345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:02:42.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "clamp",
  "timestamp": 1648267287312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267277747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "cds",
  "timestamp": 1648267287277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267285393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "dcae-sch",
  "timestamp": 1648267290537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "aai-ml",
  "timestamp": 1648267290165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267276345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "clamp",
  "timestamp": 1648267287312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267277747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "cds",
  "timestamp": 1648267287277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267285393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "dcae-sch",
  "timestamp": 1648267290537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "aai-ml",
  "timestamp": 1648267290165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267276345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "clamp",
  "timestamp": 1648267287312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267277747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:02:42.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "cds",
  "timestamp": 1648267287277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267285393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:02:42.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "dcae-sch",
  "timestamp": 1648267290537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "aai-ml",
  "timestamp": 1648267290165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "clamp",
  "timestamp": 1648267287312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267294392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:02:42.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:02:42.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "policy-id",
  "timestamp": 1648267293845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "cds",
  "timestamp": 1648267287277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:02:42.807Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "dcae-sch",
  "timestamp": 1648267290537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "aai-ml",
  "timestamp": 1648267290165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "clamp",
  "timestamp": 1648267287312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:02:42.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267294557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:02:42.812Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:02:42.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "policy-id",
  "timestamp": 1648267293845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267295557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T04:02:42.813Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:02:42.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "dcae-sch",
  "timestamp": 1648267290537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.813Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "aai-ml",
  "timestamp": 1648267290165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "cds",
  "timestamp": 1648267296360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:02:42.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:02:42.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "policy-id",
  "timestamp": 1648267293845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267296561,
  "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=?
2022-03-26T04:02:42.823Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a521a57a-1888-498c-a0e5-dbe9b66e65ef
2022-03-26T04:02:42.823Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a521a57a-1888-498c-a0e5-dbe9b66e65ef 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 (?, ?, ?, ?, ?)
2022-03-26T04:02:42.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "dcae-sch",
  "timestamp": 1648267290537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "aai-ml",
  "timestamp": 1648267290165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267296439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:02:42.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:02:42.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "cds",
  "timestamp": 1648267297367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-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=?
2022-03-26T04:02:42.842Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a521a57a-1888-498c-a0e5-dbe9b66e65ef
2022-03-26T04:02:42.842Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a521a57a-1888-498c-a0e5-dbe9b66e65ef 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 (?, ?, ?, ?, ?)
2022-03-26T04:02:42.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "policy-id",
  "timestamp": 1648267293845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "dcae-sch",
  "timestamp": 1648267290537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "aai-ml",
  "timestamp": 1648267290165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:02:42.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267297443,
  "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=?
2022-03-26T04:02:42.856Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a521a57a-1888-498c-a0e5-dbe9b66e65ef
2022-03-26T04:02:42.857Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a521a57a-1888-498c-a0e5-dbe9b66e65ef 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 (?, ?, ?, ?, ?)
2022-03-26T04:02:42.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "policy-id",
  "timestamp": 1648267293845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "dcae-sch",
  "timestamp": 1648267290537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267297565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "policy-id",
  "timestamp": 1648267293845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "aai-ml",
  "timestamp": 1648267299557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:02:42.867Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:02:42.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267297565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:02:42.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "policy-id",
  "timestamp": 1648267293845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:02:42.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267297565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "policy-id",
  "timestamp": 1648267293845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:02:42.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267297565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "cds",
  "timestamp": 1648267302278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:02:42.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:02:42.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:02:42.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "policy-id",
  "timestamp": 1648267302924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:02:42.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:02:54.956Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T04:02:54.966Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T04:02:54.969Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T04:02:54.969Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T04:02:54.969Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T04:03:24.969Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T04:03:24.982Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T04:03:24.986Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T04:03:24.986Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T04:03:24.986Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T04:03:42.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:03:42.744Z||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.
2022-03-26T04:03:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:03:42.768Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:03:42.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:03:42.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267297565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:03:42.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:03:54.987Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T04:03:54.996Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T04:03:54.999Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T04:03:54.999Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T04:03:54.999Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T04:04:25.002Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T04:04:25.024Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T04:04:25.028Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T04:04:25.029Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T04:04:25.029Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T04:04:42.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:04:42.743Z||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.
2022-03-26T04:04:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:04:42.763Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:04:42.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "cds",
  "timestamp": 1648267302278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "policy-id",
  "timestamp": 1648267303929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:42.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267297565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "clamp",
  "timestamp": 1648267304398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:42.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "cds",
  "timestamp": 1648267302278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "policy-id",
  "timestamp": 1648267304931,
  "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=?
2022-03-26T04:04:42.795Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a521a57a-1888-498c-a0e5-dbe9b66e65ef
2022-03-26T04:04:42.795Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a521a57a-1888-498c-a0e5-dbe9b66e65ef 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:42.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267297565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "cds",
  "timestamp": 1648267302278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "aai-ml",
  "timestamp": 1648267305973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:42.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "clamp",
  "timestamp": 1648267306406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:42.812Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "cds",
  "timestamp": 1648267302278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "aai-ml",
  "timestamp": 1648267306978,
  "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=?
2022-03-26T04:04:42.817Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a521a57a-1888-498c-a0e5-dbe9b66e65ef
2022-03-26T04:04:42.818Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a521a57a-1888-498c-a0e5-dbe9b66e65ef 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:42.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "clamp",
  "timestamp": 1648267307410,
  "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=?
2022-03-26T04:04:42.835Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a521a57a-1888-498c-a0e5-dbe9b66e65ef
2022-03-26T04:04:42.836Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a521a57a-1888-498c-a0e5-dbe9b66e65ef 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:42.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267306889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:42.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "cds",
  "timestamp": 1648267302278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "cds",
  "timestamp": 1648267302278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267308329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:42.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/resourceInstances/pnf8c4952fd00610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "cds",
  "timestamp": 1648267310142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:42.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267309696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:42.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "cds",
  "timestamp": 1648267311147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T04:04:42.867Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15164982-f689-41ce-8f71-d735a774adb1
2022-03-26T04:04:42.868Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15164982-f689-41ce-8f71-d735a774adb1 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:42.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267310717,
  "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=?
2022-03-26T04:04:42.882Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15164982-f689-41ce-8f71-d735a774adb1
2022-03-26T04:04:42.882Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15164982-f689-41ce-8f71-d735a774adb1 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:42.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267310537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267311722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:42.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267311736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:42.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267310537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267310537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "policy-id",
  "timestamp": 1648267313845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267313921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIwdh5mmg2ugrn2jxeusq/1.0/artifacts/service-DemoPnfIwdh5mmg2ugrn2jxeusq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:42.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267310537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "policy-id",
  "timestamp": 1648267313845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267310537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "policy-id",
  "timestamp": 1648267313845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267310537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267316344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "policy-id",
  "timestamp": 1648267313845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "cds",
  "timestamp": 1648267317277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267310537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267316344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "policy-id",
  "timestamp": 1648267313845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "cds",
  "timestamp": 1648267317277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267316344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267317746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "policy-id",
  "timestamp": 1648267313845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "cds",
  "timestamp": 1648267317277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267316344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267317746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "policy-id",
  "timestamp": 1648267313845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "cds",
  "timestamp": 1648267317277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267316344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267317746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "cds",
  "timestamp": 1648267317277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "policy-id",
  "timestamp": 1648267321778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:42.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267316344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267317746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "cds",
  "timestamp": 1648267317277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "policy-id",
  "timestamp": 1648267322790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:42.915Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267316344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267317746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "cds",
  "timestamp": 1648267317277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "policy-id",
  "timestamp": 1648267323794,
  "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=?
2022-03-26T04:04:42.926Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15164982-f689-41ce-8f71-d735a774adb1
2022-03-26T04:04:42.926Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15164982-f689-41ce-8f71-d735a774adb1 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=?
2022-03-26T04:04:42.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267323256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:42.935Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267316344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267317746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "cds",
  "timestamp": 1648267317277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267316344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267317746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "cds",
  "timestamp": 1648267317277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267317746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267325714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:42.943Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267317746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:42.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267326718,
  "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=?
2022-03-26T04:04:42.952Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15164982-f689-41ce-8f71-d735a774adb1
2022-03-26T04:04:42.952Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15164982-f689-41ce-8f71-d735a774adb1 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:42.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "cds",
  "timestamp": 1648267327805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:42.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "aai-ml",
  "timestamp": 1648267328393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:42.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "cds",
  "timestamp": 1648267328810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T04:04:42.975Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78f07346-2557-43df-8462-7af011dca19e
2022-03-26T04:04:42.976Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78f07346-2557-43df-8462-7af011dca19e 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:42.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267327945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:42.985Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "clamp",
  "timestamp": 1648267329408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:42.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267329396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:42.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "clamp",
  "timestamp": 1648267331410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:42.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267331190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:42.990Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:42.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:42.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:42.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:42.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "clamp",
  "timestamp": 1648267332414,
  "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=?
2022-03-26T04:04:42.996Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15164982-f689-41ce-8f71-d735a774adb1
2022-03-26T04:04:42.996Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15164982-f689-41ce-8f71-d735a774adb1 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:43.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267332696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267333740,
  "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=?
2022-03-26T04:04:43.015Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78f07346-2557-43df-8462-7af011dca19e
2022-03-26T04:04:43.015Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78f07346-2557-43df-8462-7af011dca19e 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:43.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267334745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:43.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267315368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267337094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.035Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "aai-ml",
  "timestamp": 1648267339472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:43.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267339340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:43.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "aai-ml",
  "timestamp": 1648267340477,
  "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=?
2022-03-26T04:04:43.050Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15164982-f689-41ce-8f71-d735a774adb1
2022-03-26T04:04:43.050Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15164982-f689-41ce-8f71-d735a774adb1 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:43.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267340345,
  "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=?
2022-03-26T04:04:43.068Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78f07346-2557-43df-8462-7af011dca19e
2022-03-26T04:04:43.069Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78f07346-2557-43df-8462-7af011dca19e 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:43.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "cds",
  "timestamp": 1648267341441,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "clamp",
  "timestamp": 1648267317313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "cds",
  "timestamp": 1648267342449,
  "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 (?, ?, ?, ?, ?)
2022-03-26T04:04:43.095Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed87ad51-3677-47cd-9426-b610c0526ce8
2022-03-26T04:04:43.095Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed87ad51-3677-47cd-9426-b610c0526ce8 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:43.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "policy-id",
  "timestamp": 1648267343567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "policy-id",
  "timestamp": 1648267344572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:43.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "policy-id",
  "timestamp": 1648267345574,
  "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=?
2022-03-26T04:04:43.117Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78f07346-2557-43df-8462-7af011dca19e
2022-03-26T04:04:43.118Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78f07346-2557-43df-8462-7af011dca19e 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=?
2022-03-26T04:04:43.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267346561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267347854,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.134Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "aai-ml",
  "timestamp": 1648267320166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267349149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "dcae-sch",
  "timestamp": 1648267349282,
  "artifactURL": "/sdc/v1/catalog/services/2f1302bf-fc48-4e1c-a5eb-35248e43f8cf/resourceInstances/basicclamp0/artifacts/0cc25418-2755-4173-b1b8-fcdaa3dcd360",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "cds",
  "timestamp": 1648267332279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267350182,
  "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=?
2022-03-26T04:04:43.147Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed87ad51-3677-47cd-9426-b610c0526ce8
2022-03-26T04:04:43.147Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed87ad51-3677-47cd-9426-b610c0526ce8 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:43.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "aai-ml",
  "timestamp": 1648267350793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "dcae-sch",
  "timestamp": 1648267350654,
  "artifactURL": "/sdc/v1/catalog/services/2f1302bf-fc48-4e1c-a5eb-35248e43f8cf/resourceInstances/basicclamp0/artifacts/0cc25418-2755-4173-b1b8-fcdaa3dcd360",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:43.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "cds",
  "timestamp": 1648267352054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267351197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:43.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267336344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "dcae-sch",
  "timestamp": 1648267351658,
  "artifactURL": "/sdc/v1/catalog/services/2f1302bf-fc48-4e1c-a5eb-35248e43f8cf/resourceInstances/basicclamp0/artifacts/0cc25418-2755-4173-b1b8-fcdaa3dcd360",
  "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=?
2022-03-26T04:04:43.168Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of ed87ad51-3677-47cd-9426-b610c0526ce8
2022-03-26T04:04:43.168Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed87ad51-3677-47cd-9426-b610c0526ce8 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:43.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "clamp",
  "timestamp": 1648267352405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.181Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.181Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "cds",
  "timestamp": 1648267354581,
  "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 (?, ?, ?, ?, ?)
2022-03-26T04:04:43.196Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28fa3443-7abd-4902-af73-19869c60acc1
2022-03-26T04:04:43.197Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28fa3443-7abd-4902-af73-19869c60acc1 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:43.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "clamp",
  "timestamp": 1648267354412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:43.206Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "policy-id",
  "timestamp": 1648267355120,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.208Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267354501,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.209Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "clamp",
  "timestamp": 1648267355416,
  "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=?
2022-03-26T04:04:43.215Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78f07346-2557-43df-8462-7af011dca19e
2022-03-26T04:04:43.216Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78f07346-2557-43df-8462-7af011dca19e 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:43.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "policy-id",
  "timestamp": 1648267356124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:43.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "policy-id",
  "timestamp": 1648267357127,
  "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=?
2022-03-26T04:04:43.236Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed87ad51-3677-47cd-9426-b610c0526ce8
2022-03-26T04:04:43.237Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed87ad51-3677-47cd-9426-b610c0526ce8 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=?
2022-03-26T04:04:43.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267356887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:43.247Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267357901,
  "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=?
2022-03-26T04:04:43.257Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed87ad51-3677-47cd-9426-b610c0526ce8
2022-03-26T04:04:43.257Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed87ad51-3677-47cd-9426-b610c0526ce8 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:43.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267337746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:04:43.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648267330537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267360509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "aai-ml",
  "timestamp": 1648267361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:04:43.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267361620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:04:43.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:04:43.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "aai-ml",
  "timestamp": 1648267362640,
  "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=?
2022-03-26T04:04:43.278Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78f07346-2557-43df-8462-7af011dca19e
2022-03-26T04:04:43.278Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78f07346-2557-43df-8462-7af011dca19e 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 (?, ?, ?, ?, ?)
2022-03-26T04:04:43.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:43.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-26T04:04:43.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:04:43.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:04:55.029Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T04:04:55.042Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T04:04:55.045Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T04:04:55.045Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-26T04:04:55.045Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-26T04:04:55.045Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-26T04:04:55.045Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:04:55.045Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:04:55.046Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:04:55.046Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:04:55.046Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:04:55.046Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:04:55.046Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:04:55.046Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|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=?
2022-03-26T04:04:55.051Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-26T04:05:25.051Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef 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=?
2022-03-26T04:05:25.059Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a521a57a-1888-498c-a0e5-dbe9b66e65ef and serviceModelVersionId: c4003baa-a504-4d05-85e1-0fdb4d121f9c
2022-03-26T04:05:25.059Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c368f9e3-ddca-412e-8454-4f62d953c90b
2022-03-26T04:05:25.060Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c368f9e3-ddca-412e-8454-4f62d953c90b/model-vers/model-ver/c4003baa-a504-4d05-85e1-0fdb4d121f9c?depth=0
2022-03-26T04:05:25.065Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-26T04:05:25.123Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c368f9e3-ddca-412e-8454-4f62d953c90b/model-vers/model-ver/c4003baa-a504-4d05-85e1-0fdb4d121f9c?depth=0|INFO|500||Invoke
2022-03-26T04:05:25.124Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c368f9e3-ddca-412e-8454-4f62d953c90b/model-vers/model-ver/c4003baa-a504-4d05-85e1-0fdb4d121f9c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c368f9e3-ddca-412e-8454-4f62d953c90b/model-vers/model-ver/c4003baa-a504-4d05-85e1-0fdb4d121f9c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a521a57a-1888-498c-a0e5-dbe9b66e65ef], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d203cffb-39c0-4633-ac47-fba876f93be2], X-ECOMP-RequestID=[a521a57a-1888-498c-a0e5-dbe9b66e65ef], X-TransactionId=[], X-ONAP-RequestID=[a521a57a-1888-498c-a0e5-dbe9b66e65ef], Content-Type=[application/merge-patch+json]}
2022-03-26T04:05:25.152Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c368f9e3-ddca-412e-8454-4f62d953c90b/model-vers/model-ver/c4003baa-a504-4d05-85e1-0fdb4d121f9c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-26T04:05:25.262Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c368f9e3-ddca-412e-8454-4f62d953c90b/model-vers/model-ver/c4003baa-a504-4d05-85e1-0fdb4d121f9c?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/c368f9e3-ddca-412e-8454-4f62d953c90b/model-vers/model-ver/c4003baa-a504-4d05-85e1-0fdb4d121f9c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220326-04:05:25:881-92976], vertex-id=[225280], Content-Length=[0], Date=[Sat, 26 Mar 2022 04:05:25 GMT], Content-Type=[application/json]}
2022-03-26T04:05:25.263Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c368f9e3-ddca-412e-8454-4f62d953c90b/model-vers/model-ver/c4003baa-a504-4d05-85e1-0fdb4d121f9c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-26T04:05:25.264Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c368f9e3-ddca-412e-8454-4f62d953c90b/model-vers/model-ver/c4003baa-a504-4d05-85e1-0fdb4d121f9c?depth=0|INFO|500||InvokeReturn
2022-03-26T04:05:25.264Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-26T04:05:25.264Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|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=?
2022-03-26T04:05:25.272Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|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)
2022-03-26T04:05:25.272Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a521a57a-1888-498c-a0e5-dbe9b66e65ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-26T04:05:25.273Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-26T04:05:25.273Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:25.276Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:25.276Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267525272,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T04:05:25.376Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:05:25.377Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:05:25.377Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:25.391Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:25.392Z||pool-66-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=?
2022-03-26T04:05:26.291Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-26T04:05:26.291Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"15164982-f689-41ce-8f71-d735a774adb1","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1c268ff4-94cc-4175-80af-4a79e85c1826","serviceDescription":"service","serviceInvariantUUID":"1276d934-9923-4252-9ca0-e1504646f0cd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5530c33c-16f2-44ac-b64c-124eae9afa1a","resourceInvariantUUID":"46b98fca-e75d-4ca7-94ff-cdb7736c6cc4","resourceCustomizationUUID":"323aab48-f511-4433-85db-7e4c396bb651","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":"ZGM1YWRmOGI2MjQxNjI0ZTcxMGVmYWI1ODUzOTg2YjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47136423-9f29-41d5-9d39-e4cef122a124","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":"MjRmYmVjOGI3ZDVhNGM0ZWE4NGM3YTkyOTdiNTE2ODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fcdd9c59-6f91-417b-92c8-d00a02ccf0b0","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":"609a85e9-0a0c-4ffd-a379-5a5dea2ee364","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":"3a600f31-cf2c-419f-ad23-862ef571f3ea","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":"41e01072-0c0b-4a26-9d07-2491b7d43fba","artifactVersion":"2","generatedFromUUID":"609a85e9-0a0c-4ffd-a379-5a5dea2ee364"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODY4N2ZiOWVjNjA2OTg0NzRiYzI1NzdhZGI4NDg4N2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4adaf31-41eb-4194-a8e5-32ccb8805ae5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDYyMmNlN2I0NmVjM2E2NjQ5MjlhNzcyYjUwYmYyYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44899328-c189-44b7-b7d7-320bfe42a925","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T04:05:26.291Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:05:26.292Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:26.294Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:26.294Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:26.394Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:05:26.395Z||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.
2022-03-26T04:05:26.395Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:26.408Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:26.408Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:27.294Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:05:27.295Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:27.297Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:27.297Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:05:27.397Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:05:27.398Z||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.
2022-03-26T04:05:27.398Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:27.409Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:27.409Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:28.298Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:05:28.299Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:28.301Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:28.301Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:05:28.401Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:05:28.402Z||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.
2022-03-26T04:05:28.402Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:28.413Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:28.414Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:29.301Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:05:29.302Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:29.305Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:29.305Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:29.405Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:05:29.406Z||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.
2022-03-26T04:05:29.406Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:29.418Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:29.419Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:30.306Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:05:30.306Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:30.309Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:30.309Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-26T04:05:30.409Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:05:30.410Z||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.
2022-03-26T04:05:30.410Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:30.422Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:30.422Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:31.310Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:05:31.311Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:31.313Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:31.313Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:31.413Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:05:31.414Z||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.
2022-03-26T04:05:31.414Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:31.428Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:31.429Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:32.313Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:05:32.314Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:32.316Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:32.316Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:05:32.416Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:05:32.417Z||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.
2022-03-26T04:05:32.418Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:32.429Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:32.429Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:33.317Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "1c268ff4-94cc-4175-80af-4a79e85c1826",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1276d934-9923-4252-9ca0-e1504646f0cd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "323aab48-f511-4433-85db-7e4c396bb651",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5530c33c-16f2-44ac-b64c-124eae9afa1a",
      "resourceInvariantUUID": "46b98fca-e75d-4ca7-94ff-cdb7736c6cc4",
      "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": "MjRmYmVjOGI3ZDVhNGM0ZWE4NGM3YTkyOTdiNTE2ODM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fcdd9c59-6f91-417b-92c8-d00a02ccf0b0",
          "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": "609a85e9-0a0c-4ffd-a379-5a5dea2ee364",
          "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": "41e01072-0c0b-4a26-9d07-2491b7d43fba",
            "generatedFromUUID": "609a85e9-0a0c-4ffd-a379-5a5dea2ee364"
          },
          "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": "41e01072-0c0b-4a26-9d07-2491b7d43fba",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDYyMmNlN2I0NmVjM2E2NjQ5MjlhNzcyYjUwYmYyYmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "44899328-c189-44b7-b7d7-320bfe42a925"
    }
  ],
  "workloadContext": "Production"
}
2022-03-26T04:05:33.318Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T04:05:33.318Z|a521a57a-1888-498c-a0e5-dbe9b66e65ef|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c268ff4-94cc-4175-80af-4a79e85c1826 ASDC
2022-03-26T04:05:33.318Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:15164982-f689-41ce-8f71-d735a774adb1
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1c268ff4-94cc-4175-80af-4a79e85c1826
ServiceInvariantUUID:1276d934-9923-4252-9ca0-e1504646f0cd
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:44899328-c189-44b7-b7d7-320bfe42a925
ArtifactChecksum:MDYyMmNlN2I0NmVjM2E2NjQ5MjlhNzcyYjUwYmYyYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:323aab48-f511-4433-85db-7e4c396bb651
ResourceInvariantUUID:46b98fca-e75d-4ca7-94ff-cdb7736c6cc4
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:5530c33c-16f2-44ac-b64c-124eae9afa1a
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:fcdd9c59-6f91-417b-92c8-d00a02ccf0b0
ArtifactChecksum:MjRmYmVjOGI3ZDVhNGM0ZWE4NGM3YTkyOTdiNTE2ODM=
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:609a85e9-0a0c-4ffd-a379-5a5dea2ee364
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:41e01072-0c0b-4a26-9d07-2491b7d43fba
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:41e01072-0c0b-4a26-9d07-2491b7d43fba
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-26T04:05:33.318Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c268ff4-94cc-4175-80af-4a79e85c1826 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=?
2022-03-26T04:05:33.356Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T04:05:33.357Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-26T04:05:33.357Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-26T04:05:33.358Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 44899328-c189-44b7-b7d7-320bfe42a925 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-26T04:05:33.358Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-26T04:05:33.358Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:33.946Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-26T04:05:33.949Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 44899328-c189-44b7-b7d7-320bfe42a925 71054
2022-03-26T04:05:33.950Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:33.950Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:33.950Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:05:33.950Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:33.952Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:33.952Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267533950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:05:34.053Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-26T04:05:34.054Z||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.
2022-03-26T04:05:34.054Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:34.065Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:34.066Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:34.953Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T04:05:34.954Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-26T04:05:34.954Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 44899328-c189-44b7-b7d7-320bfe42a925, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-26T04:05:34.954Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-26T04:05:34.955Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-26T04:05:34.955Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-26T04:05:35.130Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14716507061665594154/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
2022-03-26T04:05:36.234Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T04:05:36.235Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-26T04:05:36.235Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-26T04:05:36.235Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-26T04:05:36.235Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:36.236Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:36.236Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:36.236Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:36.236Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:36.237Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:36.237Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:36.237Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:36.238Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:36.238Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-26T04:05:36.238Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:36.239Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:36.240Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-26T04:05:36.240Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-26T04:05:36.240Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T04:05:36.240Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:36.240Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:36.241Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-26T04:05:36.241Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-26T04:05:36.241Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T04:05:36.241Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:36.241Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:36.241Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:36.241Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-26T04:05:36.242Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-26T04:05:36.242Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-26T04:05:36.242Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-26T04:05:36.242Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-26T04:05:36.242Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-26T04:05:36.243Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:36.243Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:36.243Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:36.243Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-26T04:05:36.243Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:05:36.243Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:36.244Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-26T04:05:36.244Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:05:36.244Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:36.244Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-26T04:05:36.244Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:05:36.244Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:36.245Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-26T04:05:36.245Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-26T04:05:36.245Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-26T04:05:36.245Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=698393fe-4692-4b1e-ab8d-8e215f5bbe04
2022-03-26T04:05:36.245Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:36.245Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:36.245Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:36.245Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:36.246Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:36.246Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:36.246Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:36.246Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:36.246Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:1c268ff4-94cc-4175-80af-4a79e85c1826
Model Version:NULL
Model InvariantUuid:1276d934-9923-4252-9ca0-e1504646f0cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:760286f8-516f-4c91-b55a-9d9f829d9a4e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:46b98fca-e75d-4ca7-94ff-cdb7736c6cc4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:323aab48-f511-4433-85db-7e4c396bb651
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8bdf3edf-147a-4755-afa5-9f7e0bfb604a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c06d5848-2e3f-40c9-bdee-85c1b8e608fc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:698393fe-4692-4b1e-ab8d-8e215f5bbe04
ModelInvariantUuid:06dd1b5f-6aed-4a5c-adfe-a5154f90b7f3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:05c6ccf5-0cca-402a-b9ed-f8c885c8290e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f0d9136a-a4e5-4095-8727-d0db6d344360
ModelInvariantUuid:3c129400-f4b8-411b-a587-89f27118e2fe
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:dfcb4e39-bb63-4a38-a4ac-581f15ec6918
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=?
2022-03-26T04:05:36.254Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5530c33c-16f2-44ac-b64c-124eae9afa1a
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=?
2022-03-26T04:05:36.258Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-03-26T04:05:36.258Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5530c33c-16f2-44ac-b64c-124eae9afa1a
2022-03-26T04:05:36.258Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fcdd9c59-6f91-417b-92c8-d00a02ccf0b0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-26T04:05:36.258Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-26T04:05:36.258Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:36.410Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-26T04:05:36.411Z|15164982-f689-41ce-8f71-d735a774adb1|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 fcdd9c59-6f91-417b-92c8-d00a02ccf0b0 787
2022-03-26T04:05:36.411Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:36.411Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:36.411Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:05:36.412Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:36.413Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:36.413Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267536411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:05:36.514Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:05:36.515Z||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.
2022-03-26T04:05:36.515Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:36.528Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:36.528Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:37.414Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8bdf3edf-147a-4755-afa5-9f7e0bfb604a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c06d5848-2e3f-40c9-bdee-85c1b8e608fc",
    "vfModuleModelCustomizationUUID": "35a61913-b5ba-49c6-95f9-c45fa0e0cd59",
    "isBase": true,
    "artifacts": [
      "609a85e9-0a0c-4ffd-a379-5a5dea2ee364",
      "41e01072-0c0b-4a26-9d07-2491b7d43fba"
    ],
    "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": ""
    }
  }
]
2022-03-26T04:05:37.418Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c06d5848-2e3f-40c9-bdee-85c1b8e608fc
VfModuleModelInvariantUUID:8bdf3edf-147a-4755-afa5-9f7e0bfb604a
VfModuleModelDescription:NULL
Artifacts UUID List:{
609a85e9-0a0c-4ffd-a379-5a5dea2ee364
,
41e01072-0c0b-4a26-9d07-2491b7d43fba

}
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


}

2022-03-26T04:05:37.420Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8bdf3edf-147a-4755-afa5-9f7e0bfb604a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c06d5848-2e3f-40c9-bdee-85c1b8e608fc",
    "vfModuleModelCustomizationUUID": "35a61913-b5ba-49c6-95f9-c45fa0e0cd59",
    "isBase": true,
    "artifacts": [
      "609a85e9-0a0c-4ffd-a379-5a5dea2ee364",
      "41e01072-0c0b-4a26-9d07-2491b7d43fba"
    ],
    "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": ""
    }
  }
]
2022-03-26T04:05:37.420Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c06d5848-2e3f-40c9-bdee-85c1b8e608fc
VfModuleModelInvariantUUID:8bdf3edf-147a-4755-afa5-9f7e0bfb604a
VfModuleModelDescription:NULL
Artifacts UUID List:{
609a85e9-0a0c-4ffd-a379-5a5dea2ee364
,
41e01072-0c0b-4a26-9d07-2491b7d43fba

}
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


}

2022-03-26T04:05:37.420Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 609a85e9-0a0c-4ffd-a379-5a5dea2ee364 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-26T04:05:37.420Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-26T04:05:37.420Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:37.515Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-26T04:05:37.516Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 609a85e9-0a0c-4ffd-a379-5a5dea2ee364 5033
2022-03-26T04:05:37.516Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:37.516Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:37.516Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:05:37.517Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:37.519Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:37.519Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267537516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:05:37.619Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T04:05:37.620Z||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.
2022-03-26T04:05:37.620Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:37.631Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:37.632Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:38.519Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 41e01072-0c0b-4a26-9d07-2491b7d43fba from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-26T04:05:38.520Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-26T04:05:38.520Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:38.698Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-26T04:05:38.698Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 41e01072-0c0b-4a26-9d07-2491b7d43fba 903
2022-03-26T04:05:38.699Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:38.699Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:38.699Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:05:38.699Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:38.702Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:38.702Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267538699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:05:38.802Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:05:38.803Z||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.
2022-03-26T04:05:38.803Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:38.815Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:38.815Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:39.703Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1c268ff4-94cc-4175-80af-4a79e85c1826
2022-03-26T04:05:39.703Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5530c33c-16f2-44ac-b64c-124eae9afa1a 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=?
2022-03-26T04:05:39.720Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35bdc7c4, org.onap.sdc.toscaparser.api.parameters.Input@333ad037, org.onap.sdc.toscaparser.api.parameters.Input@18c75402, org.onap.sdc.toscaparser.api.parameters.Input@1a44ec6, org.onap.sdc.toscaparser.api.parameters.Input@5afc3ad1]
2022-03-26T04:05:39.721Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:39.721Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:39.722Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-03-26T04:05:39.722Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 323aab48-f511-4433-85db-7e4c396bb651
2022-03-26T04:05:39.722Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 323aab48-f511-4433-85db-7e4c396bb651 matches Tosca VF Customization UUID: 323aab48-f511-4433-85db-7e4c396bb651
2022-03-26T04:05:39.722Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 323aab48-f511-4433-85db-7e4c396bb651  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=?
2022-03-26T04:05:39.725Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:39.725Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:39.725Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 323aab48-f511-4433-85db-7e4c396bb651: {\"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\"}
2022-03-26T04:05:39.725Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e166967
2022-03-26T04:05:39.726Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:39.726Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:39.726Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 35a61913-b5ba-49c6-95f9-c45fa0e0cd59
2022-03-26T04:05:39.726Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 35a61913-b5ba-49c6-95f9-c45fa0e0cd59
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=?
2022-03-26T04:05:39.729Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:39.729Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-26T04:05:39.729Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:05:39.729Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:39.730Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-26T04:05:39.730Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:05:39.730Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:39.730Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-26T04:05:39.731Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-26T04:05:39.731Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-26T04:05:39.731Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=698393fe-4692-4b1e-ab8d-8e215f5bbe04
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=?
2022-03-26T04:05:39.733Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:39.733Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-26T04:05:39.734Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:05:39.734Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:39.734Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-26T04:05:39.734Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=323aab48-f511-4433-85db-7e4c396bb651
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=?
2022-03-26T04:05:39.736Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:39.736Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:39.737Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1c268ff4-94cc-4175-80af-4a79e85c1826: basic_vm
2022-03-26T04:05:39.737Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:39.737Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:39.737Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:39.737Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:39.738Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:39.738Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:39.738Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:39.738Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:39.738Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:05:39.739Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:05:39.739Z|15164982-f689-41ce-8f71-d735a774adb1|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 (?, ?, ?, ?, ?)
2022-03-26T04:05:39.842Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5530c33c-16f2-44ac-b64c-124eae9afa1a 1 ASDC deployResourceStructure
2022-03-26T04:05:39.843Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:39.843Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:39.843Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:05:39.843Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:39.845Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:39.846Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267539843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T04:05:39.946Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:05:39.947Z||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.
2022-03-26T04:05:39.947Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:39.971Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:39.972Z||pool-78-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:40.847Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:40.848Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:40.848Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:05:40.848Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:40.850Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:40.850Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267540847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T04:05:40.950Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:05:40.951Z||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.
2022-03-26T04:05:40.951Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:40.962Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:40.963Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:41.851Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:41.852Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:41.852Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:05:41.852Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:05:41.854Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:41.854Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267541851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-26T04:05:41.954Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:05:41.955Z||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.
2022-03-26T04:05:41.955Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:41.965Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:41.966Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:42.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:05:42.744Z||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.
2022-03-26T04:05:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:42.771Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:42.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267363091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:05:42.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:05:42.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267364159,
  "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=?
2022-03-26T04:05:42.786Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28fa3443-7abd-4902-af73-19869c60acc1
2022-03-26T04:05:42.786Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28fa3443-7abd-4902-af73-19869c60acc1 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 (?, ?, ?, ?, ?)
2022-03-26T04:05:42.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "policy-id",
  "timestamp": 1648267333845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:05:42.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267365166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T04:05:42.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "policy-id",
  "timestamp": 1648267366559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:05:42.799Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267345367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:05:42.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "policy-id",
  "timestamp": 1648267367563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:05:42.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267367309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:05:42.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "policy-id",
  "timestamp": 1648267368566,
  "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=?
2022-03-26T04:05:42.808Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28fa3443-7abd-4902-af73-19869c60acc1
2022-03-26T04:05:42.808Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28fa3443-7abd-4902-af73-19869c60acc1 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=?
2022-03-26T04:05:42.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.819Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267369862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:05:42.821Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:05:42.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267370867,
  "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=?
2022-03-26T04:05:42.828Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28fa3443-7abd-4902-af73-19869c60acc1
2022-03-26T04:05:42.829Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28fa3443-7abd-4902-af73-19869c60acc1 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 (?, ?, ?, ?, ?)
2022-03-26T04:05:42.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "aai-ml",
  "timestamp": 1648267372673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:05:42.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "clamp",
  "timestamp": 1648267374408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:05:42.840Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "clamp",
  "timestamp": 1648267375413,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:05:42.840Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "clamp",
  "timestamp": 1648267379488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:05:42.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "clamp",
  "timestamp": 1648267380492,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T04:05:42.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "clamp",
  "timestamp": 1648267381497,
  "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=?
2022-03-26T04:05:42.846Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed87ad51-3677-47cd-9426-b610c0526ce8
2022-03-26T04:05:42.846Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed87ad51-3677-47cd-9426-b610c0526ce8 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 (?, ?, ?, ?, ?)
2022-03-26T04:05:42.855Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:42.855Z|15164982-f689-41ce-8f71-d735a774adb1|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
2022-03-26T04:05:42.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.856Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:05:42.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "aai-ml",
  "timestamp": 1648267382701,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:05:42.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:05:42.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "aai-ml",
  "timestamp": 1648267383705,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
2022-03-26T04:05:42.857Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T04:05:42.859Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:05:42.860Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267542855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:05:42.862Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed87ad51-3677-47cd-9426-b610c0526ce8
2022-03-26T04:05:42.863Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed87ad51-3677-47cd-9426-b610c0526ce8 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 (?, ?, ?, ?, ?)
2022-03-26T04:05:42.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "clamp",
  "timestamp": 1648267356419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:05:42.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:05:42.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "aai-ml",
  "timestamp": 1648267363644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:05:42.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:05:42.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "aai-ml",
  "timestamp": 1648267393377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:05:42.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "clamp",
  "timestamp": 1648267396413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:05:42.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "clamp",
  "timestamp": 1648267398416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:05:42.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "clamp",
  "timestamp": 1648267399419,
  "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=?
2022-03-26T04:05:42.879Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28fa3443-7abd-4902-af73-19869c60acc1
2022-03-26T04:05:42.880Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28fa3443-7abd-4902-af73-19869c60acc1 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 (?, ?, ?, ?, ?)
2022-03-26T04:05:42.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "aai-ml",
  "timestamp": 1648267402482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:05:42.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:05:42.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-26T04:05:42.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "aai-ml",
  "timestamp": 1648267403486,
  "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=?
2022-03-26T04:05:42.900Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 28fa3443-7abd-4902-af73-19869c60acc1
2022-03-26T04:05:42.900Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28fa3443-7abd-4902-af73-19869c60acc1 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 (?, ?, ?, ?, ?)
2022-03-26T04:05:42.960Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:05:42.961Z||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.
2022-03-26T04:05:42.961Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:05:42.972Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:05:42.972Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:05:43.861Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15164982-f689-41ce-8f71-d735a774adb1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T04:05:43.876Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15164982-f689-41ce-8f71-d735a774adb1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T04:05:43.882Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T04:05:43.882Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-26T04:05:43.882Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-26T04:05:43.883Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-26T04:05:43.883Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:05:43.884Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:05:43.884Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:05:43.884Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:05:43.884Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:05:43.885Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:05:43.885Z|15164982-f689-41ce-8f71-d735a774adb1|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=?
2022-03-26T04:05:43.891Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-26T04:06:13.892Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15164982-f689-41ce-8f71-d735a774adb1 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=?
2022-03-26T04:06:13.900Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15164982-f689-41ce-8f71-d735a774adb1 and serviceModelVersionId: 1c268ff4-94cc-4175-80af-4a79e85c1826
2022-03-26T04:06:13.900Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1276d934-9923-4252-9ca0-e1504646f0cd
2022-03-26T04:06:13.901Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1276d934-9923-4252-9ca0-e1504646f0cd/model-vers/model-ver/1c268ff4-94cc-4175-80af-4a79e85c1826?depth=0
2022-03-26T04:06:13.905Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-26T04:06:13.949Z|15164982-f689-41ce-8f71-d735a774adb1|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/1276d934-9923-4252-9ca0-e1504646f0cd/model-vers/model-ver/1c268ff4-94cc-4175-80af-4a79e85c1826?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]}
2022-03-26T04:06:13.950Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1276d934-9923-4252-9ca0-e1504646f0cd/model-vers/model-ver/1c268ff4-94cc-4175-80af-4a79e85c1826?depth=0|INFO|500||Invoke
2022-03-26T04:06:13.969Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1276d934-9923-4252-9ca0-e1504646f0cd/model-vers/model-ver/1c268ff4-94cc-4175-80af-4a79e85c1826?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-26T04:06:14.489Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1276d934-9923-4252-9ca0-e1504646f0cd/model-vers/model-ver/1c268ff4-94cc-4175-80af-4a79e85c1826?depth=0|INFO|500||InvokeReturn
2022-03-26T04:06:14.490Z|15164982-f689-41ce-8f71-d735a774adb1|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/1276d934-9923-4252-9ca0-e1504646f0cd/model-vers/model-ver/1c268ff4-94cc-4175-80af-4a79e85c1826?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220326-04:06:14:697-87760], vertex-id=[422128], Content-Length=[0], Date=[Sat, 26 Mar 2022 04:06:14 GMT], Content-Type=[application/json]}
2022-03-26T04:06:14.490Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-26T04:06:14.491Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-26T04:06:14.491Z|15164982-f689-41ce-8f71-d735a774adb1|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=?
2022-03-26T04:06:14.495Z|15164982-f689-41ce-8f71-d735a774adb1|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)
2022-03-26T04:06:14.496Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15164982-f689-41ce-8f71-d735a774adb1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-26T04:06:14.496Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-26T04:06:14.496Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:14.498Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:14.498Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267574496,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T04:06:14.599Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T04:06:14.600Z||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.
2022-03-26T04:06:14.600Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:14.623Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:14.623Z||pool-82-thread-1|||||INFO|500||cambria reply ok (24 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=?
2022-03-26T04:06:15.510Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:06:15.510Z||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.
2022-03-26T04:06:15.510Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:19.860Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:19.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-26T04:06:19.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"78f07346-2557-43df-8462-7af011dca19e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9a801da8-cf1d-48ad-9991-f8f72552ee0d","serviceDescription":"service","serviceInvariantUUID":"0d73a847-710b-439d-a102-e37d89a318c9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f2ad061-7e73-4714-9889-744711178c4e","resourceInvariantUUID":"b2591bd5-03bb-4d9e-b0a5-89656c23ac23","resourceCustomizationUUID":"bf9967e1-410d-4678-b88d-9ea48d2f078a","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":"NDc1NmVmNWNmN2E2OWVkMjM4ZGY3YTJjZjJiMmJjZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a19fe29-fa44-4860-854a-84eb42fca0d6","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":"785abfdc-b4e4-4f4e-b615-1fc140581c9e","artifactVersion":"2","generatedFromUUID":"734ee7ab-78f7-4b62-9a75-7a47131cfa69"},{"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":"734ee7ab-78f7-4b62-9a75-7a47131cfa69","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":"MmEyYmJmNjg5ZTRjZTkwOTVjM2ZkMGQ2YmU1YWE3ZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b0cddce-af57-4bfd-95dc-c28b6dcf4ae0","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":"3ad57441-1e28-4097-9744-5b715da9ebf8","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":"4798407c-47da-4181-ab39-67bca2c9049e","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":"b5f74a30-c818-478e-afc4-30ed774ac387","artifactVersion":"2","generatedFromUUID":"3ad57441-1e28-4097-9744-5b715da9ebf8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YWMzNjM5MTRkZDMzN2Y4MGYyMjZlMWExM2U3OTViNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a8cf28a-f847-4ffc-9780-1acf124703f4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OWI5NTJhYmVjOWM3ZDAzOWJiZGQ1NTc5MzM2ZTBmNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"68d1dd17-074f-42b8-940f-e69ac376f56b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T04:06:19.865Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:06:19.866Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:19.869Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:19.869Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:19.969Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:19.970Z||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.
2022-03-26T04:06:19.970Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:19.982Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:19.983Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:06:20.870Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:06:20.870Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:20.872Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:20.873Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-26T04:06:20.973Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:20.974Z||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.
2022-03-26T04:06:20.974Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:20.984Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:20.984Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:06:21.873Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:06:21.874Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:21.891Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:21.892Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-26T04:06:21.976Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-03-26T04:06:21.977Z||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.
2022-03-26T04:06:21.978Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:21.990Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:21.990Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:06:22.892Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:06:22.893Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:22.895Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:22.895Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:06:22.995Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:22.996Z||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.
2022-03-26T04:06:22.996Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:23.007Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:23.008Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:06:23.896Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:06:23.896Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:23.898Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:23.899Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:06:23.999Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:24.000Z||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.
2022-03-26T04:06:24.000Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:24.019Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:24.020Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:06:24.899Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:06:24.900Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:24.902Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:24.902Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:25.002Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:25.004Z||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.
2022-03-26T04:06:25.004Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:25.015Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:25.015Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:06:25.903Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:06:25.903Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:25.906Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:25.906Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-26T04:06:26.006Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:26.007Z||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.
2022-03-26T04:06:26.007Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:26.028Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:26.029Z||pool-89-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:06:26.907Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:06:26.908Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:26.909Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:26.910Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:27.010Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:27.011Z||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.
2022-03-26T04:06:27.011Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:27.023Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:27.024Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:06:27.910Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:06:27.911Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:27.913Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:27.913Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:06:28.013Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:28.014Z||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.
2022-03-26T04:06:28.014Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:28.028Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:28.028Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:06:28.914Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "9a801da8-cf1d-48ad-9991-f8f72552ee0d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0d73a847-710b-439d-a102-e37d89a318c9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "bf9967e1-410d-4678-b88d-9ea48d2f078a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f2ad061-7e73-4714-9889-744711178c4e",
      "resourceInvariantUUID": "b2591bd5-03bb-4d9e-b0a5-89656c23ac23",
      "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": "785abfdc-b4e4-4f4e-b615-1fc140581c9e",
          "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": "734ee7ab-78f7-4b62-9a75-7a47131cfa69",
          "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": "MmEyYmJmNjg5ZTRjZTkwOTVjM2ZkMGQ2YmU1YWE3ZmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0b0cddce-af57-4bfd-95dc-c28b6dcf4ae0",
          "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": "3ad57441-1e28-4097-9744-5b715da9ebf8",
          "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": "b5f74a30-c818-478e-afc4-30ed774ac387",
            "generatedFromUUID": "3ad57441-1e28-4097-9744-5b715da9ebf8"
          },
          "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": "b5f74a30-c818-478e-afc4-30ed774ac387",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OWI5NTJhYmVjOWM3ZDAzOWJiZGQ1NTc5MzM2ZTBmNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "68d1dd17-074f-42b8-940f-e69ac376f56b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-26T04:06:28.915Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T04:06:28.915Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9a801da8-cf1d-48ad-9991-f8f72552ee0d ASDC
2022-03-26T04:06:28.916Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:78f07346-2557-43df-8462-7af011dca19e
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9a801da8-cf1d-48ad-9991-f8f72552ee0d
ServiceInvariantUUID:0d73a847-710b-439d-a102-e37d89a318c9
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:68d1dd17-074f-42b8-940f-e69ac376f56b
ArtifactChecksum:OWI5NTJhYmVjOWM3ZDAzOWJiZGQ1NTc5MzM2ZTBmNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:bf9967e1-410d-4678-b88d-9ea48d2f078a
ResourceInvariantUUID:b2591bd5-03bb-4d9e-b0a5-89656c23ac23
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7f2ad061-7e73-4714-9889-744711178c4e
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:785abfdc-b4e4-4f4e-b615-1fc140581c9e
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:734ee7ab-78f7-4b62-9a75-7a47131cfa69
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:0b0cddce-af57-4bfd-95dc-c28b6dcf4ae0
ArtifactChecksum:MmEyYmJmNjg5ZTRjZTkwOTVjM2ZkMGQ2YmU1YWE3ZmY=
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:3ad57441-1e28-4097-9744-5b715da9ebf8
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:b5f74a30-c818-478e-afc4-30ed774ac387
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:b5f74a30-c818-478e-afc4-30ed774ac387
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-26T04:06:28.916Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a801da8-cf1d-48ad-9991-f8f72552ee0d 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=?
2022-03-26T04:06:28.953Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T04:06:28.954Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-26T04:06:28.954Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-26T04:06:28.954Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 68d1dd17-074f-42b8-940f-e69ac376f56b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-26T04:06:28.954Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:06:28.955Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-26T04:06:29.646Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:06:29.649Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 68d1dd17-074f-42b8-940f-e69ac376f56b 68931
2022-03-26T04:06:29.649Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-26T04:06:29.649Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-26T04:06:29.649Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:06:29.650Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:29.652Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:29.652Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267589649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:06:29.752Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:29.753Z||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.
2022-03-26T04:06:29.753Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:29.764Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:29.764Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:06:30.652Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T04:06:30.653Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-26T04:06:30.654Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 68d1dd17-074f-42b8-940f-e69ac376f56b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-26T04:06:30.654Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-26T04:06:30.654Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-26T04:06:30.655Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-26T04:06:30.809Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3361218381249981406/Definitions/service-BasicCnf-template.yml
2022-03-26T04:06:31.799Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T04:06:31.799Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-26T04:06:31.799Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-26T04:06:31.799Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-26T04:06:31.799Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-26T04:06:31.800Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-26T04:06:31.800Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-26T04:06:31.800Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-26T04:06:31.800Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-26T04:06:31.800Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:31.800Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:31.800Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-26T04:06:31.800Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-26T04:06:31.801Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T04:06:31.801Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:31.801Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:31.801Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-26T04:06:31.801Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-26T04:06:31.801Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T04:06:31.801Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:31.802Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:31.802Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:31.802Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-26T04:06:31.802Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-26T04:06:31.802Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-26T04:06:31.802Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-26T04:06:31.802Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:31.802Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T04:06:31.803Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:31.803Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-26T04:06:31.803Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:06:31.803Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:31.803Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-26T04:06:31.804Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:06:31.804Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:31.804Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-26T04:06:31.804Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:06:31.804Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:31.804Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-26T04:06:31.804Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-26T04:06:31.804Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=03178aed-3e09-4bdd-bbc9-3f052532508b
2022-03-26T04:06:31.805Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:31.805Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:31.805Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:31.805Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:31.805Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:31.805Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:31.805Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:31.805Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:31.806Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:9a801da8-cf1d-48ad-9991-f8f72552ee0d
Model Version:NULL
Model InvariantUuid:0d73a847-710b-439d-a102-e37d89a318c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:527bd377-9153-48d4-975b-a70f2d965bf4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2591bd5-03bb-4d9e-b0a5-89656c23ac23
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bf9967e1-410d-4678-b88d-9ea48d2f078a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9e97a9e7-0e75-437c-8a7a-ec4e8ee0e8c0
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:9d1e15ab-3f79-4729-86da-27f28b032618
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:03178aed-3e09-4bdd-bbc9-3f052532508b
ModelInvariantUuid:931184b2-d959-41ec-be82-d61a433a61bb
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7af4e0dc-9b2c-471a-9a3b-bb5b3922a20d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:ddc75dd9-4686-4b21-844d-5d00ff87e234
ModelInvariantUuid:e956d489-981c-4476-9903-f661e7a58490
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b6dfbc20-19f6-42a3-a1f6-1db60c064fae
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=?
2022-03-26T04:06:31.815Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7f2ad061-7e73-4714-9889-744711178c4e
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=?
2022-03-26T04:06:31.818Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-03-26T04:06:31.818Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7f2ad061-7e73-4714-9889-744711178c4e
2022-03-26T04:06:31.818Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 785abfdc-b4e4-4f4e-b615-1fc140581c9e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-26T04:06:31.818Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:06:31.818Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-26T04:06:31.953Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:06:31.954Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 785abfdc-b4e4-4f4e-b615-1fc140581c9e 12
2022-03-26T04:06:31.954Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-26T04:06:31.954Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-26T04:06:31.954Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:06:31.955Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:31.957Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:31.957Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267591954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:06:32.057Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:32.058Z||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.
2022-03-26T04:06:32.058Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:32.073Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:32.073Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:06:32.958Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 734ee7ab-78f7-4b62-9a75-7a47131cfa69 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-26T04:06:32.958Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:06:32.959Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-26T04:06:33.249Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:06:33.250Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 734ee7ab-78f7-4b62-9a75-7a47131cfa69 2688
2022-03-26T04:06:33.250Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-26T04:06:33.250Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-26T04:06:33.250Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:06:33.251Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:33.253Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:33.253Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267593250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:06:33.353Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:33.354Z||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.
2022-03-26T04:06:33.354Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:33.365Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:33.366Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:06:34.254Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0b0cddce-af57-4bfd-95dc-c28b6dcf4ae0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-26T04:06:34.255Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:06:34.255Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-26T04:06:35.050Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:06:35.051Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 0b0cddce-af57-4bfd-95dc-c28b6dcf4ae0 828
2022-03-26T04:06:35.051Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-26T04:06:35.051Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-26T04:06:35.052Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:06:35.052Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:35.054Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:35.054Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267595051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:06:35.154Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:35.155Z||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.
2022-03-26T04:06:35.155Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:35.167Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:35.168Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:06:36.055Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9e97a9e7-0e75-437c-8a7a-ec4e8ee0e8c0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9d1e15ab-3f79-4729-86da-27f28b032618",
    "vfModuleModelCustomizationUUID": "bdb05b25-a8a9-4c91-be05-4c73e7f3cbdb",
    "isBase": true,
    "artifacts": [
      "734ee7ab-78f7-4b62-9a75-7a47131cfa69",
      "3ad57441-1e28-4097-9744-5b715da9ebf8",
      "b5f74a30-c818-478e-afc4-30ed774ac387"
    ],
    "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": ""
    }
  }
]
2022-03-26T04:06:36.059Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d1e15ab-3f79-4729-86da-27f28b032618
VfModuleModelInvariantUUID:9e97a9e7-0e75-437c-8a7a-ec4e8ee0e8c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
734ee7ab-78f7-4b62-9a75-7a47131cfa69
,
3ad57441-1e28-4097-9744-5b715da9ebf8
,
b5f74a30-c818-478e-afc4-30ed774ac387

}
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


}

2022-03-26T04:06:36.060Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9e97a9e7-0e75-437c-8a7a-ec4e8ee0e8c0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9d1e15ab-3f79-4729-86da-27f28b032618",
    "vfModuleModelCustomizationUUID": "bdb05b25-a8a9-4c91-be05-4c73e7f3cbdb",
    "isBase": true,
    "artifacts": [
      "734ee7ab-78f7-4b62-9a75-7a47131cfa69",
      "3ad57441-1e28-4097-9744-5b715da9ebf8",
      "b5f74a30-c818-478e-afc4-30ed774ac387"
    ],
    "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": ""
    }
  }
]
2022-03-26T04:06:36.061Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d1e15ab-3f79-4729-86da-27f28b032618
VfModuleModelInvariantUUID:9e97a9e7-0e75-437c-8a7a-ec4e8ee0e8c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
734ee7ab-78f7-4b62-9a75-7a47131cfa69
,
3ad57441-1e28-4097-9744-5b715da9ebf8
,
b5f74a30-c818-478e-afc4-30ed774ac387

}
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


}

2022-03-26T04:06:36.061Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3ad57441-1e28-4097-9744-5b715da9ebf8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-26T04:06:36.061Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:06:36.061Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-26T04:06:36.192Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:06:36.193Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3ad57441-1e28-4097-9744-5b715da9ebf8 1164
2022-03-26T04:06:36.193Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-26T04:06:36.193Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-26T04:06:36.193Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:06:36.193Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:36.195Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:36.195Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267596193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:06:36.295Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:36.296Z||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.
2022-03-26T04:06:36.297Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:36.308Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:36.308Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:06:37.196Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b5f74a30-c818-478e-afc4-30ed774ac387 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-26T04:06:37.196Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:06:37.196Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-26T04:06:37.593Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:06:37.594Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b5f74a30-c818-478e-afc4-30ed774ac387 200
2022-03-26T04:06:37.594Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-26T04:06:37.594Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-26T04:06:37.594Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:06:37.595Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:37.596Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:37.596Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267597594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:06:37.697Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T04:06:37.698Z||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.
2022-03-26T04:06:37.698Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:37.709Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:37.709Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:06:38.597Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9a801da8-cf1d-48ad-9991-f8f72552ee0d
2022-03-26T04:06:38.598Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7f2ad061-7e73-4714-9889-744711178c4e 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=?
2022-03-26T04:06:38.612Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_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 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=?
2022-03-26T04:06:38.620Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@eef2226, org.onap.sdc.toscaparser.api.parameters.Input@3a7f84e8, org.onap.sdc.toscaparser.api.parameters.Input@59cd0ecd, org.onap.sdc.toscaparser.api.parameters.Input@5d58d717, org.onap.sdc.toscaparser.api.parameters.Input@2a513088]
2022-03-26T04:06:38.622Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:38.624Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:38.624Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-26T04:06:38.624Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= bf9967e1-410d-4678-b88d-9ea48d2f078a
2022-03-26T04:06:38.624Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf9967e1-410d-4678-b88d-9ea48d2f078a matches Tosca VF Customization UUID: bf9967e1-410d-4678-b88d-9ea48d2f078a
2022-03-26T04:06:38.624Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: bf9967e1-410d-4678-b88d-9ea48d2f078a  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=?
2022-03-26T04:06:38.627Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:38.627Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:38.628Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id bf9967e1-410d-4678-b88d-9ea48d2f078a: {\"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\"}
2022-03-26T04:06:38.628Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46befd1c
2022-03-26T04:06:38.628Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:38.628Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T04:06:38.628Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bdb05b25-a8a9-4c91-be05-4c73e7f3cbdb
2022-03-26T04:06:38.628Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bdb05b25-a8a9-4c91-be05-4c73e7f3cbdb
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=?
2022-03-26T04:06:38.630Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:38.631Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-26T04:06:38.631Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:06:38.631Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:38.632Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-26T04:06:38.632Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:06:38.632Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:38.632Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-26T04:06:38.632Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-26T04:06:38.632Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=03178aed-3e09-4bdd-bbc9-3f052532508b
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=?
2022-03-26T04:06:38.634Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:38.634Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-26T04:06:38.634Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:06:38.635Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:38.635Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-26T04:06:38.635Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=bf9967e1-410d-4678-b88d-9ea48d2f078a
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=?
2022-03-26T04:06:38.636Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:38.636Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:38.637Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9a801da8-cf1d-48ad-9991-f8f72552ee0d: basic_cnf
2022-03-26T04:06:38.637Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:38.637Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:38.637Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:38.637Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:38.637Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:38.637Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:38.637Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:38.638Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:38.638Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:06:38.638Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:06:38.638Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||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 (?, ?, ?, ?, ?)
2022-03-26T04:06:38.701Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7f2ad061-7e73-4714-9889-744711178c4e 1 ASDC deployResourceStructure
2022-03-26T04:06:38.702Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-26T04:06:38.702Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-03-26T04:06:38.702Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-26T04:06:38.702Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:38.704Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:38.704Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267598701,
  "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"
}
2022-03-26T04:06:38.804Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:38.805Z||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.
2022-03-26T04:06:38.805Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:38.815Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:38.816Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:06:39.705Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-26T04:06:39.705Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-26T04:06:39.706Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-26T04:06:39.706Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:39.708Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:39.708Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267599705,
  "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"
}
2022-03-26T04:06:39.808Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:39.809Z||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.
2022-03-26T04:06:39.809Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:39.820Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:39.821Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:06:40.709Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-26T04:06:40.709Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-26T04:06:40.709Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:06:40.710Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:40.712Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:40.712Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267600709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T04:06:40.812Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:40.813Z||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.
2022-03-26T04:06:40.813Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:40.824Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:40.824Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:06:41.714Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-26T04:06:41.714Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-26T04:06:41.714Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:06:41.714Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:41.716Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:41.716Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267601713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T04:06:41.817Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-26T04:06:41.818Z||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.
2022-03-26T04:06:41.818Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:41.829Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:41.830Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:06:42.717Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-26T04:06:42.718Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-26T04:06:42.718Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:06:42.718Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:42.720Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:42.720Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267602717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-26T04:06:42.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:06:42.743Z||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.
2022-03-26T04:06:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:42.767Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:42.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "dcae-sch",
  "timestamp": 1648267430537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "dcae-sch",
  "timestamp": 1648267430537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "dcae-sch",
  "timestamp": 1648267430537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "policy-id",
  "timestamp": 1648267433845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "dcae-sch",
  "timestamp": 1648267430537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "policy-id",
  "timestamp": 1648267433845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "dcae-sch",
  "timestamp": 1648267430537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "policy-id",
  "timestamp": 1648267433845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267435367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267436344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "dcae-sch",
  "timestamp": 1648267430537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "policy-id",
  "timestamp": 1648267433845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267435367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "cds",
  "timestamp": 1648267437278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267436344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "clamp",
  "timestamp": 1648267437312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "dcae-sch",
  "timestamp": 1648267430537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "policy-id",
  "timestamp": 1648267433845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267435367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "cds",
  "timestamp": 1648267437278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267436344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267437746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "clamp",
  "timestamp": 1648267437312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "dcae-sch",
  "timestamp": 1648267430537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "policy-id",
  "timestamp": 1648267433845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267435367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "cds",
  "timestamp": 1648267437278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267436344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267437746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "clamp",
  "timestamp": 1648267437312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "dcae-sch",
  "timestamp": 1648267430537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "policy-id",
  "timestamp": 1648267433845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267435367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "cds",
  "timestamp": 1648267437278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "aai-ml",
  "timestamp": 1648267440165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267436344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267437746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "clamp",
  "timestamp": 1648267437312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "policy-id",
  "timestamp": 1648267433845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "cds",
  "timestamp": 1648267437278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267435367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "aai-ml",
  "timestamp": 1648267440165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267436344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267437746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "clamp",
  "timestamp": 1648267437312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "policy-id",
  "timestamp": 1648267433845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:06:42.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267435367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "cds",
  "timestamp": 1648267437278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "aai-ml",
  "timestamp": 1648267440165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267436344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:06:42.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267437746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "clamp",
  "timestamp": 1648267437312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267435367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "cds",
  "timestamp": 1648267437278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "aai-ml",
  "timestamp": 1648267440165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267436344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "policy-id",
  "timestamp": 1648267443983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:06:42.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:06:42.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267437746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "clamp",
  "timestamp": 1648267437312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "cds",
  "timestamp": 1648267437278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267435367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:06:42.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "aai-ml",
  "timestamp": 1648267440165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267436344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "policy-id",
  "timestamp": 1648267444988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:06:42.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:06:42.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267437746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "clamp",
  "timestamp": 1648267437312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "cds",
  "timestamp": 1648267437278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:06:42.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "aai-ml",
  "timestamp": 1648267440165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "policy-id",
  "timestamp": 1648267445991,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T04:06:42.804Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df941e83-2aa9-4a47-9855-1d34d94f2a25
2022-03-26T04:06:42.804Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId df941e83-2aa9-4a47-9855-1d34d94f2a25 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 (?, ?, ?, ?, ?)
2022-03-26T04:06:42.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "clamp",
  "timestamp": 1648267437312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:06:42.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267437746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267445492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:06:42.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:06:42.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267446304,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:06:42.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:06:42.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "aai-ml",
  "timestamp": 1648267440165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "cds",
  "timestamp": 1648267447201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:06:42.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:06:42.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648267437746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:06:42.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267447345,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T04:06:42.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:06:42.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "aai-ml",
  "timestamp": 1648267440165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:06:42.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267447334,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:06:42.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:06:42.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "cds",
  "timestamp": 1648267448449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T04:06:42.820Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:06:42.821Z||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.
2022-03-26T04:06:42.822Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:42.825Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df941e83-2aa9-4a47-9855-1d34d94f2a25
2022-03-26T04:06:42.825Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId df941e83-2aa9-4a47-9855-1d34d94f2a25 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 (?, ?, ?, ?, ?)
2022-03-26T04:06:42.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648267448349,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
2022-03-26T04:06:42.835Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:42.835Z||pool-102-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=?
2022-03-26T04:06:42.840Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of df941e83-2aa9-4a47-9855-1d34d94f2a25
2022-03-26T04:06:42.840Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId df941e83-2aa9-4a47-9855-1d34d94f2a25 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 (?, ?, ?, ?, ?)
2022-03-26T04:06:42.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "aai-ml",
  "timestamp": 1648267440165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:06:42.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:06:42.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648267448337,
  "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=?
2022-03-26T04:06:42.853Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df941e83-2aa9-4a47-9855-1d34d94f2a25
2022-03-26T04:06:42.854Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId df941e83-2aa9-4a47-9855-1d34d94f2a25 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 (?, ?, ?, ?, ?)
2022-03-26T04:06:42.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "clamp",
  "timestamp": 1648267449875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:06:42.864Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:06:42.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "aai-ml",
  "timestamp": 1648267450043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:06:42.864Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:06:42.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "clamp",
  "timestamp": 1648267451428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:06:42.864Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:06:42.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "clamp",
  "timestamp": 1648267452432,
  "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=?
2022-03-26T04:06:42.869Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df941e83-2aa9-4a47-9855-1d34d94f2a25
2022-03-26T04:06:42.869Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId df941e83-2aa9-4a47-9855-1d34d94f2a25 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 (?, ?, ?, ?, ?)
2022-03-26T04:06:42.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "aai-ml",
  "timestamp": 1648267455870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:06:42.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:06:42.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:06:42.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "aai-ml",
  "timestamp": 1648267456875,
  "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=?
2022-03-26T04:06:42.896Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df941e83-2aa9-4a47-9855-1d34d94f2a25
2022-03-26T04:06:42.896Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId df941e83-2aa9-4a47-9855-1d34d94f2a25 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 (?, ?, ?, ?, ?)
2022-03-26T04:06:43.721Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-26T04:06:43.722Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-26T04:06:43.722Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:06:43.722Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:06:43.724Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:06:43.724Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267603721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:06:43.825Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T04:06:43.825Z||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.
2022-03-26T04:06:43.826Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:06:43.836Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:06:43.837Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:06:44.725Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78f07346-2557-43df-8462-7af011dca19e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T04:06:44.738Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78f07346-2557-43df-8462-7af011dca19e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T04:06:44.740Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T04:06:44.741Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-26T04:06:44.741Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-26T04:06:44.741Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-26T04:06:44.741Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:06:44.741Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:06:44.741Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:06:44.741Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:06:44.741Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:06:44.741Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:06:44.741Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T04:06:44.746Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-26T04:07:14.746Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78f07346-2557-43df-8462-7af011dca19e 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=?
2022-03-26T04:07:14.755Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78f07346-2557-43df-8462-7af011dca19e and serviceModelVersionId: 9a801da8-cf1d-48ad-9991-f8f72552ee0d
2022-03-26T04:07:14.755Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d73a847-710b-439d-a102-e37d89a318c9
2022-03-26T04:07:14.756Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d73a847-710b-439d-a102-e37d89a318c9/model-vers/model-ver/9a801da8-cf1d-48ad-9991-f8f72552ee0d?depth=0
2022-03-26T04:07:14.762Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-26T04:07:14.809Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d73a847-710b-439d-a102-e37d89a318c9/model-vers/model-ver/9a801da8-cf1d-48ad-9991-f8f72552ee0d?depth=0|INFO|500||Invoke
2022-03-26T04:07:14.810Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d73a847-710b-439d-a102-e37d89a318c9/model-vers/model-ver/9a801da8-cf1d-48ad-9991-f8f72552ee0d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d73a847-710b-439d-a102-e37d89a318c9/model-vers/model-ver/9a801da8-cf1d-48ad-9991-f8f72552ee0d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78f07346-2557-43df-8462-7af011dca19e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83644d3a-1a9e-4703-b1a3-e60f1d8abd8d], X-ECOMP-RequestID=[78f07346-2557-43df-8462-7af011dca19e], X-TransactionId=[], X-ONAP-RequestID=[78f07346-2557-43df-8462-7af011dca19e], Content-Type=[application/merge-patch+json]}
2022-03-26T04:07:14.829Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d73a847-710b-439d-a102-e37d89a318c9/model-vers/model-ver/9a801da8-cf1d-48ad-9991-f8f72552ee0d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-26T04:07:15.266Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d73a847-710b-439d-a102-e37d89a318c9/model-vers/model-ver/9a801da8-cf1d-48ad-9991-f8f72552ee0d?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/0d73a847-710b-439d-a102-e37d89a318c9/model-vers/model-ver/9a801da8-cf1d-48ad-9991-f8f72552ee0d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220326-04:07:15:555-51237], vertex-id=[446704], Content-Length=[0], Date=[Sat, 26 Mar 2022 04:07:15 GMT], Content-Type=[application/json]}
2022-03-26T04:07:15.266Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d73a847-710b-439d-a102-e37d89a318c9/model-vers/model-ver/9a801da8-cf1d-48ad-9991-f8f72552ee0d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-26T04:07:15.267Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d73a847-710b-439d-a102-e37d89a318c9/model-vers/model-ver/9a801da8-cf1d-48ad-9991-f8f72552ee0d?depth=0|INFO|500||InvokeReturn
2022-03-26T04:07:15.268Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-26T04:07:15.268Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||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=?
2022-03-26T04:07:15.275Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-26T04:07:15.276Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78f07346-2557-43df-8462-7af011dca19e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-26T04:07:15.276Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-26T04:07:15.277Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:15.280Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:15.280Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267635276,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T04:07:15.380Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:15.381Z||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.
2022-03-26T04:07:15.381Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:15.396Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:15.397Z||pool-104-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=?
2022-03-26T04:07:16.294Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-26T04:07:16.294Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed87ad51-3677-47cd-9426-b610c0526ce8","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"2f1302bf-fc48-4e1c-a5eb-35248e43f8cf","serviceDescription":"service","serviceInvariantUUID":"8721b4b2-41e4-4959-adec-2e8ed6e1f5d0","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"525de568-73c6-46ac-9b2c-15b0fbc181cb","resourceInvariantUUID":"e831c02a-aed2-4f0d-a7bb-f47892b60546","resourceCustomizationUUID":"6979d475-89ba-4ed4-89c3-50abe0346208","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":"0cc25418-2755-4173-b1b8-fcdaa3dcd360","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":"NmQxM2RhNjJjMWE5ZjJjNjM4N2RmODQxNWU0YzZlMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cdcf80e0-6a47-485f-abdd-38360aab552b","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":"YjFlYzYyYjViYmMzMDUxNTNjOWNkMGY2NTE5MjNmZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"770bda35-c87b-4d64-8673-32049ff5e9d0","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":"a1d1b2dc-30d3-4b7c-8668-2c8ab7e3316c","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":"887b1fd6-bd47-473d-936d-ff7dc2ec27c5","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":"36933d6c-1078-4197-adca-57519ca040c7","artifactVersion":"2","generatedFromUUID":"a1d1b2dc-30d3-4b7c-8668-2c8ab7e3316c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MjA5NjdhNTgxZGRkNjY0NzRkZjcwNWI0NjdlMzU2Zjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f1a7bd4-3adf-48de-80a8-6b01cf280126","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MGMzNjU4NjAzZmFiMWVkY2VkYjAxMTdlMzEzNGVlNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7da787f2-60ad-4d91-9dec-132a389a43f0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T04:07:16.295Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:07:16.295Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:16.297Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:16.297Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:07:16.399Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:16.400Z||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.
2022-03-26T04:07:16.400Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:16.415Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:16.416Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:07:17.298Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:07:17.299Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:17.302Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:17.302Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:07:17.402Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:17.403Z||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.
2022-03-26T04:07:17.404Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:17.415Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:17.416Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:07:18.303Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:07:18.303Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:18.305Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:18.306Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:07:18.406Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:18.407Z||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.
2022-03-26T04:07:18.407Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:18.419Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:18.419Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:07:19.306Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:07:19.307Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:19.309Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:19.309Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:07:19.409Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:19.410Z||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.
2022-03-26T04:07:19.411Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:19.421Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:19.422Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:07:20.310Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:07:20.310Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:20.313Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:20.313Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:07:20.413Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:20.415Z||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.
2022-03-26T04:07:20.415Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:20.426Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:20.426Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:07:21.313Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:07:21.314Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:21.316Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:21.316Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-26T04:07:21.416Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:21.417Z||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.
2022-03-26T04:07:21.417Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:21.431Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:21.431Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:07:22.316Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:07:22.317Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:22.319Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:22.319Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:07:22.419Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:22.420Z||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.
2022-03-26T04:07:22.421Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:22.433Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:22.434Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:07:23.320Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:07:23.321Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:23.323Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:23.323Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:07:23.423Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:23.425Z||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.
2022-03-26T04:07:23.425Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:23.436Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:23.436Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:07:24.324Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "2f1302bf-fc48-4e1c-a5eb-35248e43f8cf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8721b4b2-41e4-4959-adec-2e8ed6e1f5d0",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "6979d475-89ba-4ed4-89c3-50abe0346208",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "525de568-73c6-46ac-9b2c-15b0fbc181cb",
      "resourceInvariantUUID": "e831c02a-aed2-4f0d-a7bb-f47892b60546",
      "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": "YjFlYzYyYjViYmMzMDUxNTNjOWNkMGY2NTE5MjNmZTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "770bda35-c87b-4d64-8673-32049ff5e9d0",
          "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": "a1d1b2dc-30d3-4b7c-8668-2c8ab7e3316c",
          "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": "36933d6c-1078-4197-adca-57519ca040c7",
            "generatedFromUUID": "a1d1b2dc-30d3-4b7c-8668-2c8ab7e3316c"
          },
          "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": "36933d6c-1078-4197-adca-57519ca040c7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MGMzNjU4NjAzZmFiMWVkY2VkYjAxMTdlMzEzNGVlNzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7da787f2-60ad-4d91-9dec-132a389a43f0"
    }
  ],
  "workloadContext": "Production"
}
2022-03-26T04:07:24.325Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T04:07:24.325Z|78f07346-2557-43df-8462-7af011dca19e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2f1302bf-fc48-4e1c-a5eb-35248e43f8cf ASDC
2022-03-26T04:07:24.325Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ed87ad51-3677-47cd-9426-b610c0526ce8
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:2f1302bf-fc48-4e1c-a5eb-35248e43f8cf
ServiceInvariantUUID:8721b4b2-41e4-4959-adec-2e8ed6e1f5d0
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:7da787f2-60ad-4d91-9dec-132a389a43f0
ArtifactChecksum:MGMzNjU4NjAzZmFiMWVkY2VkYjAxMTdlMzEzNGVlNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:6979d475-89ba-4ed4-89c3-50abe0346208
ResourceInvariantUUID:e831c02a-aed2-4f0d-a7bb-f47892b60546
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:525de568-73c6-46ac-9b2c-15b0fbc181cb
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:770bda35-c87b-4d64-8673-32049ff5e9d0
ArtifactChecksum:YjFlYzYyYjViYmMzMDUxNTNjOWNkMGY2NTE5MjNmZTk=
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:a1d1b2dc-30d3-4b7c-8668-2c8ab7e3316c
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:36933d6c-1078-4197-adca-57519ca040c7
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:36933d6c-1078-4197-adca-57519ca040c7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-26T04:07:24.325Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f1302bf-fc48-4e1c-a5eb-35248e43f8cf 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=?
2022-03-26T04:07:24.366Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T04:07:24.367Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-26T04:07:24.367Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-26T04:07:24.368Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7da787f2-60ad-4d91-9dec-132a389a43f0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-26T04:07:24.368Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:07:24.368Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-26T04:07:24.518Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:07:24.522Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7da787f2-60ad-4d91-9dec-132a389a43f0 73646
2022-03-26T04:07:24.522Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-26T04:07:24.522Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-26T04:07:24.523Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:07:24.523Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:24.525Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:24.525Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267644522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:07:24.625Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:24.626Z||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.
2022-03-26T04:07:24.626Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:24.636Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:24.636Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:07:25.525Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T04:07:25.526Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-26T04:07:25.526Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7da787f2-60ad-4d91-9dec-132a389a43f0, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-26T04:07:25.527Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-26T04:07:25.527Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-26T04:07:25.527Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-26T04:07:25.733Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10343191179341349867/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
2022-03-26T04:07:26.876Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T04:07:26.877Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-26T04:07:26.877Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-26T04:07:26.877Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-26T04:07:26.877Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-26T04:07:26.877Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-26T04:07:26.877Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-26T04:07:26.877Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-26T04:07:26.878Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-26T04:07:26.878Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-26T04:07:26.878Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-26T04:07:26.878Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-26T04:07:26.878Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-26T04:07:26.878Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-26T04:07:26.878Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:26.879Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:26.879Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-26T04:07:26.879Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-26T04:07:26.879Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T04:07:26.880Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:26.880Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:26.880Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-26T04:07:26.880Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-26T04:07:26.880Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T04:07:26.880Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:26.881Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:26.881Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:26.881Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-26T04:07:26.881Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-26T04:07:26.881Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-26T04:07:26.882Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-26T04:07:26.882Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-26T04:07:26.882Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-26T04:07:26.882Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:26.882Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T04:07:26.883Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:26.883Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-26T04:07:26.883Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:07:26.883Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:26.883Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-26T04:07:26.884Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:07:26.884Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:26.884Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-26T04:07:26.884Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:07:26.884Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:26.885Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-26T04:07:26.885Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-26T04:07:26.885Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-26T04:07:26.885Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=75f5bdf8-7fcb-4d15-bfae-584f3266daf9
2022-03-26T04:07:26.885Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:26.886Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:26.886Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:26.886Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:26.886Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:26.886Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:26.886Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:26.887Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:26.887Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:2f1302bf-fc48-4e1c-a5eb-35248e43f8cf
Model Version:NULL
Model InvariantUuid:8721b4b2-41e4-4959-adec-2e8ed6e1f5d0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:695465da-8c82-4213-848d-8e32be421c06
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e831c02a-aed2-4f0d-a7bb-f47892b60546
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6979d475-89ba-4ed4-89c3-50abe0346208
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b34a93ac-7f16-47a6-865b-b7daf13df6e2
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:decc3b0a-a529-4c92-9918-3fd881153384
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:75f5bdf8-7fcb-4d15-bfae-584f3266daf9
ModelInvariantUuid:182d20e5-e636-4fc8-8231-56d3fcb346b3
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:edf3c211-8933-4da2-a651-5f4e7ab92cac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d16375bf-9a27-463c-89d7-2861f78fae73
ModelInvariantUuid:373f3647-5c6a-4ae4-a9dd-5517f1920055
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:6b15e51a-effc-4ffb-b697-43cfdfd1cef2
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=?
2022-03-26T04:07:26.897Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 525de568-73c6-46ac-9b2c-15b0fbc181cb
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=?
2022-03-26T04:07:26.899Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||basicclamp 0
2022-03-26T04:07:26.900Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 525de568-73c6-46ac-9b2c-15b0fbc181cb
2022-03-26T04:07:26.900Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 770bda35-c87b-4d64-8673-32049ff5e9d0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-26T04:07:26.900Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:07:26.900Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-26T04:07:27.072Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:07:27.073Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 770bda35-c87b-4d64-8673-32049ff5e9d0 790
2022-03-26T04:07:27.073Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-26T04:07:27.073Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-26T04:07:27.073Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:07:27.074Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:27.075Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:27.076Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267647073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:07:27.176Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:27.177Z||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.
2022-03-26T04:07:27.177Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:27.188Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:27.188Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:07:28.076Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b34a93ac-7f16-47a6-865b-b7daf13df6e2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "decc3b0a-a529-4c92-9918-3fd881153384",
    "vfModuleModelCustomizationUUID": "df5d0679-d6f0-4c32-8818-e0d07b8a2348",
    "isBase": true,
    "artifacts": [
      "a1d1b2dc-30d3-4b7c-8668-2c8ab7e3316c",
      "36933d6c-1078-4197-adca-57519ca040c7"
    ],
    "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": ""
    }
  }
]
2022-03-26T04:07:28.080Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:decc3b0a-a529-4c92-9918-3fd881153384
VfModuleModelInvariantUUID:b34a93ac-7f16-47a6-865b-b7daf13df6e2
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1d1b2dc-30d3-4b7c-8668-2c8ab7e3316c
,
36933d6c-1078-4197-adca-57519ca040c7

}
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


}

2022-03-26T04:07:28.082Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b34a93ac-7f16-47a6-865b-b7daf13df6e2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "decc3b0a-a529-4c92-9918-3fd881153384",
    "vfModuleModelCustomizationUUID": "df5d0679-d6f0-4c32-8818-e0d07b8a2348",
    "isBase": true,
    "artifacts": [
      "a1d1b2dc-30d3-4b7c-8668-2c8ab7e3316c",
      "36933d6c-1078-4197-adca-57519ca040c7"
    ],
    "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": ""
    }
  }
]
2022-03-26T04:07:28.082Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:decc3b0a-a529-4c92-9918-3fd881153384
VfModuleModelInvariantUUID:b34a93ac-7f16-47a6-865b-b7daf13df6e2
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1d1b2dc-30d3-4b7c-8668-2c8ab7e3316c
,
36933d6c-1078-4197-adca-57519ca040c7

}
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


}

2022-03-26T04:07:28.082Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a1d1b2dc-30d3-4b7c-8668-2c8ab7e3316c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-26T04:07:28.082Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:07:28.083Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-26T04:07:28.355Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:07:28.355Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a1d1b2dc-30d3-4b7c-8668-2c8ab7e3316c 5033
2022-03-26T04:07:28.356Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-26T04:07:28.356Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-26T04:07:28.356Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:07:28.356Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:28.358Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:28.358Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267648356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:07:28.458Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:28.460Z||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.
2022-03-26T04:07:28.460Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:28.472Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:28.473Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:07:29.359Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 36933d6c-1078-4197-adca-57519ca040c7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-26T04:07:29.360Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:07:29.360Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-26T04:07:29.560Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:07:29.560Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 36933d6c-1078-4197-adca-57519ca040c7 909
2022-03-26T04:07:29.561Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-26T04:07:29.561Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-26T04:07:29.561Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:07:29.561Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:29.563Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:29.563Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267649561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:07:29.663Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:29.664Z||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.
2022-03-26T04:07:29.664Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:29.676Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:29.676Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:07:30.564Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2f1302bf-fc48-4e1c-a5eb-35248e43f8cf
2022-03-26T04:07:30.564Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 525de568-73c6-46ac-9b2c-15b0fbc181cb 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=?
2022-03-26T04:07:30.585Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4153bdc0, org.onap.sdc.toscaparser.api.parameters.Input@69edb560, org.onap.sdc.toscaparser.api.parameters.Input@1eb42f3f, org.onap.sdc.toscaparser.api.parameters.Input@470c6d9d, org.onap.sdc.toscaparser.api.parameters.Input@1bed7501]
2022-03-26T04:07:30.586Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:30.586Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:30.587Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-26T04:07:30.587Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 6979d475-89ba-4ed4-89c3-50abe0346208
2022-03-26T04:07:30.587Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6979d475-89ba-4ed4-89c3-50abe0346208 matches Tosca VF Customization UUID: 6979d475-89ba-4ed4-89c3-50abe0346208
2022-03-26T04:07:30.587Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 6979d475-89ba-4ed4-89c3-50abe0346208  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=?
2022-03-26T04:07:30.589Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:30.589Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:30.590Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 6979d475-89ba-4ed4-89c3-50abe0346208: {\"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\"}
2022-03-26T04:07:30.590Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4997db7
2022-03-26T04:07:30.590Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:30.591Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T04:07:30.591Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : df5d0679-d6f0-4c32-8818-e0d07b8a2348
2022-03-26T04:07:30.591Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID df5d0679-d6f0-4c32-8818-e0d07b8a2348
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=?
2022-03-26T04:07:30.593Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:30.593Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-26T04:07:30.593Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:07:30.594Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:30.594Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-26T04:07:30.594Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:07:30.594Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:30.594Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-26T04:07:30.595Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-26T04:07:30.595Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-26T04:07:30.595Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=75f5bdf8-7fcb-4d15-bfae-584f3266daf9
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=?
2022-03-26T04:07:30.597Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:30.597Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-26T04:07:30.597Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:07:30.597Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:30.597Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-26T04:07:30.597Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=6979d475-89ba-4ed4-89c3-50abe0346208
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=?
2022-03-26T04:07:30.599Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:30.599Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:30.599Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2f1302bf-fc48-4e1c-a5eb-35248e43f8cf: basicclamp
2022-03-26T04:07:30.599Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:30.599Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:30.600Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:30.600Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:30.600Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:30.600Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:30.600Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:30.600Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:30.601Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:07:30.601Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:07:30.601Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||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 (?, ?, ?, ?, ?)
2022-03-26T04:07:30.720Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 525de568-73c6-46ac-9b2c-15b0fbc181cb 1 ASDC deployResourceStructure
2022-03-26T04:07:30.721Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-26T04:07:30.721Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-26T04:07:30.721Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:07:30.721Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:30.724Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:30.724Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267650720,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T04:07:30.824Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:30.825Z||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.
2022-03-26T04:07:30.825Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:30.837Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:30.837Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:07:31.726Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-26T04:07:31.726Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-26T04:07:31.726Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:07:31.726Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:31.728Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:31.728Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267651726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T04:07:31.829Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:31.833Z||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.
2022-03-26T04:07:31.833Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:31.845Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:31.848Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:07:32.730Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-26T04:07:32.730Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-26T04:07:32.730Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:07:32.731Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:32.733Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:32.733Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267652729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-26T04:07:32.833Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:32.834Z||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.
2022-03-26T04:07:32.834Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:32.846Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:32.846Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:07:33.734Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-26T04:07:33.735Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-26T04:07:33.735Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:07:33.735Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:07:33.737Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:07:33.737Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267653734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:07:33.838Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:07:33.838Z||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.
2022-03-26T04:07:33.839Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:33.850Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:33.851Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:07:34.738Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed87ad51-3677-47cd-9426-b610c0526ce8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T04:07:34.753Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed87ad51-3677-47cd-9426-b610c0526ce8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T04:07:34.758Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T04:07:34.759Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-26T04:07:34.759Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-26T04:07:34.759Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-26T04:07:34.759Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:07:34.759Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:07:34.759Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:07:34.759Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:07:34.759Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:07:34.759Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:07:34.759Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:07:34.760Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T04:07:34.766Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-26T04:07:42.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:07:42.744Z||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.
2022-03-26T04:07:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:07:42.764Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:07:42.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a521a57a-1888-498c-a0e5-dbe9b66e65ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267525272,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T04:07:42.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:07:42.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:07:42.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:07:42.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:07:42.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:07:42.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:07:42.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:07:42.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:07:42.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:07:42.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-26T04:07:42.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:07:42.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:07:42.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:07:42.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267302739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:07:42.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:07:42.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267533950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:07:42.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:07:42.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267536411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:07:42.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:07:42.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267537516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:07:42.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:07:42.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267538699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:07:42.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:07:42.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267539843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T04:07:42.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:07:42.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267540847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T04:07:42.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:07:42.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:07:42.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267541851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-26T04:07:42.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:08:04.767Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed87ad51-3677-47cd-9426-b610c0526ce8 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=?
2022-03-26T04:08:04.777Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed87ad51-3677-47cd-9426-b610c0526ce8 and serviceModelVersionId: 2f1302bf-fc48-4e1c-a5eb-35248e43f8cf
2022-03-26T04:08:04.777Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8721b4b2-41e4-4959-adec-2e8ed6e1f5d0
2022-03-26T04:08:04.778Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8721b4b2-41e4-4959-adec-2e8ed6e1f5d0/model-vers/model-ver/2f1302bf-fc48-4e1c-a5eb-35248e43f8cf?depth=0
2022-03-26T04:08:04.783Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-26T04:08:04.863Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8721b4b2-41e4-4959-adec-2e8ed6e1f5d0/model-vers/model-ver/2f1302bf-fc48-4e1c-a5eb-35248e43f8cf?depth=0|INFO|500||Invoke
2022-03-26T04:08:04.865Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8721b4b2-41e4-4959-adec-2e8ed6e1f5d0/model-vers/model-ver/2f1302bf-fc48-4e1c-a5eb-35248e43f8cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8721b4b2-41e4-4959-adec-2e8ed6e1f5d0/model-vers/model-ver/2f1302bf-fc48-4e1c-a5eb-35248e43f8cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed87ad51-3677-47cd-9426-b610c0526ce8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a02fb92-7874-4121-af71-e56d26096a29], X-ECOMP-RequestID=[ed87ad51-3677-47cd-9426-b610c0526ce8], X-TransactionId=[], X-ONAP-RequestID=[ed87ad51-3677-47cd-9426-b610c0526ce8], Content-Type=[application/merge-patch+json]}
2022-03-26T04:08:04.886Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8721b4b2-41e4-4959-adec-2e8ed6e1f5d0/model-vers/model-ver/2f1302bf-fc48-4e1c-a5eb-35248e43f8cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-26T04:08:05.403Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8721b4b2-41e4-4959-adec-2e8ed6e1f5d0/model-vers/model-ver/2f1302bf-fc48-4e1c-a5eb-35248e43f8cf?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/8721b4b2-41e4-4959-adec-2e8ed6e1f5d0/model-vers/model-ver/2f1302bf-fc48-4e1c-a5eb-35248e43f8cf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220326-04:08:05:612-59669], vertex-id=[258256], Content-Length=[0], Date=[Sat, 26 Mar 2022 04:08:05 GMT], Content-Type=[application/json]}
2022-03-26T04:08:05.403Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8721b4b2-41e4-4959-adec-2e8ed6e1f5d0/model-vers/model-ver/2f1302bf-fc48-4e1c-a5eb-35248e43f8cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-26T04:08:05.404Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8721b4b2-41e4-4959-adec-2e8ed6e1f5d0/model-vers/model-ver/2f1302bf-fc48-4e1c-a5eb-35248e43f8cf?depth=0|INFO|500||InvokeReturn
2022-03-26T04:08:05.405Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-26T04:08:05.405Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||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=?
2022-03-26T04:08:05.409Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-26T04:08:05.409Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed87ad51-3677-47cd-9426-b610c0526ce8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-26T04:08:05.410Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-26T04:08:05.410Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:05.413Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:05.413Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267685409,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T04:08:05.513Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:05.514Z||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.
2022-03-26T04:08:05.515Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:05.530Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:05.530Z||pool-121-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=?
2022-03-26T04:08:06.427Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-26T04:08:06.427Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"28fa3443-7abd-4902-af73-19869c60acc1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"df79709d-63a3-496a-a427-1c7c566f1feb","serviceDescription":"service","serviceInvariantUUID":"57532f78-3a28-4482-9465-308dcd83a038","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d59eb0e2-a4b0-4fb0-93cc-41131f42600d","resourceInvariantUUID":"03c084d4-b2e8-4faa-b533-9f4fa9cde578","resourceCustomizationUUID":"fdbc6f01-f2a0-4d31-b989-f55c98076ceb","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":"MTY0NjdlNWNiNjMzNTMyMjZmODUyN2MzNTY1OGU0ZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63588994-5382-49b9-b3b7-3c6fbe2b587a","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":"ZWEzMTZlZTkxYmJjYjUxMDAzZDYzM2E3Y2FhODMxMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"42cde441-b847-4ec6-8e6c-98d6f0a4a9b4","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":"6207f4d6-79b3-41f7-b936-d25968912f6e","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":"f3e77a6f-368b-4b18-92d6-66dca0ae5434","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":"a7b65769-dc31-4c0f-8051-03fc7be7adb0","artifactVersion":"2","generatedFromUUID":"6207f4d6-79b3-41f7-b936-d25968912f6e"},{"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":"YWYwZGY0ZTJhNDFhOTk0MmFkNWQxZjAxNWI1ZTFmM2I\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6ae7253c-9231-4686-b026-1dc1f7be3747","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":"ODU1YWFjMmYwZTMzNTE5MDUwNjQ4Y2MzNzg2YTExZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41e08b50-3d2e-4aec-ae8c-77d467cb2faf","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTkxYjgwZWJlNDE2ZWU3NzI2OGU4ZTViNGMzMzJmZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c1e5987a-c918-4571-8458-c100b3b1f12d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T04:08:06.427Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:08:06.428Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:06.429Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:06.429Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:08:06.530Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:06.530Z||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.
2022-03-26T04:08:06.531Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:06.545Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:06.545Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:07.430Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:08:07.431Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:07.433Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:07.433Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:08:07.533Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:07.534Z||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.
2022-03-26T04:08:07.535Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:07.546Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:07.547Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:08.434Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:08:08.434Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:08.436Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:08.436Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:08:08.536Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:08.537Z||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.
2022-03-26T04:08:08.538Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:08.555Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:08.555Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:09.437Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:08:09.438Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:09.440Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:09.440Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:08:09.540Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:09.541Z||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.
2022-03-26T04:08:09.541Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:09.552Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:09.552Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:10.441Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:08:10.442Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:10.444Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:10.444Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-26T04:08:10.544Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:10.545Z||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.
2022-03-26T04:08:10.546Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:10.556Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:10.557Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:11.445Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:08:11.446Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:11.448Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:11.448Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:08:11.548Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:11.549Z||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.
2022-03-26T04:08:11.549Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:11.562Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:11.562Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:12.448Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:08:12.449Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:12.452Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:12.452Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:08:12.552Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:12.553Z||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.
2022-03-26T04:08:12.553Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:12.569Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:12.570Z||pool-128-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:13.452Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:08:13.453Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:13.455Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:13.455Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:08:13.555Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:13.557Z||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.
2022-03-26T04:08:13.557Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:13.572Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:13.573Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:08:14.457Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "df79709d-63a3-496a-a427-1c7c566f1feb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "57532f78-3a28-4482-9465-308dcd83a038",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "fdbc6f01-f2a0-4d31-b989-f55c98076ceb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d59eb0e2-a4b0-4fb0-93cc-41131f42600d",
      "resourceInvariantUUID": "03c084d4-b2e8-4faa-b533-9f4fa9cde578",
      "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": "ZWEzMTZlZTkxYmJjYjUxMDAzZDYzM2E3Y2FhODMxMjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "42cde441-b847-4ec6-8e6c-98d6f0a4a9b4",
          "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": "6207f4d6-79b3-41f7-b936-d25968912f6e",
          "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": "a7b65769-dc31-4c0f-8051-03fc7be7adb0",
            "generatedFromUUID": "6207f4d6-79b3-41f7-b936-d25968912f6e"
          },
          "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": "a7b65769-dc31-4c0f-8051-03fc7be7adb0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTkxYjgwZWJlNDE2ZWU3NzI2OGU4ZTViNGMzMzJmZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c1e5987a-c918-4571-8458-c100b3b1f12d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-26T04:08:14.458Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T04:08:14.459Z|ed87ad51-3677-47cd-9426-b610c0526ce8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 df79709d-63a3-496a-a427-1c7c566f1feb ASDC
2022-03-26T04:08:14.459Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:28fa3443-7abd-4902-af73-19869c60acc1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:df79709d-63a3-496a-a427-1c7c566f1feb
ServiceInvariantUUID:57532f78-3a28-4482-9465-308dcd83a038
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:c1e5987a-c918-4571-8458-c100b3b1f12d
ArtifactChecksum:MTkxYjgwZWJlNDE2ZWU3NzI2OGU4ZTViNGMzMzJmZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:fdbc6f01-f2a0-4d31-b989-f55c98076ceb
ResourceInvariantUUID:03c084d4-b2e8-4faa-b533-9f4fa9cde578
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d59eb0e2-a4b0-4fb0-93cc-41131f42600d
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:42cde441-b847-4ec6-8e6c-98d6f0a4a9b4
ArtifactChecksum:ZWEzMTZlZTkxYmJjYjUxMDAzZDYzM2E3Y2FhODMxMjQ=
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:6207f4d6-79b3-41f7-b936-d25968912f6e
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:a7b65769-dc31-4c0f-8051-03fc7be7adb0
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:a7b65769-dc31-4c0f-8051-03fc7be7adb0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-26T04:08:14.459Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df79709d-63a3-496a-a427-1c7c566f1feb 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=?
2022-03-26T04:08:14.492Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T04:08:14.493Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-26T04:08:14.493Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-26T04:08:14.493Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c1e5987a-c918-4571-8458-c100b3b1f12d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-26T04:08:14.493Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:08:14.494Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-26T04:08:15.624Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:08:15.628Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c1e5987a-c918-4571-8458-c100b3b1f12d 78785
2022-03-26T04:08:15.628Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-26T04:08:15.628Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-26T04:08:15.628Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:08:15.629Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:15.632Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:15.633Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267695628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:08:15.732Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T04:08:15.734Z||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.
2022-03-26T04:08:15.734Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:15.750Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:15.750Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:08:16.633Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T04:08:16.634Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-26T04:08:16.635Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c1e5987a-c918-4571-8458-c100b3b1f12d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-26T04:08:16.635Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-26T04:08:16.636Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-26T04:08:16.636Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-26T04:08:16.736Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12692852077514583825/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
2022-03-26T04:08:17.804Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T04:08:17.804Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-26T04:08:17.804Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-26T04:08:17.805Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-26T04:08:17.805Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-26T04:08:17.805Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-26T04:08:17.805Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-26T04:08:17.805Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-26T04:08:17.805Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-26T04:08:17.806Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-26T04:08:17.806Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-26T04:08:17.806Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-26T04:08:17.806Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-26T04:08:17.806Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-26T04:08:17.807Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:17.807Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:17.808Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-26T04:08:17.808Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-26T04:08:17.809Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T04:08:17.809Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:17.809Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:17.809Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-26T04:08:17.810Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-26T04:08:17.810Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T04:08:17.810Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:17.810Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:17.811Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:17.811Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-26T04:08:17.811Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-26T04:08:17.812Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-26T04:08:17.812Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-26T04:08:17.812Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-26T04:08:17.812Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-26T04:08:17.813Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:17.813Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T04:08:17.813Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:17.813Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-26T04:08:17.814Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:08:17.814Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:17.814Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-26T04:08:17.814Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:08:17.815Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:17.815Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-26T04:08:17.815Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:08:17.815Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:17.815Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-26T04:08:17.816Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-26T04:08:17.816Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-26T04:08:17.816Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cd51d733-8360-4348-9460-f31e840fcb8d
2022-03-26T04:08:17.816Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:17.816Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:17.817Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:17.817Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:17.817Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:17.817Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:17.817Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:17.818Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:17.818Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:df79709d-63a3-496a-a427-1c7c566f1feb
Model Version:NULL
Model InvariantUuid:57532f78-3a28-4482-9465-308dcd83a038
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:43c9aa2d-9826-4352-a05d-d726e8ad1482
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:03c084d4-b2e8-4faa-b533-9f4fa9cde578
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fdbc6f01-f2a0-4d31-b989-f55c98076ceb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:eabe3dbb-2098-4852-9e38-26a3ccfce7d1
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:7ee7cb85-bf4c-4e4d-9f71-f83d3751ec34
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cd51d733-8360-4348-9460-f31e840fcb8d
ModelInvariantUuid:c4c60d1f-3ecc-408a-99d8-d26c47c7275d
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:cee800f8-cd1b-41a5-9fea-509750997e83
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f7ecf704-026d-4a61-8412-1768351d62de
ModelInvariantUuid:cca5bae4-46be-4016-9d14-f0b08dedef3b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:2b2a4812-50c8-488c-91db-d65395525588
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=?
2022-03-26T04:08:17.830Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d59eb0e2-a4b0-4fb0-93cc-41131f42600d
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=?
2022-03-26T04:08:17.833Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-03-26T04:08:17.833Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d59eb0e2-a4b0-4fb0-93cc-41131f42600d
2022-03-26T04:08:17.833Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 42cde441-b847-4ec6-8e6c-98d6f0a4a9b4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-26T04:08:17.833Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:08:17.833Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-26T04:08:17.928Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:08:17.929Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 42cde441-b847-4ec6-8e6c-98d6f0a4a9b4 792
2022-03-26T04:08:17.930Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-26T04:08:17.930Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-26T04:08:17.930Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:08:17.930Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:17.934Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:17.934Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267697930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:08:18.034Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:18.035Z||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.
2022-03-26T04:08:18.035Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:18.045Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:18.045Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:18.935Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "eabe3dbb-2098-4852-9e38-26a3ccfce7d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7ee7cb85-bf4c-4e4d-9f71-f83d3751ec34",
    "vfModuleModelCustomizationUUID": "435705ab-5ad0-41a0-9aba-d5d66feb6199",
    "isBase": true,
    "artifacts": [
      "6207f4d6-79b3-41f7-b936-d25968912f6e",
      "a7b65769-dc31-4c0f-8051-03fc7be7adb0"
    ],
    "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": ""
    }
  }
]
2022-03-26T04:08:18.938Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ee7cb85-bf4c-4e4d-9f71-f83d3751ec34
VfModuleModelInvariantUUID:eabe3dbb-2098-4852-9e38-26a3ccfce7d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
6207f4d6-79b3-41f7-b936-d25968912f6e
,
a7b65769-dc31-4c0f-8051-03fc7be7adb0

}
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


}

2022-03-26T04:08:18.940Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "eabe3dbb-2098-4852-9e38-26a3ccfce7d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7ee7cb85-bf4c-4e4d-9f71-f83d3751ec34",
    "vfModuleModelCustomizationUUID": "435705ab-5ad0-41a0-9aba-d5d66feb6199",
    "isBase": true,
    "artifacts": [
      "6207f4d6-79b3-41f7-b936-d25968912f6e",
      "a7b65769-dc31-4c0f-8051-03fc7be7adb0"
    ],
    "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": ""
    }
  }
]
2022-03-26T04:08:18.940Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ee7cb85-bf4c-4e4d-9f71-f83d3751ec34
VfModuleModelInvariantUUID:eabe3dbb-2098-4852-9e38-26a3ccfce7d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
6207f4d6-79b3-41f7-b936-d25968912f6e
,
a7b65769-dc31-4c0f-8051-03fc7be7adb0

}
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


}

2022-03-26T04:08:18.940Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6207f4d6-79b3-41f7-b936-d25968912f6e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-26T04:08:18.940Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:08:18.941Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-26T04:08:19.136Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:08:19.136Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6207f4d6-79b3-41f7-b936-d25968912f6e 5033
2022-03-26T04:08:19.137Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-26T04:08:19.137Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-26T04:08:19.137Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:08:19.137Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:19.139Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:19.139Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267699137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:08:19.240Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:19.241Z||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.
2022-03-26T04:08:19.241Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:19.254Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:19.254Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:20.140Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a7b65769-dc31-4c0f-8051-03fc7be7adb0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-26T04:08:20.140Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:08:20.140Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-26T04:08:20.335Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:08:20.336Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a7b65769-dc31-4c0f-8051-03fc7be7adb0 903
2022-03-26T04:08:20.336Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-26T04:08:20.336Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-26T04:08:20.336Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:08:20.337Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:20.338Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:20.339Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267700336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:08:20.439Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:20.440Z||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.
2022-03-26T04:08:20.440Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:20.451Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:20.452Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:21.339Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: df79709d-63a3-496a-a427-1c7c566f1feb
2022-03-26T04:08:21.340Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d59eb0e2-a4b0-4fb0-93cc-41131f42600d 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=?
2022-03-26T04:08:21.355Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@641c6bc2, org.onap.sdc.toscaparser.api.parameters.Input@312ff2b8, org.onap.sdc.toscaparser.api.parameters.Input@92bdbf5, org.onap.sdc.toscaparser.api.parameters.Input@3041abeb, org.onap.sdc.toscaparser.api.parameters.Input@3704845a]
2022-03-26T04:08:21.356Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:21.357Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:21.357Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-26T04:08:21.357Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= fdbc6f01-f2a0-4d31-b989-f55c98076ceb
2022-03-26T04:08:21.357Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fdbc6f01-f2a0-4d31-b989-f55c98076ceb matches Tosca VF Customization UUID: fdbc6f01-f2a0-4d31-b989-f55c98076ceb
2022-03-26T04:08:21.357Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: fdbc6f01-f2a0-4d31-b989-f55c98076ceb  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=?
2022-03-26T04:08:21.359Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:21.359Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:21.360Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id fdbc6f01-f2a0-4d31-b989-f55c98076ceb: {\"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\"}
2022-03-26T04:08:21.360Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13f06a4a
2022-03-26T04:08:21.360Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:21.360Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T04:08:21.360Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 435705ab-5ad0-41a0-9aba-d5d66feb6199
2022-03-26T04:08:21.360Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 435705ab-5ad0-41a0-9aba-d5d66feb6199
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=?
2022-03-26T04:08:21.362Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:21.362Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-26T04:08:21.362Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:08:21.363Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:21.363Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-26T04:08:21.363Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:08:21.363Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:21.363Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-26T04:08:21.363Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-26T04:08:21.364Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-26T04:08:21.364Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cd51d733-8360-4348-9460-f31e840fcb8d
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=?
2022-03-26T04:08:21.367Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:21.367Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-26T04:08:21.368Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T04:08:21.368Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:21.368Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-26T04:08:21.368Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fdbc6f01-f2a0-4d31-b989-f55c98076ceb
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=?
2022-03-26T04:08:21.369Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:21.370Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:21.370Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid df79709d-63a3-496a-a427-1c7c566f1feb: basic_vm_macro
2022-03-26T04:08:21.370Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:21.370Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:21.370Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:21.370Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:21.370Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:21.371Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:21.371Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:21.371Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:21.371Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:08:21.371Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:08:21.371Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||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 (?, ?, ?, ?, ?)
2022-03-26T04:08:21.458Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d59eb0e2-a4b0-4fb0-93cc-41131f42600d 1 ASDC deployResourceStructure
2022-03-26T04:08:21.459Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-26T04:08:21.459Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-26T04:08:21.459Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:08:21.459Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:21.481Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:21.481Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267701459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T04:08:21.580Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-26T04:08:21.581Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:08:21.582Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:21.592Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:21.593Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:22.482Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-26T04:08:22.486Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-26T04:08:22.486Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:08:22.486Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:22.490Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:22.490Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267702482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T04:08:22.590Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:22.591Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:08:22.591Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:22.602Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:22.602Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:08:23.490Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-26T04:08:23.491Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-26T04:08:23.492Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:08:23.492Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:23.494Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:23.494Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267703490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-26T04:08:23.594Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:23.595Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:08:23.596Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:23.606Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:23.606Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:24.495Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-26T04:08:24.496Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-26T04:08:24.497Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:08:24.497Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:24.500Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:24.500Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267704495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:08:24.600Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T04:08:24.603Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:08:24.603Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:24.621Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:24.621Z||pool-137-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:25.501Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28fa3443-7abd-4902-af73-19869c60acc1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T04:08:25.513Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28fa3443-7abd-4902-af73-19869c60acc1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T04:08:25.516Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T04:08:25.516Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-26T04:08:25.517Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-26T04:08:25.517Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-26T04:08:25.517Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:08:25.517Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:08:25.517Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:08:25.518Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:08:25.518Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:08:25.518Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:08:25.518Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T04:08:25.524Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-26T04:08:42.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:08:42.745Z||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.
2022-03-26T04:08:42.745Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:42.771Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:42.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267542855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:08:42.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:08:42.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15164982-f689-41ce-8f71-d735a774adb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267574496,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T04:08:42.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:08:42.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:08:42.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:08:42.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-26T04:08:42.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:08:42.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-26T04:08:42.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:08:42.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:08:42.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:08:42.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:08:42.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:08:42.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:08:42.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:08:42.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-26T04:08:42.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:08:42.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:08:42.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:08:42.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:08:42.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:08:42.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267589649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:08:42.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:08:42.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267591954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:08:42.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:08:42.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267593250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:08:42.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:08:42.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267595051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:08:42.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:08:42.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267596193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:08:42.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:08:42.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267597594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:08:42.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:08:42.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267598701,
  "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"
}
2022-03-26T04:08:42.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:08:42.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267599705,
  "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"
}
2022-03-26T04:08:42.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:08:42.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267600709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T04:08:42.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:08:42.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:08:42.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267601713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T04:08:42.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:08:55.524Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 28fa3443-7abd-4902-af73-19869c60acc1 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=?
2022-03-26T04:08:55.535Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28fa3443-7abd-4902-af73-19869c60acc1 and serviceModelVersionId: df79709d-63a3-496a-a427-1c7c566f1feb
2022-03-26T04:08:55.535Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 57532f78-3a28-4482-9465-308dcd83a038
2022-03-26T04:08:55.537Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/57532f78-3a28-4482-9465-308dcd83a038/model-vers/model-ver/df79709d-63a3-496a-a427-1c7c566f1feb?depth=0
2022-03-26T04:08:55.547Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-26T04:08:55.594Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57532f78-3a28-4482-9465-308dcd83a038/model-vers/model-ver/df79709d-63a3-496a-a427-1c7c566f1feb?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]}
2022-03-26T04:08:55.597Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57532f78-3a28-4482-9465-308dcd83a038/model-vers/model-ver/df79709d-63a3-496a-a427-1c7c566f1feb?depth=0|INFO|500||Invoke
2022-03-26T04:08:55.619Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57532f78-3a28-4482-9465-308dcd83a038/model-vers/model-ver/df79709d-63a3-496a-a427-1c7c566f1feb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-26T04:08:55.706Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57532f78-3a28-4482-9465-308dcd83a038/model-vers/model-ver/df79709d-63a3-496a-a427-1c7c566f1feb?depth=0|INFO|500||InvokeReturn
2022-03-26T04:08:55.707Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57532f78-3a28-4482-9465-308dcd83a038/model-vers/model-ver/df79709d-63a3-496a-a427-1c7c566f1feb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220326-04:08:56:344-48922], vertex-id=[253952], Content-Length=[0], Date=[Sat, 26 Mar 2022 04:08:56 GMT], Content-Type=[application/json]}
2022-03-26T04:08:55.708Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-26T04:08:55.709Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-26T04:08:55.709Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||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=?
2022-03-26T04:08:55.715Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-26T04:08:55.715Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28fa3443-7abd-4902-af73-19869c60acc1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-26T04:08:55.716Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-26T04:08:55.716Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:55.718Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:55.718Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267735715,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T04:08:55.818Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:55.820Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:08:55.820Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:55.831Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:55.832Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-26T04:08:56.734Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-26T04:08:56.734Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"df941e83-2aa9-4a47-9855-1d34d94f2a25","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"668e2916-0a1b-4b09-b11e-b5245506556f","serviceDescription":"service","serviceInvariantUUID":"b345cfab-35c0-407e-9edf-c05863df033a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ed4c0ed3-163a-479e-8217-26b9503e3f76","resourceInvariantUUID":"e83c7280-4c08-4438-bafd-9567d80c9d9c","resourceCustomizationUUID":"e6aece67-bca4-41c7-9d8d-dc4bbf82d1fe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"Yjg0YzZjYjQxOTgwZjNkYTUzOTU4MDUzYzJiMWMyMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b44508f-0dae-487d-8a13-9763fcbe2115","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14852199-fd3e-46ae-89c5-019da5cb7aab","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eae15dd7-cb49-47ee-b3b0-15967ecb65fd","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"Mzk3NWEwMzU1MjA0MDMzMjRkNGQxZmFmN2YyNWVkMGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"47df82df-09d6-488c-ba68-e09cb7ad0b55","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6afda3e3-ae4d-498b-bb28-f6435b09dbd9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"086b301a-e0da-402a-a507-9c534acceb1e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"48b3dbdd-e809-468b-be43-9744a15928d1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NmFhNWY5M2NkZjMyMTFjYzhmYWZlZGE0YmNiZGUxZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97959b1e-600d-4a44-905b-8fd654a116af","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzFiOWRkNjNjMTQ1MTVmOWFmZmQ5NmI5YTA5NWIwZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"400381b8-97b2-4edc-b8a4-8575e484b95b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T04:08:56.735Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:08:56.735Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:56.738Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:56.738Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:08:56.838Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:56.839Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:08:56.839Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:56.851Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:56.852Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:57.738Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:08:57.739Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:57.748Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:57.749Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:08:57.853Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-26T04:08:57.854Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:08:57.854Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:57.866Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:57.866Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:58.749Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:08:58.750Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:58.752Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:58.752Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:08:58.852Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:08:58.853Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:08:58.854Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:58.866Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:58.866Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:08:59.753Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:08:59.753Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:08:59.757Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:08:59.757Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:08:59.858Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-26T04:08:59.859Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:08:59.859Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:08:59.870Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:08:59.870Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:09:00.757Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:09:00.758Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:09:00.760Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:09:00.760Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:09:00.860Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:09:00.861Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:09:00.861Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:09:00.873Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:09:00.873Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:09:01.761Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:09:01.761Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:09:01.763Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:09:01.763Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:09:01.864Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-26T04:09:01.865Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:09:01.867Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:09:01.881Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:09:01.882Z||pool-144-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-26T04:09:02.764Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:09:02.765Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:09:02.767Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:09:02.767Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:09:02.867Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T04:09:02.868Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:09:02.868Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:09:02.879Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:09:02.879Z||pool-145-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:09:03.768Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:09:03.769Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:09:03.771Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:09:03.771Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:09:03.872Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-26T04:09:03.873Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:09:03.873Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:09:03.885Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:09:03.885Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:09:04.772Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T04:09:04.772Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:09:04.777Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:09:04.777Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:09:04.875Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-26T04:09:04.876Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:09:04.876Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:09:04.887Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:09:04.887Z||pool-147-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:09:05.778Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "668e2916-0a1b-4b09-b11e-b5245506556f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b345cfab-35c0-407e-9edf-c05863df033a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e6aece67-bca4-41c7-9d8d-dc4bbf82d1fe",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ed4c0ed3-163a-479e-8217-26b9503e3f76",
      "resourceInvariantUUID": "e83c7280-4c08-4438-bafd-9567d80c9d9c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "NzFiOWRkNjNjMTQ1MTVmOWFmZmQ5NmI5YTA5NWIwZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "400381b8-97b2-4edc-b8a4-8575e484b95b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-26T04:09:05.779Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T04:09:05.779Z|28fa3443-7abd-4902-af73-19869c60acc1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 668e2916-0a1b-4b09-b11e-b5245506556f ASDC
2022-03-26T04:09:05.779Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:df941e83-2aa9-4a47-9855-1d34d94f2a25
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:668e2916-0a1b-4b09-b11e-b5245506556f
ServiceInvariantUUID:b345cfab-35c0-407e-9edf-c05863df033a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:400381b8-97b2-4edc-b8a4-8575e484b95b
ArtifactChecksum:NzFiOWRkNjNjMTQ1MTVmOWFmZmQ5NmI5YTA5NWIwZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e6aece67-bca4-41c7-9d8d-dc4bbf82d1fe
ResourceInvariantUUID:e83c7280-4c08-4438-bafd-9567d80c9d9c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:ed4c0ed3-163a-479e-8217-26b9503e3f76
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-26T04:09:05.780Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 668e2916-0a1b-4b09-b11e-b5245506556f 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=?
2022-03-26T04:09:05.806Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T04:09:05.807Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-26T04:09:05.807Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-26T04:09:05.807Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 400381b8-97b2-4edc-b8a4-8575e484b95b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-26T04:09:05.807Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-26T04:09:05.808Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-26T04:09:06.485Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-26T04:09:06.490Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 400381b8-97b2-4edc-b8a4-8575e484b95b 105634
2022-03-26T04:09:06.490Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-26T04:09:06.490Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-26T04:09:06.490Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T04:09:06.490Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:09:06.492Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:09:06.492Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267746490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:09:06.592Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:09:06.593Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:09:06.593Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:09:06.605Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:09:06.605Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:09:07.493Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T04:09:07.495Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-26T04:09:07.495Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 400381b8-97b2-4edc-b8a4-8575e484b95b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-26T04:09:07.495Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-26T04:09:07.496Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-26T04:09:07.496Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-26T04:09:07.639Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8824161956239171525/Definitions/service-TestPnfMacro-template.yml
2022-03-26T04:09:08.415Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T04:09:08.415Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-26T04:09:08.415Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-26T04:09:08.415Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-26T04:09:08.415Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-26T04:09:08.416Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-26T04:09:08.416Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-26T04:09:08.416Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-26T04:09:08.416Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-26T04:09:08.416Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-26T04:09:08.416Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-26T04:09:08.416Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-26T04:09:08.416Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:09:08.416Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:09:08.416Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-26T04:09:08.417Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-26T04:09:08.417Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T04:09:08.417Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:09:08.417Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:09:08.417Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-26T04:09:08.417Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-26T04:09:08.417Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T04:09:08.418Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:09:08.418Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:09:08.418Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:09:08.418Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:09:08.418Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:09:08.418Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:09:08.418Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:09:08.418Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:09:08.418Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:09:08.419Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:09:08.419Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:668e2916-0a1b-4b09-b11e-b5245506556f
Model Version:NULL
Model InvariantUuid:b345cfab-35c0-407e-9edf-c05863df033a
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=?
2022-03-26T04:09:08.426Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: ed4c0ed3-163a-479e-8217-26b9503e3f76
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=?
2022-03-26T04:09:08.428Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-03-26T04:09:08.428Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ed4c0ed3-163a-479e-8217-26b9503e3f76
2022-03-26T04:09:08.429Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 668e2916-0a1b-4b09-b11e-b5245506556f
2022-03-26T04:09:08.429Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 668e2916-0a1b-4b09-b11e-b5245506556f
2022-03-26T04:09:08.429Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 ed4c0ed3-163a-479e-8217-26b9503e3f76 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=?
2022-03-26T04:09:08.433Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c36751f, org.onap.sdc.toscaparser.api.parameters.Input@6cc03948, org.onap.sdc.toscaparser.api.parameters.Input@3401e7d5, org.onap.sdc.toscaparser.api.parameters.Input@6f749d79, org.onap.sdc.toscaparser.api.parameters.Input@70758305]
2022-03-26T04:09:08.433Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:09:08.433Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:09:08.433Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 668e2916-0a1b-4b09-b11e-b5245506556f: test-pnf
2022-03-26T04:09:08.434Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||Processing PNF resource: ed4c0ed3-163a-479e-8217-26b9503e3f76
2022-03-26T04:09:08.434Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-26T04:09:08.434Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T04:09:08.434Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||Resource customization UUID: e6aece67-bca4-41c7-9d8d-dc4bbf82d1fe is the same as notified resource customizationUUID: e6aece67-bca4-41c7-9d8d-dc4bbf82d1fe
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 (?, ?)
2022-03-26T04:09:08.467Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf ed4c0ed3-163a-479e-8217-26b9503e3f76 0 ASDC deployResourceStructure
2022-03-26T04:09:08.467Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-26T04:09:08.468Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-26T04:09:08.468Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T04:09:08.468Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:09:08.470Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:09:08.470Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267748467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:09:08.570Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:09:08.571Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:09:08.571Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:09:08.586Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:09:08.586Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T04:09:09.471Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df941e83-2aa9-4a47-9855-1d34d94f2a25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-03-26T04:09:09.489Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df941e83-2aa9-4a47-9855-1d34d94f2a25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-26T04:09:09.495Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T04:09:09.495Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-26T04:09:09.496Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-26T04:09:09.496Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-26T04:09:09.496Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:09:09.496Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:09:09.496Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:09:09.497Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:09:09.497Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:09:09.497Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:09:09.497Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-26T04:09:09.497Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-26T04:09:09.503Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-26T04:09:39.503Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df941e83-2aa9-4a47-9855-1d34d94f2a25 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=?
2022-03-26T04:09:39.510Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df941e83-2aa9-4a47-9855-1d34d94f2a25 and serviceModelVersionId: 668e2916-0a1b-4b09-b11e-b5245506556f
2022-03-26T04:09:39.510Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b345cfab-35c0-407e-9edf-c05863df033a
2022-03-26T04:09:39.511Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b345cfab-35c0-407e-9edf-c05863df033a/model-vers/model-ver/668e2916-0a1b-4b09-b11e-b5245506556f?depth=0
2022-03-26T04:09:39.516Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-26T04:09:39.552Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b345cfab-35c0-407e-9edf-c05863df033a/model-vers/model-ver/668e2916-0a1b-4b09-b11e-b5245506556f?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]}
2022-03-26T04:09:39.554Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b345cfab-35c0-407e-9edf-c05863df033a/model-vers/model-ver/668e2916-0a1b-4b09-b11e-b5245506556f?depth=0|INFO|500||Invoke
2022-03-26T04:09:39.577Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b345cfab-35c0-407e-9edf-c05863df033a/model-vers/model-ver/668e2916-0a1b-4b09-b11e-b5245506556f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-26T04:09:40.087Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b345cfab-35c0-407e-9edf-c05863df033a/model-vers/model-ver/668e2916-0a1b-4b09-b11e-b5245506556f?depth=0|INFO|500||InvokeReturn
2022-03-26T04:09:40.087Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b345cfab-35c0-407e-9edf-c05863df033a/model-vers/model-ver/668e2916-0a1b-4b09-b11e-b5245506556f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220326-04:09:40:300-70819], vertex-id=[221408], Content-Length=[0], Date=[Sat, 26 Mar 2022 04:09:40 GMT], Content-Type=[application/json]}
2022-03-26T04:09:40.088Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-26T04:09:40.088Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-26T04:09:40.088Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||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=?
2022-03-26T04:09:40.094Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-26T04:09:40.095Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df941e83-2aa9-4a47-9855-1d34d94f2a25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-26T04:09:40.095Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-26T04:09:40.096Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-26T04:09:40.098Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T04:09:40.098Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267780095,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T04:09:40.198Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T04:09:40.200Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-26T04:09:40.200Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:09:40.214Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:09:40.215Z||pool-150-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=?
2022-03-26T04:09:41.112Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:09:41.113Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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.
2022-03-26T04:09:41.113Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:09:42.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:09:42.743Z||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.
2022-03-26T04:09:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:09:42.767Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:09:42.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267602717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267603721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78f07346-2557-43df-8462-7af011dca19e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267635276,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:09:42.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:09:42.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:09:42.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:09:42.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:09:42.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267644522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267647073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:09:42.772Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:09:42.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267648356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:09:42.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:09:42.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267649561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:09:42.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:09:42.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267650720,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T04:09:42.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:09:42.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267651726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T04:09:42.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:09:42.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267652729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-26T04:09:42.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:09:42.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-26T04:09:42.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267653734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:09:42.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:09:51.339Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:09:51.340Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:09:51.341Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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.
2022-03-26T04:09:51.341Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:10:00.900Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:10:00.900Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:10:00.901Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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.
2022-03-26T04:10:00.901Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:10:10.439Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:10:10.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:10:10.441Z||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.
2022-03-26T04:10:10.441Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:10:19.986Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:10:19.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:10:19.987Z||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.
2022-03-26T04:10:19.987Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:10:29.529Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:10:29.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:10:29.530Z||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.
2022-03-26T04:10:29.531Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:10:39.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:10:39.080Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:10:39.081Z||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.
2022-03-26T04:10:39.081Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:10:42.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:10:42.743Z||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.
2022-03-26T04:10:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:10:42.765Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:10:42.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed87ad51-3677-47cd-9426-b610c0526ce8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267685409,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T04:10:42.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:10:42.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:10:42.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:10:42.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-26T04:10:42.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:10:42.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-26T04:10:42.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:10:42.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:10:42.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:10:42.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-26T04:10:42.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:10:42.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:10:42.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:10:42.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:10:42.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:10:42.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:10:42.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:10:42.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267695628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:10:42.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:10:42.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267697930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:10:42.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:10:42.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267699137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:10:42.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:10:42.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267700336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:10:42.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:10:42.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267701459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-26T04:10:42.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:10:42.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267702482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-26T04:10:42.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:10:42.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267703490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-26T04:10:42.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:10:42.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:10:42.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267704495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:10:42.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:10:48.631Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:10:48.634Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:10:48.634Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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.
2022-03-26T04:10:48.634Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:10:58.172Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:11:42.740Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:11:42.741Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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.
2022-03-26T04:11:42.741Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:11:42.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:11:42.743Z||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.
2022-03-26T04:11:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:11:43.269Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:11:43.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:11:43.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28fa3443-7abd-4902-af73-19869c60acc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267735715,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T04:11:43.271Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:11:43.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:11:43.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:11:43.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:11:43.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:11:43.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:11:43.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:11:43.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:11:43.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:11:43.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:11:43.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:11:43.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:11:43.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:11:43.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:11:43.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:11:43.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:11:43.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:11:43.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:11:43.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:11:43.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:11:43.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:11:43.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:11:43.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:11:43.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-26T04:11:43.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:11:43.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:11:43.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267575510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-26T04:11:43.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-26T04:11:43.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:11:43.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267746490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-26T04:11:43.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:11:43.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:11:43.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267748467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-26T04:11:43.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:11:43.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-26T04:11:43.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df941e83-2aa9-4a47-9855-1d34d94f2a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648267780095,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T04:11:43.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T04:11:52.284Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:12:42.739Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:12:42.741Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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.
2022-03-26T04:12:42.741Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:12:42.742Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:12:42.743Z|0500a731-9ec8-483c-904e-3147d719fa7e|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.
2022-03-26T04:12:42.743Z|0500a731-9ec8-483c-904e-3147d719fa7e|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:12:52.285Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:12:52.286Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:13:42.739Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:13:42.740Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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.
2022-03-26T04:13:42.740Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:13:42.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:13:42.743Z||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.
2022-03-26T04:13:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:13:52.293Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:13:52.294Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:14:42.739Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:14:42.740Z|15164982-f689-41ce-8f71-d735a774adb1|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.
2022-03-26T04:14:42.740Z|15164982-f689-41ce-8f71-d735a774adb1|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:14:42.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:14:42.743Z||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.
2022-03-26T04:14:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:14:52.285Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:14:52.285Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:15:42.739Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:15:42.740Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T04:15:42.740Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:15:42.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:15:42.743Z||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.
2022-03-26T04:15:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:15:52.281Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:15:52.283Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:16:42.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:16:42.741Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T04:16:42.741Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:16:42.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:16:42.743Z||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.
2022-03-26T04:16:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:16:52.293Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:16:52.293Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:17:42.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:17:42.741Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T04:17:42.742Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:17:42.743Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:17:42.743Z|0500a731-9ec8-483c-904e-3147d719fa7e|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.
2022-03-26T04:17:42.743Z|0500a731-9ec8-483c-904e-3147d719fa7e|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:17:52.287Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:17:52.287Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:18:42.739Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:18:42.740Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T04:18:42.740Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:18:42.743Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:18:42.744Z|15164982-f689-41ce-8f71-d735a774adb1|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.
2022-03-26T04:18:42.744Z|15164982-f689-41ce-8f71-d735a774adb1|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:18:52.291Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:18:52.292Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:19:42.739Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:19:42.740Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T04:19:42.740Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:19:42.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:19:42.743Z||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.
2022-03-26T04:19:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:19:52.283Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:19:52.283Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:20:42.739Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:20:42.741Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T04:20:42.741Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:20:42.743Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:20:42.743Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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.
2022-03-26T04:20:42.744Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:20:52.285Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:20:52.285Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:21:42.739Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:21:42.740Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T04:21:42.740Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:21:42.742Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:21:42.743Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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.
2022-03-26T04:21:42.743Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:21:52.284Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:21:52.284Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:22:42.739Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:22:42.740Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T04:22:42.740Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:22:42.742Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:22:42.743Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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.
2022-03-26T04:22:42.743Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:22:52.304Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:22:52.305Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:23:42.739Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:23:42.740Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T04:23:42.740Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:23:42.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:23:42.743Z||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.
2022-03-26T04:23:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:23:52.284Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:23:52.293Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:24:42.739Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:24:42.740Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T04:24:42.741Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:24:42.742Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:24:42.743Z|0500a731-9ec8-483c-904e-3147d719fa7e|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.
2022-03-26T04:24:42.743Z|0500a731-9ec8-483c-904e-3147d719fa7e|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:24:52.286Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:24:52.286Z|0500a731-9ec8-483c-904e-3147d719fa7e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:25:42.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:25:42.740Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T04:25:42.741Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:25:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:25:42.743Z||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.
2022-03-26T04:25:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:25:52.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:25:52.285Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:26:42.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:26:42.742Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T04:26:42.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:26:42.743Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T04:26:42.743Z||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.
2022-03-26T04:26:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:26:52.311Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:26:52.312Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:27:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:27:42.740Z||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.
2022-03-26T04:27:42.740Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:27:42.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:27:42.743Z||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.
2022-03-26T04:27:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:27:52.288Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:27:52.300Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:28:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:28:42.740Z||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.
2022-03-26T04:28:42.740Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:28:42.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:28:42.743Z||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.
2022-03-26T04:28:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:28:52.292Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:28:52.293Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:29:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:29:42.740Z||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.
2022-03-26T04:29:42.740Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:29:42.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:29:42.743Z||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.
2022-03-26T04:29:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:29:52.284Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:29:52.284Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:30:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:30:42.740Z||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.
2022-03-26T04:30:42.740Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:30:42.742Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:30:42.743Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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.
2022-03-26T04:30:42.743Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:30:52.283Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:30:52.284Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:31:42.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:31:42.740Z||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.
2022-03-26T04:31:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:31:42.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:31:42.743Z||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.
2022-03-26T04:31:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:31:52.287Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:31:52.287Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:32:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:32:42.740Z||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.
2022-03-26T04:32:42.740Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:32:42.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:32:42.743Z||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.
2022-03-26T04:32:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:32:52.283Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:32:52.283Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:33:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:33:42.741Z||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.
2022-03-26T04:33:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:33:42.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:33:42.743Z||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.
2022-03-26T04:33:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:33:52.292Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:33:52.292Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:34:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:34:42.740Z||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.
2022-03-26T04:34:42.740Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:34:42.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:34:42.743Z||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.
2022-03-26T04:34:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:34:52.287Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:34:52.295Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:35:42.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:35:42.741Z||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.
2022-03-26T04:35:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:35:42.742Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:35:42.743Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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.
2022-03-26T04:35:42.743Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:35:52.314Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:35:52.314Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:36:42.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:36:42.741Z||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.
2022-03-26T04:36:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:36:42.742Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:36:42.743Z|15164982-f689-41ce-8f71-d735a774adb1|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.
2022-03-26T04:36:42.743Z|15164982-f689-41ce-8f71-d735a774adb1|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:36:52.287Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:36:52.288Z|15164982-f689-41ce-8f71-d735a774adb1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:37:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:37:42.740Z||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.
2022-03-26T04:37:42.740Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:37:42.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:37:42.743Z||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.
2022-03-26T04:37:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:37:52.285Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:37:52.285Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:38:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:38:42.740Z||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.
2022-03-26T04:38:42.740Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:38:42.742Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:38:42.743Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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.
2022-03-26T04:38:42.743Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:38:52.287Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:38:52.287Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:39:42.739Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:39:42.740Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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.
2022-03-26T04:39:42.740Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:39:42.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:39:42.743Z||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.
2022-03-26T04:39:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:39:52.282Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:39:52.326Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:40:42.739Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:40:42.740Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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.
2022-03-26T04:40:42.740Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:40:42.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:40:42.743Z||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.
2022-03-26T04:40:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:40:52.286Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:40:52.287Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:40:52.677Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-26T04:41:42.739Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:41:42.740Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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.
2022-03-26T04:41:42.740Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:41:42.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T04:41:42.743Z||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.
2022-03-26T04:41:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T04:41:52.286Z|df941e83-2aa9-4a47-9855-1d34d94f2a25|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-26T04:41:52.287Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK