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-08-27T03:34:35.768Z||main|||||INFO|500||The following profiles are active: basic
2022-08-27T03:34:47.234Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-27T03:34:47.234Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-27T03:34:47.349Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-27T03:34:51.266Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-27T03:34:51.657Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-27T03:34:52.208Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-27T03:34:52.223Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-27T03:34:52.347Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-27T03:34:52.664Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-27T03:34:53.532Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-27T03:34:55.454Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-27T03:34:57.765Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-27T03:34:57.827Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-27T03:34:58.385Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-27T03:34:58.605Z||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-08-27T03:34:59.949Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-27T03:35:01.029Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-08-27T03:35:01.045Z||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$$9ade955a.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-08-27T03:35:01.046Z||main|||||WARN|500||The sdc end point is not alive
2022-08-27T03:35:03.918Z||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-08-27T03:35:06.556Z||main|||||WARN|500||---
2022-08-27T03:35:06.557Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-27T03:35:06.557Z||main|||||WARN|500||---
2022-08-27T03:35:07.057Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-27T03:35:12.012Z||main|||||INFO|500||Started Application in 39.248 seconds (JVM running for 41.345)
2022-08-27T03:35:12.033Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-27T03:35:12.036Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-27T03:35:12.055Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-27T03:35:12.081Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-27T03:35:12.131Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aab1a183-29e7-4208-9a59-d7c2bd40d5d7 url= /sdc/v1/artifactTypes
2022-08-27T03:35:12.131Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-27T03:35:12.408Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-27T03:35:12.442Z||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-08-27T03:35:12.470Z||scheduling-1|||||DEBUG|500||create keys
2022-08-27T03:35:12.477Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-27T03:35:12.658Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:35:12.675Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e490b7da-2a2b-48e2-a7e4-d1e03f6b71fa url= /sdc/v1/registerForDistribution
2022-08-27T03:35:12.880Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e490b7da-2a2b-48e2-a7e4-d1e03f6b71fa url= /sdc/v1/registerForDistribution
2022-08-27T03:35:12.880Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-27T03:35:12.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:35:12.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:35:12.907Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T03:35:12.907Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as weSPP1DUiTS7Hcrh) ...
2022-08-27T03:35:12.910Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-27T03:35:12.907Z||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-08-27T03:35:12.912Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:35:23.672Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:35:23.672Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:36:12.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:36:12.888Z||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-08-27T03:36:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:36:12.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:36:12.894Z||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-08-27T03:36:12.895Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:36:22.512Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:36:22.525Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:37:12.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:37:12.888Z||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-08-27T03:37:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:37:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:37:12.890Z||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-08-27T03:37:12.891Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:37:22.491Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:37:22.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:38:12.887Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:38:12.888Z||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-08-27T03:38:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:38:12.889Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:38:12.890Z||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-08-27T03:38:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:38:22.512Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:38:22.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:39:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:39:12.889Z||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-08-27T03:39:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:39:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:39:12.891Z||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-08-27T03:39:12.891Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:39:22.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:39:22.501Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:40:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:40:12.889Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:40:12.889Z||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-08-27T03:40:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:40:12.890Z||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-08-27T03:40:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:40:22.474Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:40:22.503Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:41:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:41:12.888Z||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-08-27T03:41:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:41:12.889Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:41:12.890Z||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-08-27T03:41:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:41:22.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:41:22.509Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:42:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:42:12.889Z||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-08-27T03:42:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:42:12.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:42:12.893Z||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-08-27T03:42:12.893Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:42:22.475Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:42:22.501Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:43:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:43:12.888Z||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-08-27T03:43:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:43:12.889Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:43:12.890Z||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-08-27T03:43:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:43:22.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:43:22.513Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:44:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:44:12.888Z||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-08-27T03:44:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:44:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:44:12.890Z||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-08-27T03:44:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:44:22.496Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:44:22.524Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:44:36.023Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-27T03:45:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:45:12.888Z||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-08-27T03:45:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:45:12.889Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:45:12.889Z||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-08-27T03:45:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:45:22.472Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:45:22.477Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:46:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:46:12.888Z||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-08-27T03:46:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:46:12.889Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:46:12.890Z||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-08-27T03:46:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:46:22.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:46:22.512Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:47:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:47:12.888Z||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-08-27T03:47:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:47:12.889Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:47:12.890Z||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-08-27T03:47:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:47:22.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:47:22.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:48:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:48:12.889Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:48:12.890Z||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-08-27T03:48:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:48:12.890Z||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-08-27T03:48:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:48:22.466Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:48:22.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:49:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:49:12.889Z||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-08-27T03:49:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:49:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:49:12.890Z||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-08-27T03:49:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:49:22.468Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:49:22.523Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:50:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:50:12.889Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:50:12.889Z||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-08-27T03:50:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:50:12.890Z||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-08-27T03:50:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:50:22.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:50:22.523Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:51:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:51:12.888Z||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-08-27T03:51:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:51:12.889Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:51:12.890Z||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-08-27T03:51:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:51:22.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:51:22.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:52:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:52:12.888Z||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-08-27T03:52:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:52:12.889Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:52:12.890Z||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-08-27T03:52:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:52:22.509Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:52:22.516Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:53:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:53:12.888Z||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-08-27T03:53:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:53:12.889Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:53:12.890Z||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-08-27T03:53:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:53:22.478Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:53:22.500Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:54:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:54:12.888Z||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-08-27T03:54:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:54:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:54:12.890Z||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-08-27T03:54:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:54:22.496Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:54:22.517Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:55:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:55:12.888Z||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-08-27T03:55:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:55:12.889Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:55:12.890Z||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-08-27T03:55:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:55:22.510Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:55:22.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:56:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:56:12.888Z||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-08-27T03:56:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:56:12.889Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:56:12.890Z||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-08-27T03:56:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:56:22.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:56:22.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:57:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:57:12.889Z||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-08-27T03:57:12.889Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:57:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:57:12.890Z||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-08-27T03:57:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:57:22.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:57:22.530Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:58:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:58:12.889Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:58:12.891Z||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-08-27T03:58:12.891Z||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-08-27T03:58:12.892Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:58:12.892Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:58:22.490Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:58:22.495Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:59:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:59:12.888Z||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-08-27T03:59:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:59:12.889Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T03:59:12.890Z||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-08-27T03:59:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T03:59:22.529Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T03:59:22.533Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:00:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:00:12.888Z||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-08-27T04:00:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:00:12.889Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:00:12.890Z||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-08-27T04:00:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:00:22.500Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:00:22.578Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:01:12.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:01:12.888Z||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-08-27T04:01:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:01:12.889Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:01:12.890Z||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-08-27T04:01:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:01:22.466Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:01:22.466Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:02:12.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:02:12.889Z||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-08-27T04:02:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:02:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:02:12.891Z||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-08-27T04:02:12.891Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:02:22.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:02:22.543Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:03:12.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:03:12.888Z||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-08-27T04:03:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:03:12.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:03:12.890Z||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-08-27T04:03:12.891Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:03:22.579Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:03:22.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:04:12.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:04:12.888Z||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-08-27T04:04:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:04:12.889Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:04:12.890Z||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-08-27T04:04:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:04:22.478Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:04:22.486Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:05:12.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:05:12.888Z||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-08-27T04:05:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:05:12.889Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:05:12.890Z||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-08-27T04:05:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:05:22.495Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:05:22.495Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:06:12.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:06:12.888Z||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-08-27T04:06:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:06:12.889Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:06:12.890Z||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-08-27T04:06:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:06:22.497Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:06:22.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:07:12.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:07:12.889Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:07:12.890Z||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-08-27T04:07:12.890Z||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-08-27T04:07:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:07:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:07:22.506Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:07:22.532Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:08:12.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:08:12.888Z||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-08-27T04:08:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:08:12.889Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:08:12.890Z||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-08-27T04:08:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:08:22.478Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:08:22.494Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:09:12.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:09:12.888Z||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-08-27T04:09:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:09:12.889Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:09:12.890Z||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-08-27T04:09:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:09:22.471Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:09:22.523Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:10:12.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:10:12.888Z||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-08-27T04:10:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:10:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:10:12.890Z||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-08-27T04:10:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:10:22.532Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:10:22.547Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:11:12.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:11:12.888Z||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-08-27T04:11:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:11:12.889Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:11:12.891Z||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-08-27T04:11:12.892Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:11:22.515Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:11:22.529Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:12:12.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:12:12.888Z||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-08-27T04:12:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:12:12.889Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:12:12.890Z||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-08-27T04:12:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:12:22.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:12:22.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:12.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:13:12.887Z||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-08-27T04:13:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:12.889Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:13:12.890Z||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-08-27T04:13:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:13.196Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:13.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661573557356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "cds",
  "timestamp": 1661573564358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661573557356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "cds",
  "timestamp": 1661573564358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661573557356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "clamp",
  "timestamp": 1661573566256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "cds",
  "timestamp": 1661573564358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661573557356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "clamp",
  "timestamp": 1661573566256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "cds",
  "timestamp": 1661573564358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661573557356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "clamp",
  "timestamp": 1661573566256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "cds",
  "timestamp": 1661573564358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661573557356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "policy-id",
  "timestamp": 1661573568253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "clamp",
  "timestamp": 1661573566256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "cds",
  "timestamp": 1661573564358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661573557356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "policy-id",
  "timestamp": 1661573568253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573569044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "clamp",
  "timestamp": 1661573566256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "cds",
  "timestamp": 1661573564358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "policy-id",
  "timestamp": 1661573568253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573569044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "clamp",
  "timestamp": 1661573566256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "cds",
  "timestamp": 1661573572218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:13:13.244Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:13:13.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "policy-id",
  "timestamp": 1661573568253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573569044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "clamp",
  "timestamp": 1661573566256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "policy-id",
  "timestamp": 1661573568253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "cds",
  "timestamp": 1661573573234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-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-08-27T04:13:13.463Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
2022-08-27T04:13:13.494Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795 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-08-27T04:13:13.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573569044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "policy-id",
  "timestamp": 1661573568253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573569044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "policy-id",
  "timestamp": 1661573568253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573569044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "policy-id",
  "timestamp": 1661573576193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:13:13.527Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:13:13.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573569044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "policy-id",
  "timestamp": 1661573577207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:13:13.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:13:13.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573577005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:13:13.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:13:13.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "clamp",
  "timestamp": 1661573578224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:13:13.529Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:13:13.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "policy-id",
  "timestamp": 1661573578212,
  "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-08-27T04:13:13.537Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:13.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c9fd4b4-a5bf-47cf-9471-d040cc6c7795","serviceName":"vFW 2022-08-27 04-11-38","serviceVersion":"1.0","serviceUUID":"8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6","serviceDescription":"catalog service description","serviceInvariantUUID":"017414d0-80cc-4032-b00f-e4079f6878c8","resources":[{"resourceInstanceName":"vFW 6783fd9f-b2d7 0","resourceName":"vFW 6783fd9f-b2d7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"140de01d-789a-49b3-b4c5-7034aeabeafd","resourceInvariantUUID":"821aca6c-8ac6-4b5a-990a-9a83f3459699","resourceCustomizationUUID":"3d2b7b41-c368-4ad3-980c-691ffce78ed5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vf-license-model.xml","artifactChecksum":"MjIxMzYxYjdhZDhjYzUxOWY1OTRjNWE4OWEwOGY0ZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fa24684-01b7-4dbe-aba4-613c01129a9a","artifactVersion":"1"},{"artifactName":"vfw6783fd9fb2d70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json","artifactChecksum":"NTczOTg0Yjc1Y2Y3MDY2NTU4ODllMmIxMjEzMjNjMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84bb0cd5-6b26-4df6-8ad9-e686d233ad1d","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e43611b5-c47f-4159-bd8b-89f5cb4ae03b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vendor-license-model.xml","artifactChecksum":"YjUyYmNkMmQ3YzY2ZDY3NGMzNTVjYTNkNzBkMTdhMzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"835a834d-c0a2-4a6b-8973-5c7e24be5ef1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"77ceaa41-422c-45ca-ade1-a13cc0e3db76","artifactVersion":"3","generatedFromUUID":"e43611b5-c47f-4159-bd8b-89f5cb4ae03b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220827041138-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-template.yml","artifactChecksum":"ZTAzM2IzY2NlMTEyYjY5NTZhYTg4M2RkOGFlM2JmNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"519a0018-8791-44e8-a873-9ed87f02d3ee","artifactVersion":"1"},{"artifactName":"service-Vfw20220827041138-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar","artifactChecksum":"NzYyNGFhOGQzOWIxNTc2ZmViMDcyM2Q4Mzk2ZGU1ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d024a5f0-f935-426f-9f05-eef08b12da1f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-27T04:13:13.546Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:13:13.547Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
2022-08-27T04:13:13.547Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795 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-08-27T04:13:13.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661573577356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.556Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:13.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573578085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:13:13.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:13:13.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "aai-ml",
  "timestamp": 1661573578062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661573577356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573579144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:13:13.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:13:13.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "aai-ml",
  "timestamp": 1661573578062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "cds",
  "timestamp": 1661573579357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "clamp",
  "timestamp": 1661573580239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:13:13.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:13:13.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661573577356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "aai-ml",
  "timestamp": 1661573578062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573580219,
  "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-08-27T04:13:13.565Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
2022-08-27T04:13:13.565Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795 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-08-27T04:13:13.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "cds",
  "timestamp": 1661573579357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "clamp",
  "timestamp": 1661573581243,
  "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-08-27T04:13:13.581Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:13.582Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.584Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
2022-08-27T04:13:13.584Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795 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-08-27T04:13:13.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661573577356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "aai-ml",
  "timestamp": 1661573578062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573581223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:13:13.605Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:13:13.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "cds",
  "timestamp": 1661573579357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661573577356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "aai-ml",
  "timestamp": 1661573578062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "cds",
  "timestamp": 1661573579357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661573577356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "aai-ml",
  "timestamp": 1661573578062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "cds",
  "timestamp": 1661573579357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573583380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661573577356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "aai-ml",
  "timestamp": 1661573578062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "cds",
  "timestamp": 1661573579357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573583380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "cds",
  "timestamp": 1661573579357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573583380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "aai-ml",
  "timestamp": 1661573586013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:13:13.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:13:13.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573583380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "cds",
  "timestamp": 1661573587137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:13:13.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:13:13.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573583380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "cds",
  "timestamp": 1661573588143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-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-08-27T04:13:13.632Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6027913e-d97a-4dcc-9947-013a7b3b0282
2022-08-27T04:13:13.632Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6027913e-d97a-4dcc-9947-013a7b3b0282 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-08-27T04:13:13.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573583380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "policy-id",
  "timestamp": 1661573588252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573583380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "policy-id",
  "timestamp": 1661573588252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573589045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "policy-id",
  "timestamp": 1661573588252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573591318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:13:13.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:13:13.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573589045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "policy-id",
  "timestamp": 1661573588252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:13.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:13:13.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573589045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:13:13.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:13:13.681Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-27T04:13:13.687Z||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-08-27T04:13:13.688Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:13.706Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:13.706Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:13:14.592Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:13:14.592Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:14.594Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:14.594Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:13:14.695Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:13:14.697Z||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-08-27T04:13:14.697Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:14.720Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:14.721Z||pool-4-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:13:15.595Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:13:15.597Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:15.600Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:15.600Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:13:15.700Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:13:15.702Z||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-08-27T04:13:15.702Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:15.719Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:15.720Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:13:16.601Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:13:16.602Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:16.605Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:16.605Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:16.706Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-27T04:13:16.707Z||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-08-27T04:13:16.708Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:16.723Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:16.724Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:13:17.606Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:13:17.607Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:17.609Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:17.609Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-27T04:13:17.709Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:13:17.710Z||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-08-27T04:13:17.710Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:17.730Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:17.731Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:13:18.610Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:13:18.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:18.614Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:18.615Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:13:18.715Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:13:18.716Z||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-08-27T04:13:18.716Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:18.732Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:18.733Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:13:19.616Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:13:19.621Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:19.623Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:19.623Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:13:19.723Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:13:19.724Z||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-08-27T04:13:19.724Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:19.774Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:19.775Z||pool-9-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:13:20.629Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "serviceName": "vFW 2022-08-27 04-11-38",
  "serviceVersion": "1.0",
  "serviceUUID": "8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "017414d0-80cc-4032-b00f-e4079f6878c8",
  "resources": [
    {
      "resourceInstanceName": "vFW 6783fd9f-b2d7 0",
      "resourceCustomizationUUID": "3d2b7b41-c368-4ad3-980c-691ffce78ed5",
      "resourceName": "vFW 6783fd9f-b2d7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "140de01d-789a-49b3-b4c5-7034aeabeafd",
      "resourceInvariantUUID": "821aca6c-8ac6-4b5a-990a-9a83f3459699",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6783fd9fb2d70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
          "artifactChecksum": "NTczOTg0Yjc1Y2Y3MDY2NTU4ODllMmIxMjEzMjNjMDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "84bb0cd5-6b26-4df6-8ad9-e686d233ad1d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e43611b5-c47f-4159-bd8b-89f5cb4ae03b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "77ceaa41-422c-45ca-ade1-a13cc0e3db76",
            "generatedFromUUID": "e43611b5-c47f-4159-bd8b-89f5cb4ae03b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "77ceaa41-422c-45ca-ade1-a13cc0e3db76",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220827041138-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
      "artifactChecksum": "NzYyNGFhOGQzOWIxNTc2ZmViMDcyM2Q4Mzk2ZGU1ZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d024a5f0-f935-426f-9f05-eef08b12da1f"
    }
  ],
  "workloadContext": "Production"
}
2022-08-27T04:13:20.630Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-27T04:13:20.631Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6 ASDC
2022-08-27T04:13:20.778Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
ServiceName:vFW 2022-08-27 04-11-38
ServiceVersion:1.0
ServiceUUID:8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6
ServiceInvariantUUID:017414d0-80cc-4032-b00f-e4079f6878c8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220827041138-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar
ArtifactUUID:d024a5f0-f935-426f-9f05-eef08b12da1f
ArtifactChecksum:NzYyNGFhOGQzOWIxNTc2ZmViMDcyM2Q4Mzk2ZGU1ZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6783fd9f-b2d7 0
ResourceCustomizationUUID:3d2b7b41-c368-4ad3-980c-691ffce78ed5
ResourceInvariantUUID:821aca6c-8ac6-4b5a-990a-9a83f3459699
ResourceName:vFW 6783fd9f-b2d7
ResourceType:VF
ResourceUUID:140de01d-789a-49b3-b4c5-7034aeabeafd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6783fd9fb2d70_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json
ArtifactUUID:84bb0cd5-6b26-4df6-8ad9-e686d233ad1d
ArtifactChecksum:NTczOTg0Yjc1Y2Y3MDY2NTU4ODllMmIxMjEzMjNjMDE=
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/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml
ArtifactUUID:e43611b5-c47f-4159-bd8b-89f5cb4ae03b
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env
ArtifactUUID:77ceaa41-422c-45ca-ade1-a13cc0e3db76
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env
ArtifactUUID:77ceaa41-422c-45ca-ade1-a13cc0e3db76
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-27T04:13:20.780Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6 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-08-27T04:13:20.836Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:13:20.837Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:13:20.838Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:13:20.839Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d024a5f0-f935-426f-9f05-eef08b12da1f from URL: /sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:20.839Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:13:20.841Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:20.953Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:13:20.973Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar d024a5f0-f935-426f-9f05-eef08b12da1f 99033
2022-08-27T04:13:20.974Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar ASDC sendASDCNotification
2022-08-27T04:13:20.974Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:20.976Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:13:20.977Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:20.979Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:20.979Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573600973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:13:21.079Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:13:21.080Z||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-08-27T04:13:21.081Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:21.105Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:21.105Z||pool-10-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:13:21.982Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:13:21.984Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:13:21.985Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d024a5f0-f935-426f-9f05-eef08b12da1f, URL: /sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar to file: /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:21.986Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220827041138-csar.csar
2022-08-27T04:13:22.093Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:22.094Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:22.851Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12819828825841602417/Definitions/service-Vfw20220827041138-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-08-27T04:13:25.553Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-27T04:13:25.558Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-27T04:13:25.559Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:25.559Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-27T04:13:25.559Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:25.559Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:25.559Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:25.559Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:25.560Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:25.560Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:25.560Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:25.560Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:25.560Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:25.561Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:25.561Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:25.561Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6783fd9f-b2d7 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-Vfw20220827041138-csar.csar
2022-08-27T04:13:25.561Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:25.561Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-27T04:13:25.568Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.569Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:25.574Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is matching search criteria
2022-08-27T04:13:25.574Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-27T04:13:25.576Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6783fd9f-b2d7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:13:25.578Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.578Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:25.578Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is matching search criteria
2022-08-27T04:13:25.579Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-27T04:13:25.579Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6783fd9f-b2d7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:13:25.579Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.579Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:25.583Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.583Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is not matching search criteria
2022-08-27T04:13:25.583Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-27T04:13:25.583Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-27T04:13:25.584Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-27T04:13:25.584Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-27T04:13:25.584Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:25.584Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-27T04:13:25.584Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-27T04:13:25.585Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-27T04:13:25.585Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-27T04:13:25.585Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-27T04:13:25.585Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:25.585Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-27T04:13:25.586Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:25.586Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-27T04:13:25.586Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-27T04:13:25.586Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-27T04:13:25.587Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.587Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-27T04:13:25.588Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.588Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is matching search criteria
2022-08-27T04:13:25.589Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6783fd9f-b2d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:13:25.589Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.589Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is matching search criteria
2022-08-27T04:13:25.589Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6783fd9f-b2d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:13:25.590Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.590Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is matching search criteria
2022-08-27T04:13:25.590Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6783fd9f-b2d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:13:25.590Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.591Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is not matching search criteria
2022-08-27T04:13:25.591Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-27T04:13:25.591Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-27T04:13:25.591Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-27T04:13:25.592Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-27T04:13:25.592Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-27T04:13:25.592Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-27T04:13:25.592Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:25.592Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-27T04:13:25.593Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:25.593Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-27T04:13:25.593Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-27T04:13:25.593Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0db4b342-2c8b-4adf-9bab-c2439a8f90e4
2022-08-27T04:13:25.594Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.594Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is not matching search criteria
2022-08-27T04:13:25.594Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-27T04:13:25.594Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-27T04:13:25.594Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-27T04:13:25.595Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-27T04:13:25.595Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:25.595Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-27T04:13:25.595Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-27T04:13:25.596Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-27T04:13:25.596Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-27T04:13:25.596Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:25.597Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-27T04:13:25.597Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-27T04:13:25.597Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb2d83b3-9576-4e47-a125-75fa80b05eaa
2022-08-27T04:13:25.597Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.598Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is not matching search criteria
2022-08-27T04:13:25.598Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-27T04:13:25.598Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-27T04:13:25.598Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-27T04:13:25.598Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-27T04:13:25.599Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:25.599Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-27T04:13:25.599Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-27T04:13:25.599Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-27T04:13:25.600Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-27T04:13:25.600Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-27T04:13:25.600Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:25.600Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-27T04:13:25.600Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8265c854-4dfc-44cf-b356-9d0cf5e16b5a
2022-08-27T04:13:25.601Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.601Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:25.601Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.601Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:25.601Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.602Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:25.602Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:25.602Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:25.602Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-27 04-11-38
Description:catalog service description
Model UUID:8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6
Model Version:NULL
Model InvariantUuid:017414d0-80cc-4032-b00f-e4079f6878c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6783fd9f-b2d7
Model UUID:b5baceda-6c91-40b6-bddb-32a778037caf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:821aca6c-8ac6-4b5a-990a-9a83f3459699
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3d2b7b41-c368-4ad3-980c-691ffce78ed5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a5b4675d-b1c9-4a96-96c9-1856f35ce144
ModelName:Vfw6783fd9fB2d7..base_vfw..module-0
ModelUuid:658c568f-999a-4eed-a244-cb50df320811
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0db4b342-2c8b-4adf-9bab-c2439a8f90e4
ModelInvariantUuid:d7155796-5db4-42b9-a7c2-dddf81051ebd
ModelName:vFW 6783fd9f-b2d7-nodes.vfwCvfc
ModelUuid:4c1d9769-4265-4213-ad97-10bf01b838d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3fb3a23d-b3a0-468e-b019-19dfe232cf77
ModelInvariantUuid:a61203ff-c035-4116-8703-2bb39b8a4b58
ModelName:Vfw6783fd9fB2d7.compute.nodes.heat.vfw
ModelUuid:ddb79003-0e11-48b2-9065-998efa5013d9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fb2d83b3-9576-4e47-a125-75fa80b05eaa
ModelInvariantUuid:422e33ed-99ce-42e9-b38f-419eeab70df1
ModelName:vFW 6783fd9f-b2d7-nodes.vsnCvfc
ModelUuid:fc58a2ba-f4c1-4d60-8bda-8b23ffa4d5b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f7f56f0c-b4bc-4e31-a376-e64dcc03593b
ModelInvariantUuid:f0e9a315-ee2c-4b1a-b300-2547c76c9a45
ModelName:Vfw6783fd9fB2d7.compute.nodes.heat.vsn
ModelUuid:b824e095-967a-4b33-a555-bf901dbf5af3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8265c854-4dfc-44cf-b356-9d0cf5e16b5a
ModelInvariantUuid:403f2600-45e9-4373-a8c9-ed6dd23bed5e
ModelName:vFW 6783fd9f-b2d7-nodes.vpgCvfc
ModelUuid:2ec483b9-dbae-408c-a3ed-4540474fa455
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:afe8591e-dd77-4a95-9827-e8f0f39a3b81
ModelInvariantUuid:8b9425be-6623-4925-ba59-54c51206a8ab
ModelName:Vfw6783fd9fB2d7.compute.nodes.heat.vpg
ModelUuid:32fa73fd-6899-4d0c-8cec-488ef2a246ac
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-08-27T04:13:25.622Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 140de01d-789a-49b3-b4c5-7034aeabeafd
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-08-27T04:13:25.739Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||vFW 6783fd9f-b2d7 0
2022-08-27T04:13:25.749Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 140de01d-789a-49b3-b4c5-7034aeabeafd
2022-08-27T04:13:25.749Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 84bb0cd5-6b26-4df6-8ad9-e686d233ad1d from URL: /sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json
2022-08-27T04:13:25.750Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:13:25.750Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json
2022-08-27T04:13:25.808Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:13:25.808Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json 84bb0cd5-6b26-4df6-8ad9-e686d233ad1d 785
2022-08-27T04:13:25.809Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json ASDC sendASDCNotification
2022-08-27T04:13:25.809Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json
2022-08-27T04:13:25.809Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:13:25.810Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:25.812Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:25.812Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573605809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:13:25.912Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:13:25.913Z||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-08-27T04:13:25.913Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:25.938Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:25.939Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:13:26.814Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6783fd9fB2d7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a5b4675d-b1c9-4a96-96c9-1856f35ce144",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "658c568f-999a-4eed-a244-cb50df320811",
    "vfModuleModelCustomizationUUID": "c965b068-664c-4113-9e93-58dbb6cc5ac4",
    "isBase": true,
    "artifacts": [
      "e43611b5-c47f-4159-bd8b-89f5cb4ae03b",
      "77ceaa41-422c-45ca-ade1-a13cc0e3db76"
    ],
    "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-08-27T04:13:26.832Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6783fd9fB2d7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:658c568f-999a-4eed-a244-cb50df320811
VfModuleModelInvariantUUID:a5b4675d-b1c9-4a96-96c9-1856f35ce144
VfModuleModelDescription:NULL
Artifacts UUID List:{
e43611b5-c47f-4159-bd8b-89f5cb4ae03b
,
77ceaa41-422c-45ca-ade1-a13cc0e3db76

}
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-08-27T04:13:26.835Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6783fd9fB2d7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a5b4675d-b1c9-4a96-96c9-1856f35ce144",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "658c568f-999a-4eed-a244-cb50df320811",
    "vfModuleModelCustomizationUUID": "c965b068-664c-4113-9e93-58dbb6cc5ac4",
    "isBase": true,
    "artifacts": [
      "e43611b5-c47f-4159-bd8b-89f5cb4ae03b",
      "77ceaa41-422c-45ca-ade1-a13cc0e3db76"
    ],
    "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-08-27T04:13:26.835Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6783fd9fB2d7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:658c568f-999a-4eed-a244-cb50df320811
VfModuleModelInvariantUUID:a5b4675d-b1c9-4a96-96c9-1856f35ce144
VfModuleModelDescription:NULL
Artifacts UUID List:{
e43611b5-c47f-4159-bd8b-89f5cb4ae03b
,
77ceaa41-422c-45ca-ade1-a13cc0e3db76

}
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-08-27T04:13:26.835Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e43611b5-c47f-4159-bd8b-89f5cb4ae03b from URL: /sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml
2022-08-27T04:13:26.835Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:13:26.836Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml
2022-08-27T04:13:26.894Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:13:26.895Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml e43611b5-c47f-4159-bd8b-89f5cb4ae03b 20368
2022-08-27T04:13:26.895Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-27T04:13:26.895Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml
2022-08-27T04:13:26.895Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:13:26.895Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:26.897Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:26.897Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573606895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:13:26.997Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:13:26.998Z||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-08-27T04:13:26.998Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:27.013Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:27.013Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:13:27.898Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 77ceaa41-422c-45ca-ade1-a13cc0e3db76 from URL: /sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env
2022-08-27T04:13:27.898Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:13:27.898Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env
2022-08-27T04:13:27.950Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:13:27.951Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env 77ceaa41-422c-45ca-ade1-a13cc0e3db76 2098
2022-08-27T04:13:27.951Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-27T04:13:27.951Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env
2022-08-27T04:13:27.951Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:13:27.951Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:27.954Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:27.954Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573607951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:13:28.057Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-27T04:13:28.058Z||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-08-27T04:13:28.058Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:28.085Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:28.086Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:13:28.954Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6
2022-08-27T04:13:28.955Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6783fd9f-b2d7 0 140de01d-789a-49b3-b4c5-7034aeabeafd 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-08-27T04:13:28.990Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@744d4eaf, org.onap.sdc.toscaparser.api.parameters.Input@23b16cb, org.onap.sdc.toscaparser.api.parameters.Input@142f3d63, org.onap.sdc.toscaparser.api.parameters.Input@606927fb, org.onap.sdc.toscaparser.api.parameters.Input@7e4f356f]
2022-08-27T04:13:28.994Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:28.994Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:28.995Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-08-27T04:13:28.995Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 3d2b7b41-c368-4ad3-980c-691ffce78ed5
2022-08-27T04:13:28.995Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3d2b7b41-c368-4ad3-980c-691ffce78ed5 matches Tosca VF Customization UUID: 3d2b7b41-c368-4ad3-980c-691ffce78ed5
2022-08-27T04:13:28.995Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 3d2b7b41-c368-4ad3-980c-691ffce78ed5  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-08-27T04:13:29.002Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.002Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:29.003Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 3d2b7b41-c368-4ad3-980c-691ffce78ed5: {\"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-08-27T04:13:29.004Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b12ebeb
2022-08-27T04:13:29.004Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.004Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-27T04:13:29.005Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c965b068-664c-4113-9e93-58dbb6cc5ac4
2022-08-27T04:13:29.006Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c965b068-664c-4113-9e93-58dbb6cc5ac4
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-08-27T04:13:29.012Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.012Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is matching search criteria
2022-08-27T04:13:29.012Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6783fd9f-b2d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:13:29.013Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.013Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is matching search criteria
2022-08-27T04:13:29.013Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6783fd9f-b2d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:13:29.014Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.014Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is not matching search criteria
2022-08-27T04:13:29.014Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-27T04:13:29.014Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-27T04:13:29.015Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-27T04:13:29.015Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-27T04:13:29.015Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-27T04:13:29.015Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-27T04:13:29.016Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:29.016Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-27T04:13:29.016Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:29.016Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-27T04:13:29.016Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-27T04:13:29.017Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0db4b342-2c8b-4adf-9bab-c2439a8f90e4
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-08-27T04:13:29.028Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.028Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is matching search criteria
2022-08-27T04:13:29.028Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6783fd9f-b2d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:13:29.029Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.029Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is not matching search criteria
2022-08-27T04:13:29.029Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-27T04:13:29.029Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-27T04:13:29.029Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-27T04:13:29.030Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-27T04:13:29.030Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:29.030Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-27T04:13:29.030Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-27T04:13:29.031Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-27T04:13:29.031Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-27T04:13:29.031Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:29.031Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-27T04:13:29.032Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-27T04:13:29.032Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb2d83b3-9576-4e47-a125-75fa80b05eaa
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-08-27T04:13:29.035Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.035Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is matching search criteria
2022-08-27T04:13:29.035Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6783fd9f-b2d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:13:29.038Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.038Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is not matching search criteria
2022-08-27T04:13:29.038Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-27T04:13:29.039Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-27T04:13:29.039Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-27T04:13:29.039Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-27T04:13:29.039Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:29.040Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-27T04:13:29.040Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-27T04:13:29.040Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-27T04:13:29.040Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-27T04:13:29.041Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-27T04:13:29.041Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-27T04:13:29.041Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-27T04:13:29.041Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8265c854-4dfc-44cf-b356-9d0cf5e16b5a
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-08-27T04:13:29.057Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.057Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is matching search criteria
2022-08-27T04:13:29.057Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6783fd9f-b2d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:13:29.057Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.058Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Node template vFW 6783fd9f-b2d7 0 is matching search criteria
2022-08-27T04:13:29.058Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6783fd9f-b2d7 0] matching following query criteria: sdcType=VF, customizationUUID=3d2b7b41-c368-4ad3-980c-691ffce78ed5
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-08-27T04:13:29.061Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.061Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:29.062Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6: vFW 6783fd9f-b2d7
2022-08-27T04:13:29.062Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.062Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:29.063Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.063Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:29.063Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.063Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:29.064Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.064Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:29.064Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:13:29.064Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-27 04-11-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:13:29.065Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-08-27 04-11-38 
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-08-27T04:13:29.460Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6783fd9f-b2d7 140de01d-789a-49b3-b4c5-7034aeabeafd 1 ASDC deployResourceStructure
2022-08-27T04:13:29.460Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json ASDC sendASDCNotification
2022-08-27T04:13:29.460Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json
2022-08-27T04:13:29.460Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:13:29.461Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:29.463Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:29.463Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573609460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:13:29.563Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:13:29.564Z||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-08-27T04:13:29.564Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:29.595Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:29.595Z||pool-14-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:13:30.480Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-27T04:13:30.481Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml
2022-08-27T04:13:30.481Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:13:30.481Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:30.483Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:30.483Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573610480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-27T04:13:30.584Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:13:30.585Z||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-08-27T04:13:30.585Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:30.607Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:30.607Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:13:31.484Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-27T04:13:31.485Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env
2022-08-27T04:13:31.485Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:13:31.485Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:31.487Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:31.487Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573611484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-27T04:13:31.587Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:13:31.588Z||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-08-27T04:13:31.588Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:31.603Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:31.604Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:13:32.488Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar ASDC sendASDCNotification
2022-08-27T04:13:32.489Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar
2022-08-27T04:13:32.489Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:13:32.489Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:13:32.491Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:13:32.491Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573612488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:13:32.591Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:13:32.592Z||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-08-27T04:13:32.592Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:13:32.607Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:13:32.607Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:13:33.492Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:13:33.507Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:13:33.510Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:13:33.510Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:13:33.510Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:14:03.511Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:14:03.523Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:14:03.526Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:14:03.526Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:14:03.526Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:14:12.889Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:14:12.890Z||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-08-27T04:14:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:14:12.937Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:14:12.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:14:12.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "policy-id",
  "timestamp": 1661573588252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:14:12.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:14:33.526Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:14:33.536Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:14:33.539Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:14:33.540Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:14:33.540Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:15:03.540Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:15:03.549Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:15:03.552Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:15:03.552Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:15:03.552Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:15:12.889Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:15:12.890Z||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-08-27T04:15:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:15:12.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:15:12.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:15:12.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573589045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:15:12.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:15:33.553Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:15:33.566Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:15:33.569Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:15:33.569Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:15:33.569Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:16:03.571Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:16:03.588Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:16:03.591Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:16:03.591Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:16:03.591Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:16:12.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:16:12.893Z||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-08-27T04:16:12.893Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:16:13.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:16:13.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "policy-id",
  "timestamp": 1661573588252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573589045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-27T04:16:13.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:16:13.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "policy-id",
  "timestamp": 1661573588252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:16:13.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573589045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:16:13.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "policy-id",
  "timestamp": 1661573596036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:16:13.448Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573596436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:16:13.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573589045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:16:13.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "clamp",
  "timestamp": 1661573596256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "policy-id",
  "timestamp": 1661573597042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:16:13.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573597442,
  "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-08-27T04:16:13.461Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
2022-08-27T04:16:13.462Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795 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-08-27T04:16:13.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573596944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:16:13.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-27T04:16:13.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "clamp",
  "timestamp": 1661573596256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:16:13.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "policy-id",
  "timestamp": 1661573598047,
  "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-08-27T04:16:13.479Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6027913e-d97a-4dcc-9947-013a7b3b0282
2022-08-27T04:16:13.479Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6027913e-d97a-4dcc-9947-013a7b3b0282 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-08-27T04:16:13.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573583380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573598017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:16:13.489Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "clamp",
  "timestamp": 1661573596256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573583380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:16:13.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573599086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:16:13.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "clamp",
  "timestamp": 1661573596256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573583380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573600115,
  "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-08-27T04:16:13.500Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6027913e-d97a-4dcc-9947-013a7b3b0282
2022-08-27T04:16:13.500Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6027913e-d97a-4dcc-9947-013a7b3b0282 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-08-27T04:16:13.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "clamp",
  "timestamp": 1661573596256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573600973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:16:13.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573583380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "aai-ml",
  "timestamp": 1661573601342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:16:13.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661573601124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:16:13.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "clamp",
  "timestamp": 1661573596256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573583380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "aai-ml",
  "timestamp": 1661573602349,
  "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-08-27T04:16:13.516Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
2022-08-27T04:16:13.516Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795 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-08-27T04:16:13.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "clamp",
  "timestamp": 1661573596256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:16:13.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573583380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "aai-ml",
  "timestamp": 1661573578062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573583380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:16:13.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "aai-ml",
  "timestamp": 1661573578062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573605563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:16:13.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "aai-ml",
  "timestamp": 1661573578062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573605809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:16:13.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "aai-ml",
  "timestamp": 1661573578062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573606895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:16:13.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "aai-ml",
  "timestamp": 1661573578062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573607880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:16:13.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573607951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:16:13.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "aai-ml",
  "timestamp": 1661573578062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:16:13.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661573608884,
  "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-08-27T04:16:13.540Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6027913e-d97a-4dcc-9947-013a7b3b0282
2022-08-27T04:16:13.541Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6027913e-d97a-4dcc-9947-013a7b3b0282 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-08-27T04:16:13.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "clamp",
  "timestamp": 1661573609221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:16:13.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573609460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/vfw6783fd9fb2d70_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:16:13.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "aai-ml",
  "timestamp": 1661573578062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:16:13.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:16:13.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "clamp",
  "timestamp": 1661573610245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:16:13.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573610480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-27T04:16:13.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "aai-ml",
  "timestamp": 1661573610470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:16:13.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "clamp",
  "timestamp": 1661573611250,
  "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-08-27T04:16:13.562Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6027913e-d97a-4dcc-9947-013a7b3b0282
2022-08-27T04:16:13.562Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6027913e-d97a-4dcc-9947-013a7b3b0282 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-08-27T04:16:13.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573611484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/resourceInstances/vfw6783fd9fb2d70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-27T04:16:13.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573612488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220827041138/1.0/artifacts/service-Vfw20220827041138-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:16:13.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "aai-ml",
  "timestamp": 1661573617773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:16:13.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:16:13.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:16:13.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "aai-ml",
  "timestamp": 1661573618781,
  "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-08-27T04:16:13.579Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6027913e-d97a-4dcc-9947-013a7b3b0282
2022-08-27T04:16:13.579Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6027913e-d97a-4dcc-9947-013a7b3b0282 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-08-27T04:16:33.592Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:16:33.604Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:16:33.607Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:16:33.608Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-27T04:16:33.608Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-27T04:16:33.608Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-27T04:16:33.608Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:16:33.609Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:16:33.609Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:16:33.609Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:16:33.609Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:16:33.609Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:16:33.610Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-27T04:16:33.615Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-27T04:17:03.615Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795 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-08-27T04:17:03.627Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795 and serviceModelVersionId: 8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6
2022-08-27T04:17:03.628Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 017414d0-80cc-4032-b00f-e4079f6878c8
2022-08-27T04:17:12.889Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:17:12.890Z||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-08-27T04:17:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:19.432Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/017414d0-80cc-4032-b00f-e4079f6878c8/model-vers/model-ver/8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6?depth=0
2022-08-27T04:17:19.549Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-27T04:17:20.070Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017414d0-80cc-4032-b00f-e4079f6878c8/model-vers/model-ver/8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6?depth=0|INFO|500||Invoke
2022-08-27T04:17:20.078Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017414d0-80cc-4032-b00f-e4079f6878c8/model-vers/model-ver/8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017414d0-80cc-4032-b00f-e4079f6878c8/model-vers/model-ver/8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c9fd4b4-a5bf-47cf-9471-d040cc6c7795], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ca4bf6b6-3f09-42f3-bf17-f9ad80545578], X-ECOMP-RequestID=[7c9fd4b4-a5bf-47cf-9471-d040cc6c7795], X-TransactionId=[], X-ONAP-RequestID=[7c9fd4b4-a5bf-47cf-9471-d040cc6c7795], Content-Type=[application/merge-patch+json]}
2022-08-27T04:17:20.196Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017414d0-80cc-4032-b00f-e4079f6878c8/model-vers/model-ver/8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-27T04:17:20.466Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017414d0-80cc-4032-b00f-e4079f6878c8/model-vers/model-ver/8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6?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/017414d0-80cc-4032-b00f-e4079f6878c8/model-vers/model-ver/8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220827-04:17:20:141-76138], vertex-id=[176368], Content-Length=[0], Date=[Sat, 27 Aug 2022 04:17:20 GMT], Content-Type=[application/json]}
2022-08-27T04:17:20.468Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017414d0-80cc-4032-b00f-e4079f6878c8/model-vers/model-ver/8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-27T04:17:20.469Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017414d0-80cc-4032-b00f-e4079f6878c8/model-vers/model-ver/8500c2c4-0827-4e3f-b98a-e1d7de9f0ab6?depth=0|INFO|500||InvokeReturn
2022-08-27T04:17:20.472Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-27T04:17:20.472Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||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-08-27T04:17:20.479Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-27T04:17:20.480Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9fd4b4-a5bf-47cf-9471-d040cc6c7795 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-27T04:17:20.481Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-27T04:17:20.481Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:20.484Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:20.484Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573840480,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:17:20.584Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:17:20.585Z||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-08-27T04:17:20.585Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:20.601Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:20.601Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:17:21.287Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:21.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:17:21.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c9fd4b4-a5bf-47cf-9471-d040cc6c7795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573840480,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:17:21.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-27T04:17:21.499Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-27T04:17:21.499Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6027913e-d97a-4dcc-9947-013a7b3b0282","serviceName":"basic_onboard_SLmlWe","serviceVersion":"1.0","serviceUUID":"3a9e8121-8ffe-4c37-97c3-6d419ef316d7","serviceDescription":"service","serviceInvariantUUID":"bf41eaee-7b75-49f8-b304-163c15d5e37a","resources":[{"resourceInstanceName":"basic_onboard_SLmlWe 0","resourceName":"basic_onboard_SLmlWe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ede8d846-10c3-40dd-ab06-bb0e1239567d","resourceInvariantUUID":"2bb45f24-8b91-4abe-96ba-3c830a5e8886","resourceCustomizationUUID":"dcd7d997-6cdf-463a-888d-9f8784298ac5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vf-license-model.xml","artifactChecksum":"NjkyMDVhNTc2YWZmNzY2YjcwOWRjMDE5NTIwNWQ4ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e1401e5-411a-4d72-9cb0-6c0b7f3d41c0","artifactVersion":"1"},{"artifactName":"basic_onboard_slmlwe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json","artifactChecksum":"NDRjMDg5MzA1ZmY3YWI1ZDAzNTc5M2FiMzgwNmFkNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"093eb93c-d28b-4234-a81b-08124bcfbcbd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7c69dbd8-d2f2-4653-82b1-274d3bb2a64a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0d06f34-a62c-4620-8a66-77f7c1200657","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ae2761a5-4b34-42b5-9505-6e860d9311ea","artifactVersion":"2","generatedFromUUID":"7c69dbd8-d2f2-4653-82b1-274d3bb2a64a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSlmlwe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-template.yml","artifactChecksum":"ZDQwMzk0OGQ4MzU5OGM3YzM4MTE0N2I1NWE4ZWY3MmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fc2cd05e-7cb9-42ad-b5f1-d900eed52834","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSlmlwe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar","artifactChecksum":"NDljYzZmODhjZGUwNzM4N2Y0Zjk4NjNhMmY3NjYzYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b97e8c5-426c-4cef-a485-fc2658143edb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-27T04:17:21.500Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:17:21.501Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:21.503Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:21.503Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:17:21.603Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:17:21.604Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-27T04:17:21.604Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:21.623Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:21.624Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:17:22.504Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:17:22.505Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:22.506Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:22.507Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:17:22.607Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:17:22.608Z||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-08-27T04:17:22.608Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:22.629Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:22.629Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:17:23.507Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:17:23.508Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:23.510Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:23.510Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:17:23.610Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:17:23.611Z||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-08-27T04:17:23.612Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:23.631Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:23.632Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:17:24.511Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:17:24.512Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:24.514Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:24.514Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:17:24.614Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:17:24.615Z||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-08-27T04:17:24.616Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:24.635Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:24.636Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:17:25.515Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:17:25.516Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:25.518Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:25.518Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-27T04:17:25.620Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-27T04:17:25.620Z||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-08-27T04:17:25.621Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:25.646Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:25.646Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:17:26.518Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:17:26.519Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:26.521Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:26.521Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:17:26.621Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:17:26.622Z||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-08-27T04:17:26.622Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:26.658Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:26.659Z||pool-24-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:17:27.521Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:17:27.522Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:27.524Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:27.524Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:17:27.624Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:17:27.625Z||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-08-27T04:17:27.625Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:27.661Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:27.661Z||pool-25-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:17:28.526Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "serviceName": "basic_onboard_SLmlWe",
  "serviceVersion": "1.0",
  "serviceUUID": "3a9e8121-8ffe-4c37-97c3-6d419ef316d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bf41eaee-7b75-49f8-b304-163c15d5e37a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_SLmlWe 0",
      "resourceCustomizationUUID": "dcd7d997-6cdf-463a-888d-9f8784298ac5",
      "resourceName": "basic_onboard_SLmlWe",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ede8d846-10c3-40dd-ab06-bb0e1239567d",
      "resourceInvariantUUID": "2bb45f24-8b91-4abe-96ba-3c830a5e8886",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_slmlwe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
          "artifactChecksum": "NDRjMDg5MzA1ZmY3YWI1ZDAzNTc5M2FiMzgwNmFkNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "093eb93c-d28b-4234-a81b-08124bcfbcbd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7c69dbd8-d2f2-4653-82b1-274d3bb2a64a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ae2761a5-4b34-42b5-9505-6e860d9311ea",
            "generatedFromUUID": "7c69dbd8-d2f2-4653-82b1-274d3bb2a64a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ae2761a5-4b34-42b5-9505-6e860d9311ea",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSlmlwe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
      "artifactChecksum": "NDljYzZmODhjZGUwNzM4N2Y0Zjk4NjNhMmY3NjYzYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7b97e8c5-426c-4cef-a485-fc2658143edb"
    }
  ],
  "workloadContext": "Production"
}
2022-08-27T04:17:28.526Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-27T04:17:28.526Z|7c9fd4b4-a5bf-47cf-9471-d040cc6c7795|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a9e8121-8ffe-4c37-97c3-6d419ef316d7 ASDC
2022-08-27T04:17:28.527Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6027913e-d97a-4dcc-9947-013a7b3b0282
ServiceName:basic_onboard_SLmlWe
ServiceVersion:1.0
ServiceUUID:3a9e8121-8ffe-4c37-97c3-6d419ef316d7
ServiceInvariantUUID:bf41eaee-7b75-49f8-b304-163c15d5e37a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSlmlwe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar
ArtifactUUID:7b97e8c5-426c-4cef-a485-fc2658143edb
ArtifactChecksum:NDljYzZmODhjZGUwNzM4N2Y0Zjk4NjNhMmY3NjYzYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SLmlWe 0
ResourceCustomizationUUID:dcd7d997-6cdf-463a-888d-9f8784298ac5
ResourceInvariantUUID:2bb45f24-8b91-4abe-96ba-3c830a5e8886
ResourceName:basic_onboard_SLmlWe
ResourceType:VF
ResourceUUID:ede8d846-10c3-40dd-ab06-bb0e1239567d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_slmlwe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json
ArtifactUUID:093eb93c-d28b-4234-a81b-08124bcfbcbd
ArtifactChecksum:NDRjMDg5MzA1ZmY3YWI1ZDAzNTc5M2FiMzgwNmFkNWI=
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/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7c69dbd8-d2f2-4653-82b1-274d3bb2a64a
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/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env
ArtifactUUID:ae2761a5-4b34-42b5-9505-6e860d9311ea
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/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env
ArtifactUUID:ae2761a5-4b34-42b5-9505-6e860d9311ea
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-27T04:17:28.527Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a9e8121-8ffe-4c37-97c3-6d419ef316d7 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-08-27T04:17:28.557Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:17:28.558Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:17:28.558Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:17:28.558Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7b97e8c5-426c-4cef-a485-fc2658143edb from URL: /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:28.558Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:17:28.559Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:28.723Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:17:28.726Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar 7b97e8c5-426c-4cef-a485-fc2658143edb 71573
2022-08-27T04:17:28.726Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar ASDC sendASDCNotification
2022-08-27T04:17:28.727Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:28.727Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:17:28.727Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:28.729Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:28.730Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573848726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:17:28.829Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:17:28.830Z||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-08-27T04:17:28.831Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:28.853Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:28.853Z||pool-26-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:17:29.730Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:17:29.731Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:17:29.731Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7b97e8c5-426c-4cef-a485-fc2658143edb, URL: /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar to file: /app/ASDC/1/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:29.732Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:29.732Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:29.732Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:29.869Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13943863254429512206/Definitions/service-BasicOnboardSlmlwe-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-08-27T04:17:31.162Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-27T04:17:31.163Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-27T04:17:31.163Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:31.163Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-27T04:17:31.163Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SLmlWe 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-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:31.163Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:31.163Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:31.164Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:31.164Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:31.164Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:31.164Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:31.164Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:31.164Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:31.164Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-27T04:17:31.164Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:31.165Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:31.165Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SLmlWe 0 is matching search criteria
2022-08-27T04:17:31.165Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-27T04:17:31.165Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SLmlWe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:17:31.165Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:31.165Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:31.166Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SLmlWe 0 is matching search criteria
2022-08-27T04:17:31.166Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-27T04:17:31.166Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SLmlWe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:17:31.166Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:31.166Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:31.167Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:31.167Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SLmlWe 0 is not matching search criteria
2022-08-27T04:17:31.167Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-27T04:17:31.167Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-27T04:17:31.167Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-27T04:17:31.167Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-27T04:17:31.168Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-27T04:17:31.168Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:31.168Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-27T04:17:31.168Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:31.168Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SLmlWe 0 is matching search criteria
2022-08-27T04:17:31.168Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SLmlWe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:17:31.169Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:31.169Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SLmlWe 0 is matching search criteria
2022-08-27T04:17:31.169Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SLmlWe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:17:31.169Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:31.169Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SLmlWe 0 is matching search criteria
2022-08-27T04:17:31.170Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SLmlWe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:17:31.170Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:31.170Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SLmlWe 0 is not matching search criteria
2022-08-27T04:17:31.170Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-27T04:17:31.170Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-27T04:17:31.170Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=26be08a9-a8d2-44d6-8267-790246b162ff
2022-08-27T04:17:31.171Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:31.171Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:31.171Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:31.171Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:31.171Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:31.171Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:31.172Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:31.172Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:31.172Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_SLmlWe
Description:service
Model UUID:3a9e8121-8ffe-4c37-97c3-6d419ef316d7
Model Version:NULL
Model InvariantUuid:bf41eaee-7b75-49f8-b304-163c15d5e37a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_SLmlWe
Model UUID:d5510536-d0cb-43c9-a6c9-220cbcb04cd1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bb45f24-8b91-4abe-96ba-3c830a5e8886
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dcd7d997-6cdf-463a-888d-9f8784298ac5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ecd98be4-25dc-4623-9984-6cc7fb468327
ModelName:BasicOnboardSlmlwe..base_ubuntu18..module-0
ModelUuid:75e90168-0b5e-48b7-9d33-839176413f37
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:26be08a9-a8d2-44d6-8267-790246b162ff
ModelInvariantUuid:e4d62bc0-65d7-4704-a199-6f1e05fc2d49
ModelName:basic_onboard_SLmlWe-nodes.ubuntu18Cvfc
ModelUuid:81c2f414-8467-42d8-8d18-cb9c52b8dcc7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:353b7413-88f4-4bec-8316-213f6bb613da
ModelInvariantUuid:498169ff-ddf9-4e11-bf41-1baa035797cd
ModelName:BasicOnboardSlmlwe.compute.nodes.heat.ubuntu18
ModelUuid:dc2370de-2657-4998-a83c-377bb1d9af43
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-08-27T04:17:31.182Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ede8d846-10c3-40dd-ab06-bb0e1239567d
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-08-27T04:17:31.185Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||basic_onboard_SLmlWe 0
2022-08-27T04:17:31.185Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ede8d846-10c3-40dd-ab06-bb0e1239567d
2022-08-27T04:17:31.186Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 093eb93c-d28b-4234-a81b-08124bcfbcbd from URL: /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json
2022-08-27T04:17:31.186Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:17:31.186Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json
2022-08-27T04:17:31.237Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:17:31.238Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json 093eb93c-d28b-4234-a81b-08124bcfbcbd 798
2022-08-27T04:17:31.238Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json ASDC sendASDCNotification
2022-08-27T04:17:31.238Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json
2022-08-27T04:17:31.238Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:17:31.239Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:31.240Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:31.240Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573851238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:17:31.340Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:17:31.342Z||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-08-27T04:17:31.342Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:31.366Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:31.367Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:17:32.241Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSlmlwe..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ecd98be4-25dc-4623-9984-6cc7fb468327",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "75e90168-0b5e-48b7-9d33-839176413f37",
    "vfModuleModelCustomizationUUID": "44dd68fd-70f8-4df7-b85f-5852ab1c4ef3",
    "isBase": true,
    "artifacts": [
      "7c69dbd8-d2f2-4653-82b1-274d3bb2a64a",
      "ae2761a5-4b34-42b5-9505-6e860d9311ea"
    ],
    "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-08-27T04:17:32.247Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSlmlwe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75e90168-0b5e-48b7-9d33-839176413f37
VfModuleModelInvariantUUID:ecd98be4-25dc-4623-9984-6cc7fb468327
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c69dbd8-d2f2-4653-82b1-274d3bb2a64a
,
ae2761a5-4b34-42b5-9505-6e860d9311ea

}
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-08-27T04:17:32.248Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSlmlwe..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ecd98be4-25dc-4623-9984-6cc7fb468327",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "75e90168-0b5e-48b7-9d33-839176413f37",
    "vfModuleModelCustomizationUUID": "44dd68fd-70f8-4df7-b85f-5852ab1c4ef3",
    "isBase": true,
    "artifacts": [
      "7c69dbd8-d2f2-4653-82b1-274d3bb2a64a",
      "ae2761a5-4b34-42b5-9505-6e860d9311ea"
    ],
    "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-08-27T04:17:32.249Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSlmlwe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75e90168-0b5e-48b7-9d33-839176413f37
VfModuleModelInvariantUUID:ecd98be4-25dc-4623-9984-6cc7fb468327
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c69dbd8-d2f2-4653-82b1-274d3bb2a64a
,
ae2761a5-4b34-42b5-9505-6e860d9311ea

}
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-08-27T04:17:32.249Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7c69dbd8-d2f2-4653-82b1-274d3bb2a64a from URL: /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml
2022-08-27T04:17:32.249Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:17:32.250Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml
2022-08-27T04:17:32.299Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:17:32.300Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml 7c69dbd8-d2f2-4653-82b1-274d3bb2a64a 5033
2022-08-27T04:17:32.300Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-27T04:17:32.300Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml
2022-08-27T04:17:32.300Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:17:32.300Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:32.302Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:32.302Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573852300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:17:32.403Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:17:32.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-08-27T04:17:32.404Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:32.426Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:32.427Z||pool-28-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:17:33.303Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ae2761a5-4b34-42b5-9505-6e860d9311ea from URL: /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env
2022-08-27T04:17:33.304Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:17:33.304Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env
2022-08-27T04:17:33.374Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:17:33.375Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env ae2761a5-4b34-42b5-9505-6e860d9311ea 909
2022-08-27T04:17:33.375Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-27T04:17:33.375Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env
2022-08-27T04:17:33.375Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:17:33.375Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:33.378Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:33.378Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573853375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:17:33.478Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:17:33.479Z||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-08-27T04:17:33.479Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:33.505Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:33.505Z||pool-29-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:17:34.378Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3a9e8121-8ffe-4c37-97c3-6d419ef316d7
2022-08-27T04:17:34.379Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SLmlWe 0 ede8d846-10c3-40dd-ab06-bb0e1239567d 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-08-27T04:17:34.392Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@469a9e7f, org.onap.sdc.toscaparser.api.parameters.Input@68c9c54, org.onap.sdc.toscaparser.api.parameters.Input@4e5b59cb, org.onap.sdc.toscaparser.api.parameters.Input@655a286, org.onap.sdc.toscaparser.api.parameters.Input@142ebd55]
2022-08-27T04:17:34.393Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:34.394Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:34.394Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-08-27T04:17:34.394Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= dcd7d997-6cdf-463a-888d-9f8784298ac5
2022-08-27T04:17:34.394Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dcd7d997-6cdf-463a-888d-9f8784298ac5 matches Tosca VF Customization UUID: dcd7d997-6cdf-463a-888d-9f8784298ac5
2022-08-27T04:17:34.394Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: dcd7d997-6cdf-463a-888d-9f8784298ac5  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-08-27T04:17:34.397Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:34.397Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:34.397Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id dcd7d997-6cdf-463a-888d-9f8784298ac5: {\"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-08-27T04:17:34.398Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49c9b8f6
2022-08-27T04:17:34.398Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:34.398Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-27T04:17:34.398Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44dd68fd-70f8-4df7-b85f-5852ab1c4ef3
2022-08-27T04:17:34.398Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44dd68fd-70f8-4df7-b85f-5852ab1c4ef3
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-08-27T04:17:34.401Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:34.401Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SLmlWe 0 is matching search criteria
2022-08-27T04:17:34.401Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SLmlWe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:17:34.401Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:34.402Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SLmlWe 0 is matching search criteria
2022-08-27T04:17:34.402Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SLmlWe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:17:34.402Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:34.402Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SLmlWe 0 is not matching search criteria
2022-08-27T04:17:34.402Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-27T04:17:34.402Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-27T04:17:34.403Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=26be08a9-a8d2-44d6-8267-790246b162ff
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-08-27T04:17:34.405Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:34.405Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SLmlWe 0 is matching search criteria
2022-08-27T04:17:34.405Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SLmlWe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:17:34.405Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:34.405Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SLmlWe 0 is matching search criteria
2022-08-27T04:17:34.406Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SLmlWe 0] matching following query criteria: sdcType=VF, customizationUUID=dcd7d997-6cdf-463a-888d-9f8784298ac5
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-08-27T04:17:34.408Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:34.408Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:34.408Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3a9e8121-8ffe-4c37-97c3-6d419ef316d7: basic_onboard_SLmlWe
2022-08-27T04:17:34.408Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:34.408Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:34.409Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:34.409Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:34.409Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:34.409Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:34.410Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:34.410Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:34.410Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:17:34.410Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SLmlWe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:17:34.410Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_SLmlWe 
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-08-27T04:17:34.570Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SLmlWe ede8d846-10c3-40dd-ab06-bb0e1239567d 1 ASDC deployResourceStructure
2022-08-27T04:17:34.571Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json ASDC sendASDCNotification
2022-08-27T04:17:34.571Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json
2022-08-27T04:17:34.571Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:17:34.572Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:34.574Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:34.574Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573854571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:17:34.675Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:17:34.675Z||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-08-27T04:17:34.676Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:34.691Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:34.692Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:17:35.575Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-27T04:17:35.576Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml
2022-08-27T04:17:35.576Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:17:35.577Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:35.579Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:35.579Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573855575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-27T04:17:35.679Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:17:35.680Z||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-08-27T04:17:35.681Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:35.700Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:35.701Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:17:36.580Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-27T04:17:36.581Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env
2022-08-27T04:17:36.581Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:17:36.581Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:36.583Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:36.583Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573856580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-27T04:17:36.683Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:17:36.684Z||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-08-27T04:17:36.684Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:36.719Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:36.720Z||pool-32-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:17:37.584Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar ASDC sendASDCNotification
2022-08-27T04:17:37.584Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar
2022-08-27T04:17:37.584Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:17:37.585Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:17:37.586Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:17:37.587Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573857584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:17:37.687Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:17:37.688Z||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-08-27T04:17:37.688Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:17:37.709Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:17:37.710Z||pool-33-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:17:38.588Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6027913e-d97a-4dcc-9947-013a7b3b0282
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:17:38.600Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6027913e-d97a-4dcc-9947-013a7b3b0282
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:17:38.604Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:17:38.604Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-27T04:17:38.604Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-27T04:17:38.604Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-27T04:17:38.604Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:17:38.604Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:17:38.605Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:17:38.605Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:17:38.605Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:17:38.605Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:17:38.605Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-27T04:17:38.609Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-27T04:18:08.610Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6027913e-d97a-4dcc-9947-013a7b3b0282 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-08-27T04:18:08.621Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6027913e-d97a-4dcc-9947-013a7b3b0282 and serviceModelVersionId: 3a9e8121-8ffe-4c37-97c3-6d419ef316d7
2022-08-27T04:18:08.621Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf41eaee-7b75-49f8-b304-163c15d5e37a
2022-08-27T04:18:08.622Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf41eaee-7b75-49f8-b304-163c15d5e37a/model-vers/model-ver/3a9e8121-8ffe-4c37-97c3-6d419ef316d7?depth=0
2022-08-27T04:18:08.626Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-27T04:18:08.680Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf41eaee-7b75-49f8-b304-163c15d5e37a/model-vers/model-ver/3a9e8121-8ffe-4c37-97c3-6d419ef316d7?depth=0|INFO|500||Invoke
2022-08-27T04:18:08.681Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf41eaee-7b75-49f8-b304-163c15d5e37a/model-vers/model-ver/3a9e8121-8ffe-4c37-97c3-6d419ef316d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf41eaee-7b75-49f8-b304-163c15d5e37a/model-vers/model-ver/3a9e8121-8ffe-4c37-97c3-6d419ef316d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6027913e-d97a-4dcc-9947-013a7b3b0282], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c3e06ba7-5c5c-4686-91f5-fc77c2fb8801], X-ECOMP-RequestID=[6027913e-d97a-4dcc-9947-013a7b3b0282], X-TransactionId=[], X-ONAP-RequestID=[6027913e-d97a-4dcc-9947-013a7b3b0282], Content-Type=[application/merge-patch+json]}
2022-08-27T04:18:08.706Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf41eaee-7b75-49f8-b304-163c15d5e37a/model-vers/model-ver/3a9e8121-8ffe-4c37-97c3-6d419ef316d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-27T04:18:08.826Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf41eaee-7b75-49f8-b304-163c15d5e37a/model-vers/model-ver/3a9e8121-8ffe-4c37-97c3-6d419ef316d7?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/bf41eaee-7b75-49f8-b304-163c15d5e37a/model-vers/model-ver/3a9e8121-8ffe-4c37-97c3-6d419ef316d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220827-04:18:08:650-77286], vertex-id=[446680], Content-Length=[0], Date=[Sat, 27 Aug 2022 04:18:08 GMT], Content-Type=[application/json]}
2022-08-27T04:18:08.826Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf41eaee-7b75-49f8-b304-163c15d5e37a/model-vers/model-ver/3a9e8121-8ffe-4c37-97c3-6d419ef316d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-27T04:18:08.827Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf41eaee-7b75-49f8-b304-163c15d5e37a/model-vers/model-ver/3a9e8121-8ffe-4c37-97c3-6d419ef316d7?depth=0|INFO|500||InvokeReturn
2022-08-27T04:18:08.827Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-27T04:18:08.827Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||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-08-27T04:18:08.832Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-27T04:18:08.832Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6027913e-d97a-4dcc-9947-013a7b3b0282 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-27T04:18:08.832Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-27T04:18:08.833Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:18:08.834Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:18:08.834Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573888832,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:18:08.935Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:18:08.936Z||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-08-27T04:18:08.936Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:18:08.953Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:18:08.954Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-27T04:18:09.846Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:18:09.847Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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-08-27T04:18:09.847Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:18:12.889Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:18:12.890Z||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-08-27T04:18:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:18:13.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:18:13.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:18:13.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:18:13.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:18:13.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:18:13.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:18:13.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:18:13.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:18:13.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:18:13.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-27T04:18:13.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:18:13.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:18:13.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:18:13.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573592887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:18:13.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:18:13.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573848726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:18:13.570Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:18:13.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573851238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:18:13.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:18:13.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573852300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:18:13.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:18:13.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573853375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:18:13.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:18:13.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573854571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/basic_onboard_slmlwe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:18:13.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:18:13.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573855575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-27T04:18:13.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:18:13.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573856580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/resourceInstances/basic_onboard_slmlwe0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-27T04:18:13.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:18:13.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573857584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlmlwe/1.0/artifacts/service-BasicOnboardSlmlwe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:18:13.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:18:13.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:18:13.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6027913e-d97a-4dcc-9947-013a7b3b0282",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661573888832,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:18:13.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:18:20.439Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:18:20.440Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:18:20.440Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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-08-27T04:18:20.440Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:18:30.011Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:18:30.012Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:18:30.012Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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-08-27T04:18:30.013Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:18:39.627Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:18:39.628Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:18:39.629Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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-08-27T04:18:39.629Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:18:49.245Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:18:49.245Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:18:49.246Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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-08-27T04:18:49.246Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:18:58.959Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:19:12.887Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:19:12.888Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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-08-27T04:19:12.888Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:19:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:19:12.889Z||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-08-27T04:19:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:19:22.490Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:19:22.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:20:12.887Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:20:12.888Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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-08-27T04:20:12.888Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:20:12.889Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:20:12.890Z||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-08-27T04:20:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:20:22.465Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:20:22.473Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:21:12.887Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:21:12.888Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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-08-27T04:21:12.888Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:21:12.889Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:21:12.889Z||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-08-27T04:21:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:21:22.465Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:21:22.491Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:22:12.887Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:22:12.888Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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-08-27T04:22:12.888Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:22:12.889Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:22:12.890Z||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-08-27T04:22:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:22:22.458Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:22:22.472Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:23:12.887Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:23:12.888Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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-08-27T04:23:12.888Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:23:12.889Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:23:12.889Z||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-08-27T04:23:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:23:22.496Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:23:22.535Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:24:12.887Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:24:12.888Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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-08-27T04:24:12.888Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:24:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:24:12.890Z||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-08-27T04:24:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:24:22.467Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:24:22.514Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:25:12.887Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:25:12.889Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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-08-27T04:25:12.889Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:25:12.889Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:25:12.890Z||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-08-27T04:25:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:25:22.474Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:25:22.505Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:12.887Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:26:12.889Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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-08-27T04:26:12.889Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:26:12.889Z|6027913e-d97a-4dcc-9947-013a7b3b0282|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:12.890Z||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-08-27T04:26:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:13.355Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:13.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574349044,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "policy-id",
  "timestamp": 1661574348252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574357356,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "aai-ml",
  "timestamp": 1661574358062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574349044,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:26:13.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "policy-id",
  "timestamp": 1661574348252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:26:13.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574357356,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "aai-ml",
  "timestamp": 1661574358062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:26:13.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "cds",
  "timestamp": 1661574359357,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "policy-id",
  "timestamp": 1661574360185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:26:13.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:26:13.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "aai-ml",
  "timestamp": 1661574360857,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:26:13.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:26:13.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "cds",
  "timestamp": 1661574359357,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:26:13.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "policy-id",
  "timestamp": 1661574361192,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:26:13.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:26:13.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "cds",
  "timestamp": 1661574362167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:26:13.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:26:13.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "policy-id",
  "timestamp": 1661574362196,
  "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-08-27T04:26:13.395Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c65ef4ff-2add-496b-8b59-970861c5bf2a
2022-08-27T04:26:13.395Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c65ef4ff-2add-496b-8b59-970861c5bf2a 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-08-27T04:26:13.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "cds",
  "timestamp": 1661574363174,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-27T04:26:13.410Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c65ef4ff-2add-496b-8b59-970861c5bf2a
2022-08-27T04:26:13.410Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c65ef4ff-2add-496b-8b59-970861c5bf2a 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-08-27T04:26:13.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574363380,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574363380,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:26:13.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "aai-ml",
  "timestamp": 1661574365521,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:26:13.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:26:13.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574366238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:26:13.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:26:13.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "aai-ml",
  "timestamp": 1661574366527,
  "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-08-27T04:26:13.430Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c65ef4ff-2add-496b-8b59-970861c5bf2a
2022-08-27T04:26:13.430Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c65ef4ff-2add-496b-8b59-970861c5bf2a 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-08-27T04:26:13.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574367875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:26:13.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:26:13.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574368878,
  "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-08-27T04:26:13.444Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c65ef4ff-2add-496b-8b59-970861c5bf2a
2022-08-27T04:26:13.444Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c65ef4ff-2add-496b-8b59-970861c5bf2a 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-08-27T04:26:13.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "policy-id",
  "timestamp": 1661574368252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "policy-id",
  "timestamp": 1661574368252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574369044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "policy-id",
  "timestamp": 1661574368252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574369044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "policy-id",
  "timestamp": 1661574368252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574369044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:26:13.603Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:13.604Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-27T04:26:13.604Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c65ef4ff-2add-496b-8b59-970861c5bf2a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bfd8bb89-2797-44fa-9982-6d76066705aa","serviceDescription":"service","serviceInvariantUUID":"e782b569-cc05-4cf8-ae17-17593655092e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"17d33947-9929-4e6f-9ac8-5b557f6c1f9c","resourceInvariantUUID":"00f7e250-8447-4b9d-a842-d2c1602f257b","resourceCustomizationUUID":"555d55be-25e3-49b4-90bb-1387eec769f4","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":"M2U2OTA5YTM0Y2JiYzQ3OGRkM2VkY2E0OTVmMmRmYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a7c47aa6-d3fb-418c-b0a8-4c781346a4bb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTYyZjAwNmVjN2E2YzU0ODBhMmJkODk3NWVjMDc2YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d22c50dc-68d0-4cc2-af0a-f28a0d54f7dc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-27T04:26:13.608Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:26:13.609Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:26:13.613Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:26:13.614Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:13.713Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:26:13.714Z||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-08-27T04:26:13.715Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:13.756Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:13.756Z||pool-35-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:26:14.614Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:26:14.616Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:26:14.618Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:26:14.619Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:26:14.718Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:26:14.719Z||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-08-27T04:26:14.719Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:14.760Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:14.760Z||pool-36-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":2,"count":1}
2022-08-27T04:26:15.620Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "bfd8bb89-2797-44fa-9982-6d76066705aa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e782b569-cc05-4cf8-ae17-17593655092e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "555d55be-25e3-49b4-90bb-1387eec769f4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "17d33947-9929-4e6f-9ac8-5b557f6c1f9c",
      "resourceInvariantUUID": "00f7e250-8447-4b9d-a842-d2c1602f257b",
      "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": "YTYyZjAwNmVjN2E2YzU0ODBhMmJkODk3NWVjMDc2YWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d22c50dc-68d0-4cc2-af0a-f28a0d54f7dc"
    }
  ],
  "workloadContext": "Production"
}
2022-08-27T04:26:15.620Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-27T04:26:15.621Z|6027913e-d97a-4dcc-9947-013a7b3b0282|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bfd8bb89-2797-44fa-9982-6d76066705aa ASDC
2022-08-27T04:26:15.622Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c65ef4ff-2add-496b-8b59-970861c5bf2a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:bfd8bb89-2797-44fa-9982-6d76066705aa
ServiceInvariantUUID:e782b569-cc05-4cf8-ae17-17593655092e
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:d22c50dc-68d0-4cc2-af0a-f28a0d54f7dc
ArtifactChecksum:YTYyZjAwNmVjN2E2YzU0ODBhMmJkODk3NWVjMDc2YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:555d55be-25e3-49b4-90bb-1387eec769f4
ResourceInvariantUUID:00f7e250-8447-4b9d-a842-d2c1602f257b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:17d33947-9929-4e6f-9ac8-5b557f6c1f9c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-08-27T04:26:15.623Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfd8bb89-2797-44fa-9982-6d76066705aa 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-08-27T04:26:15.659Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:26:15.661Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:26:15.661Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:26:15.661Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d22c50dc-68d0-4cc2-af0a-f28a0d54f7dc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-27T04:26:15.661Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:26:15.661Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-27T04:26:15.765Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:26:15.767Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d22c50dc-68d0-4cc2-af0a-f28a0d54f7dc 52516
2022-08-27T04:26:15.768Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-27T04:26:15.768Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-27T04:26:15.768Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:26:15.768Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:26:15.771Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:26:15.771Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574375768,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:26:15.871Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:26:15.872Z||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-08-27T04:26:15.872Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:15.915Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:15.916Z||pool-37-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:26:16.771Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:26:16.773Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:26:16.773Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d22c50dc-68d0-4cc2-af0a-f28a0d54f7dc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-27T04:26:16.774Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-27T04:26:16.774Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-27T04:26:16.774Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-27T04:26:16.934Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP201542653668522286/Definitions/service-BasicNetwork-template.yml
2022-08-27T04:26:17.564Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-27T04:26:17.565Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-27T04:26:17.565Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-27T04:26:17.565Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-27T04:26:17.565Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||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-08-27T04:26:17.565Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||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-08-27T04:26:17.565Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||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-08-27T04:26:17.565Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||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-08-27T04:26:17.565Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-27T04:26:17.566Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||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-08-27T04:26:17.566Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||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-08-27T04:26:17.566Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||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-08-27T04:26:17.566Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-27T04:26:17.566Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:26:17.566Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:26:17.566Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-27T04:26:17.567Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-27T04:26:17.567Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:26:17.567Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:26:17.567Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:26:17.567Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-27T04:26:17.568Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-27T04:26:17.568Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:26:17.568Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:26:17.568Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:26:17.568Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:26:17.568Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:26:17.569Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:26:17.569Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:26:17.569Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:26:17.569Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:26:17.569Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:26:17.569Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:26:17.569Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:bfd8bb89-2797-44fa-9982-6d76066705aa
Model Version:NULL
Model InvariantUuid:e782b569-cc05-4cf8-ae17-17593655092e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:00f7e250-8447-4b9d-a842-d2c1602f257b
Model UUID:82c2a259-2da4-4415-bb33-9526a0f65cf9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:555d55be-25e3-49b4-90bb-1387eec769f4
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-08-27T04:26:17.588Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 17d33947-9929-4e6f-9ac8-5b557f6c1f9c
2022-08-27T04:26:17.588Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||No resources found for Service: bfd8bb89-2797-44fa-9982-6d76066705aa
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-08-27T04:26:17.596Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||
2022-08-27T04:26:17.596Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-08-27T04:26:17.597Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||No resources found for Service: bfd8bb89-2797-44fa-9982-6d76066705aa
2022-08-27T04:26:17.597Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: bfd8bb89-2797-44fa-9982-6d76066705aa
2022-08-27T04:26:17.598Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-08-27T04:26:17.598Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||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-08-27T04:26:17.612Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b5462e2, org.onap.sdc.toscaparser.api.parameters.Input@73e8d30f, org.onap.sdc.toscaparser.api.parameters.Input@6100b964, org.onap.sdc.toscaparser.api.parameters.Input@3526f352, org.onap.sdc.toscaparser.api.parameters.Input@4d1dc466]
2022-08-27T04:26:17.614Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:26:17.614Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:26:17.614Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:26:17.614Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:26:17.615Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid bfd8bb89-2797-44fa-9982-6d76066705aa: Generic NeutronNet
2022-08-27T04:26:17.615Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:26:17.615Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:26:17.615Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:26:17.615Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||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-08-27T04:26:17.675Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:26:17.675Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:26:17.675Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:26:17.675Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:26:17.676Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:26:17.676Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:26:17.676Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||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-08-27T04:26:17.786Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-08-27T04:26:17.787Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-27T04:26:17.787Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-27T04:26:17.787Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:26:17.788Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:26:17.791Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:26:17.792Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574377786,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:26:17.892Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:26:17.892Z||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-08-27T04:26:17.893Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:17.921Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:17.921Z||pool-38-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:26:18.794Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c65ef4ff-2add-496b-8b59-970861c5bf2a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:26:18.803Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c65ef4ff-2add-496b-8b59-970861c5bf2a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:26:18.806Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:26:18.806Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-27T04:26:18.806Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-27T04:26:18.806Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-27T04:26:18.806Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:26:18.807Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:26:18.807Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:26:18.807Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:26:18.807Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:26:18.807Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-27T04:26:18.811Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-27T04:26:48.812Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c65ef4ff-2add-496b-8b59-970861c5bf2a 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-08-27T04:26:48.818Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c65ef4ff-2add-496b-8b59-970861c5bf2a and serviceModelVersionId: bfd8bb89-2797-44fa-9982-6d76066705aa
2022-08-27T04:26:48.818Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e782b569-cc05-4cf8-ae17-17593655092e
2022-08-27T04:26:48.819Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e782b569-cc05-4cf8-ae17-17593655092e/model-vers/model-ver/bfd8bb89-2797-44fa-9982-6d76066705aa?depth=0
2022-08-27T04:26:48.824Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-27T04:26:48.871Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e782b569-cc05-4cf8-ae17-17593655092e/model-vers/model-ver/bfd8bb89-2797-44fa-9982-6d76066705aa?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-08-27T04:26:48.873Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e782b569-cc05-4cf8-ae17-17593655092e/model-vers/model-ver/bfd8bb89-2797-44fa-9982-6d76066705aa?depth=0|INFO|500||Invoke
2022-08-27T04:26:48.893Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e782b569-cc05-4cf8-ae17-17593655092e/model-vers/model-ver/bfd8bb89-2797-44fa-9982-6d76066705aa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-27T04:26:49.083Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e782b569-cc05-4cf8-ae17-17593655092e/model-vers/model-ver/bfd8bb89-2797-44fa-9982-6d76066705aa?depth=0|INFO|500||InvokeReturn
2022-08-27T04:26:49.084Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e782b569-cc05-4cf8-ae17-17593655092e/model-vers/model-ver/bfd8bb89-2797-44fa-9982-6d76066705aa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220827-04:26:48:854-420], vertex-id=[463064], Content-Length=[0], Date=[Sat, 27 Aug 2022 04:26:48 GMT], Content-Type=[application/json]}
2022-08-27T04:26:49.085Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-08-27T04:26:49.085Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-27T04:26:49.085Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||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-08-27T04:26:49.098Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-27T04:26:49.098Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c65ef4ff-2add-496b-8b59-970861c5bf2a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-27T04:26:49.099Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-27T04:26:49.099Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:26:49.101Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:26:49.102Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574409099,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:26:49.202Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:26:49.202Z||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-08-27T04:26:49.203Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:49.357Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:49.358Z||pool-39-thread-1|||||INFO|500||cambria reply ok (156 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-08-27T04:26:50.116Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-27T04:26:50.116Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e7f6562-9090-49e0-9fd4-ebfabf0b5399","serviceName":"Demo_pNF_SyYHU7itmYXTSN2is1HN","serviceVersion":"1.0","serviceUUID":"5158e4a8-8c2a-4e58-97ed-6e77034e421b","serviceDescription":"catalog service description","serviceInvariantUUID":"3253439d-9a6b-47a5-bb6a-9592214200b2","resources":[{"resourceInstanceName":"pNF 7d2491ad-e408 0","resourceName":"pNF 7d2491ad-e408","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ef5ab829-d2d3-4353-88ce-6eb923a052e7","resourceInvariantUUID":"4c7aa740-c3ed-4c3c-9c8a-7b0454843157","resourceCustomizationUUID":"f01c539a-5a0d-45d0-a64a-69d7b9ee0bbe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vf-license-model.xml","artifactChecksum":"MTQ1NGY4ZjA2MGMxODQzNDJmMzMzZjVlOWExYTdlMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508d1768-404a-4603-b4cf-2a084091cd18","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/pNF.csar","artifactChecksum":"YmVmZmMwY2YzNTQ2YTIzMDJlYzhlNTAzMDljYmQyNzk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"50393e49-2e53-4629-b05d-f50e7daadac3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fe600f2b-a056-4930-9d96-54c9558f9117","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vendor-license-model.xml","artifactChecksum":"MjM1ZDc2ZmZjZjUzOTVhZTQ0NGYwODYwZTEyZjgzZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7cbeac18-ca3e-4e99-96c6-0c26af76849a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a269977b-987a-4b10-9d15-033d43f09792","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1c62f78-d119-4f82-a6cc-c436197f8fa5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSyyhu7itmyxtsn2is1hn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-template.yml","artifactChecksum":"NWE3MDZkMDI3NzlhZDZhZjlmZmEzODAyZWZjZjc1ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5297e61f-0a92-4dac-a600-d3d3bc5db957","artifactVersion":"1"},{"artifactName":"service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar","artifactChecksum":"NTdlMWY3NmI5NWY4NGUwOTE3ZmRiM2VhN2I3M2MzMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a439972-4beb-4520-999a-33391668f436","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-27T04:26:50.117Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:26:50.118Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:26:50.120Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:26:50.120Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:50.220Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:26:50.221Z||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-08-27T04:26:50.221Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:50.252Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:50.252Z||pool-40-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:26:51.121Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:26:51.121Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:26:51.123Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:26:51.123Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:51.223Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:26:51.224Z||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-08-27T04:26:51.224Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:51.246Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:51.247Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:26:52.124Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:26:52.124Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:26:52.126Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:26:52.126Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:52.226Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:26:52.227Z||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-08-27T04:26:52.227Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:52.270Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:52.271Z||pool-42-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:26:53.127Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:26:53.128Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:26:53.130Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:26:53.130Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:53.230Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:26:53.231Z||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-08-27T04:26:53.231Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:53.268Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:53.268Z||pool-43-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:26:54.130Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:26:54.131Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:26:54.133Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:26:54.133Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:54.233Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:26:54.233Z||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-08-27T04:26:54.234Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:54.272Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:54.273Z||pool-44-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:26:55.133Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:26:55.134Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:26:55.136Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:26:55.136Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:55.236Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:26:55.237Z||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-08-27T04:26:55.237Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:55.293Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:55.293Z||pool-45-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:26:56.136Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:26:56.137Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:26:56.139Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:26:56.139Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:26:56.239Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:26:56.240Z||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-08-27T04:26:56.240Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:56.281Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:56.281Z||pool-46-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:26:57.139Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:26:57.140Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:26:57.142Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:26:57.142Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:26:57.242Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:26:57.243Z||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-08-27T04:26:57.243Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:57.269Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:57.269Z||pool-47-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:26:58.143Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "serviceName": "Demo_pNF_SyYHU7itmYXTSN2is1HN",
  "serviceVersion": "1.0",
  "serviceUUID": "5158e4a8-8c2a-4e58-97ed-6e77034e421b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3253439d-9a6b-47a5-bb6a-9592214200b2",
  "resources": [
    {
      "resourceInstanceName": "pNF 7d2491ad-e408 0",
      "resourceCustomizationUUID": "f01c539a-5a0d-45d0-a64a-69d7b9ee0bbe",
      "resourceName": "pNF 7d2491ad-e408",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ef5ab829-d2d3-4353-88ce-6eb923a052e7",
      "resourceInvariantUUID": "4c7aa740-c3ed-4c3c-9c8a-7b0454843157",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
      "artifactChecksum": "NTdlMWY3NmI5NWY4NGUwOTE3ZmRiM2VhN2I3M2MzMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5a439972-4beb-4520-999a-33391668f436"
    }
  ],
  "workloadContext": "Production"
}
2022-08-27T04:26:58.144Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-27T04:26:58.144Z|c65ef4ff-2add-496b-8b59-970861c5bf2a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5158e4a8-8c2a-4e58-97ed-6e77034e421b ASDC
2022-08-27T04:26:58.144Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5e7f6562-9090-49e0-9fd4-ebfabf0b5399
ServiceName:Demo_pNF_SyYHU7itmYXTSN2is1HN
ServiceVersion:1.0
ServiceUUID:5158e4a8-8c2a-4e58-97ed-6e77034e421b
ServiceInvariantUUID:3253439d-9a6b-47a5-bb6a-9592214200b2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
ArtifactUUID:5a439972-4beb-4520-999a-33391668f436
ArtifactChecksum:NTdlMWY3NmI5NWY4NGUwOTE3ZmRiM2VhN2I3M2MzMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7d2491ad-e408 0
ResourceCustomizationUUID:f01c539a-5a0d-45d0-a64a-69d7b9ee0bbe
ResourceInvariantUUID:4c7aa740-c3ed-4c3c-9c8a-7b0454843157
ResourceName:pNF 7d2491ad-e408
ResourceType:PNF
ResourceUUID:ef5ab829-d2d3-4353-88ce-6eb923a052e7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-27T04:26:58.144Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5158e4a8-8c2a-4e58-97ed-6e77034e421b 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-08-27T04:26:58.167Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:26:58.168Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:26:58.168Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:26:58.168Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5a439972-4beb-4520-999a-33391668f436 from URL: /sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:26:58.168Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:26:58.168Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:26:58.317Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:26:58.321Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar 5a439972-4beb-4520-999a-33391668f436 82645
2022-08-27T04:26:58.321Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar ASDC sendASDCNotification
2022-08-27T04:26:58.322Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:26:58.322Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:26:58.322Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:26:58.324Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:26:58.324Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574418321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:26:58.424Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:26:58.425Z||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-08-27T04:26:58.425Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:26:58.649Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:26:58.649Z||pool-48-thread-1|||||INFO|500||cambria reply ok (225 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:26:59.324Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:26:59.325Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:26:59.325Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5a439972-4beb-4520-999a-33391668f436, URL: /sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar to file: /app/ASDC/1/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:26:59.326Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:26:59.326Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:26:59.326Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:26:59.429Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1611477189012474732/Definitions/service-DemoPnfSyyhu7itmyxtsn2is1hn-template.yml
2022-08-27T04:27:00.212Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-27T04:27:00.213Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-27T04:27:00.213Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:27:00.213Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-27T04:27:00.213Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:27:00.213Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:27:00.213Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:27:00.213Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:27:00.214Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:27:00.214Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:27:00.214Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7d2491ad-e408 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-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:27:00.214Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-27T04:27:00.214Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:27:00.214Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SyYHU7itmYXTSN2is1HN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:27:00.214Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Node template pNF 7d2491ad-e408 0 is matching search criteria
2022-08-27T04:27:00.214Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-27T04:27:00.215Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 7d2491ad-e408 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:27:00.215Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:27:00.215Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SyYHU7itmYXTSN2is1HN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:27:00.215Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Node template pNF 7d2491ad-e408 0 is matching search criteria
2022-08-27T04:27:00.215Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-27T04:27:00.215Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 7d2491ad-e408 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:27:00.216Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:27:00.216Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SyYHU7itmYXTSN2is1HN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:27:00.216Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:27:00.216Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SyYHU7itmYXTSN2is1HN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:27:00.216Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:27:00.216Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SyYHU7itmYXTSN2is1HN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:27:00.216Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:27:00.217Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SyYHU7itmYXTSN2is1HN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:27:00.217Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:27:00.217Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SyYHU7itmYXTSN2is1HN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:27:00.217Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_SyYHU7itmYXTSN2is1HN
Description:catalog service description
Model UUID:5158e4a8-8c2a-4e58-97ed-6e77034e421b
Model Version:NULL
Model InvariantUuid:3253439d-9a6b-47a5-bb6a-9592214200b2
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-08-27T04:27:00.244Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: ef5ab829-d2d3-4353-88ce-6eb923a052e7
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-08-27T04:27:00.254Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||pNF 7d2491ad-e408 0
2022-08-27T04:27:00.254Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ef5ab829-d2d3-4353-88ce-6eb923a052e7
2022-08-27T04:27:00.254Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 5158e4a8-8c2a-4e58-97ed-6e77034e421b
2022-08-27T04:27:00.254Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5158e4a8-8c2a-4e58-97ed-6e77034e421b
2022-08-27T04:27:00.254Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7d2491ad-e408 0 ef5ab829-d2d3-4353-88ce-6eb923a052e7 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-08-27T04:27:00.260Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d4bb2d0, org.onap.sdc.toscaparser.api.parameters.Input@6ad3f9f0, org.onap.sdc.toscaparser.api.parameters.Input@6b036768, org.onap.sdc.toscaparser.api.parameters.Input@6d3d206c, org.onap.sdc.toscaparser.api.parameters.Input@2d20c229]
2022-08-27T04:27:00.261Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:27:00.261Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SyYHU7itmYXTSN2is1HN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:27:00.261Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5158e4a8-8c2a-4e58-97ed-6e77034e421b: pNF 7d2491ad-e408
2022-08-27T04:27:00.262Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||Processing PNF resource: ef5ab829-d2d3-4353-88ce-6eb923a052e7
2022-08-27T04:27:00.262Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:27:00.262Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SyYHU7itmYXTSN2is1HN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:27:00.262Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||Resource customization UUID: f01c539a-5a0d-45d0-a64a-69d7b9ee0bbe is the same as notified resource customizationUUID: f01c539a-5a0d-45d0-a64a-69d7b9ee0bbe
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-08-27T04:27:00.393Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7d2491ad-e408 ef5ab829-d2d3-4353-88ce-6eb923a052e7 0 ASDC deployResourceStructure
2022-08-27T04:27:00.394Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar ASDC sendASDCNotification
2022-08-27T04:27:00.394Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar
2022-08-27T04:27:00.394Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:27:00.394Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:27:00.396Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:27:00.396Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574420394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:27:00.496Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:27:00.497Z||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-08-27T04:27:00.497Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:27:00.554Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:27:00.555Z||pool-49-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:27:01.398Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:27:01.409Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:27:01.410Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:27:01.411Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:27:01.411Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:27:12.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:27:12.893Z||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-08-27T04:27:12.893Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:27:13.123Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:27:13.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:27:13.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "policy-id",
  "timestamp": 1661574368252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:27:13.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:27:31.411Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:27:31.425Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:27:31.431Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:27:31.431Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:27:31.431Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:28:01.431Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:28:01.440Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:28:01.441Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:28:01.442Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:28:01.442Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:28:12.889Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:28:12.890Z||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-08-27T04:28:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:28:12.983Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:28:12.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:28:12.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574369044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:28:12.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:28:31.442Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:28:31.452Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:28:31.454Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:28:31.454Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:28:31.454Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:29:01.454Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:29:01.470Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:29:01.472Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:29:01.472Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:29:01.472Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:29:12.889Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:29:12.890Z||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-08-27T04:29:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:29:12.924Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:29:12.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:12.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "policy-id",
  "timestamp": 1661574368252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:12.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574369044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:12.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:12.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "cds",
  "timestamp": 1661574374357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:12.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "policy-id",
  "timestamp": 1661574368252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:12.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574369044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:12.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574375768,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:12.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:12.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "cds",
  "timestamp": 1661574374357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:12.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "policy-id",
  "timestamp": 1661574368252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:12.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574369044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:12.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "clamp",
  "timestamp": 1661574376256,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:12.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "cds",
  "timestamp": 1661574374357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:12.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "policy-id",
  "timestamp": 1661574377216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:12.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:12.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574369044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:12.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "clamp",
  "timestamp": 1661574376256,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:12.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574377786,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:29:12.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:12.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "cds",
  "timestamp": 1661574374357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:12.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "policy-id",
  "timestamp": 1661574378221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:29:12.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:12.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574377356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:12.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "cds",
  "timestamp": 1661574374357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:12.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:12.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:12.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "policy-id",
  "timestamp": 1661574379230,
  "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-08-27T04:29:13.001Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
2022-08-27T04:29:13.002Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7f6562-9090-49e0-9fd4-ebfabf0b5399 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-08-27T04:29:13.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574377356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "cds",
  "timestamp": 1661574374357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574377356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "cds",
  "timestamp": 1661574374357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574377356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "cds",
  "timestamp": 1661574374357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574377356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "cds",
  "timestamp": 1661574383136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.013Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574377356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "cds",
  "timestamp": 1661574384144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-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-08-27T04:29:13.018Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
2022-08-27T04:29:13.018Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7f6562-9090-49e0-9fd4-ebfabf0b5399 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-08-27T04:29:13.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574377356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574377356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574386314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574387548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-27T04:29:13.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "aai-ml",
  "timestamp": 1661574388062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574388553,
  "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-08-27T04:29:13.033Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
2022-08-27T04:29:13.033Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7f6562-9090-49e0-9fd4-ebfabf0b5399 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-08-27T04:29:13.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "aai-ml",
  "timestamp": 1661574388062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "clamp",
  "timestamp": 1661574390466,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "aai-ml",
  "timestamp": 1661574388062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "aai-ml",
  "timestamp": 1661574388062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "clamp",
  "timestamp": 1661574392462,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:29:13.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "aai-ml",
  "timestamp": 1661574388062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "clamp",
  "timestamp": 1661574393465,
  "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-08-27T04:29:13.046Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c65ef4ff-2add-496b-8b59-970861c5bf2a
2022-08-27T04:29:13.046Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c65ef4ff-2add-496b-8b59-970861c5bf2a 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-08-27T04:29:13.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "aai-ml",
  "timestamp": 1661574388062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.054Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574393380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.055Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "clamp",
  "timestamp": 1661574376256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.055Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "aai-ml",
  "timestamp": 1661574388062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.055Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574393380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.055Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "clamp",
  "timestamp": 1661574376256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "aai-ml",
  "timestamp": 1661574388062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574393380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "clamp",
  "timestamp": 1661574376256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "aai-ml",
  "timestamp": 1661574396845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.057Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574393380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "clamp",
  "timestamp": 1661574376256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574393380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "clamp",
  "timestamp": 1661574376256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574393380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "clamp",
  "timestamp": 1661574376256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574393380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "clamp",
  "timestamp": 1661574376256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574393380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "clamp",
  "timestamp": 1661574376256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574402163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "aai-ml",
  "timestamp": 1661574402107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:29:13.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "aai-ml",
  "timestamp": 1661574403113,
  "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-08-27T04:29:13.064Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
2022-08-27T04:29:13.064Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7f6562-9090-49e0-9fd4-ebfabf0b5399 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-08-27T04:29:13.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574403926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:29:13.071Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574404930,
  "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-08-27T04:29:13.079Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
2022-08-27T04:29:13.079Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7f6562-9090-49e0-9fd4-ebfabf0b5399 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-08-27T04:29:13.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "cds",
  "timestamp": 1661574404357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "cds",
  "timestamp": 1661574404357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "cds",
  "timestamp": 1661574404357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "clamp",
  "timestamp": 1661574408451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "cds",
  "timestamp": 1661574404357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c65ef4ff-2add-496b-8b59-970861c5bf2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574409099,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:29:13.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "policy-id",
  "timestamp": 1661574408252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "cds",
  "timestamp": 1661574404357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "policy-id",
  "timestamp": 1661574408252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "clamp",
  "timestamp": 1661574410463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:29:13.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "cds",
  "timestamp": 1661574404357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574409044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "policy-id",
  "timestamp": 1661574408252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "clamp",
  "timestamp": 1661574411466,
  "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-08-27T04:29:13.097Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
2022-08-27T04:29:13.097Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7f6562-9090-49e0-9fd4-ebfabf0b5399 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-08-27T04:29:13.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "cds",
  "timestamp": 1661574404357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574397356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574409044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "policy-id",
  "timestamp": 1661574408252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574409044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "cds",
  "timestamp": 1661574412597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.107Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "clamp",
  "timestamp": 1661574412469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "policy-id",
  "timestamp": 1661574408252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574409044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "cds",
  "timestamp": 1661574413607,
  "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-08-27T04:29:13.123Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2cb7897d-48af-45ea-adeb-9263c72e7e85
2022-08-27T04:29:13.123Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb7897d-48af-45ea-adeb-9263c72e7e85 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-08-27T04:29:13.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "clamp",
  "timestamp": 1661574412469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "policy-id",
  "timestamp": 1661574408252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574409044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "clamp",
  "timestamp": 1661574412469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "policy-id",
  "timestamp": 1661574408252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/resourceInstances/pnf7d2491ade4080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574409044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "clamp",
  "timestamp": 1661574412469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "policy-id",
  "timestamp": 1661574416196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574409044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "clamp",
  "timestamp": 1661574412469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574372887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "policy-id",
  "timestamp": 1661574417203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:29:13.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574416877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "clamp",
  "timestamp": 1661574412469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574418321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "policy-id",
  "timestamp": 1661574418206,
  "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-08-27T04:29:13.140Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cb7897d-48af-45ea-adeb-9263c72e7e85
2022-08-27T04:29:13.140Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb7897d-48af-45ea-adeb-9263c72e7e85 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-08-27T04:29:13.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574418054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "aai-ml",
  "timestamp": 1661574418062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "clamp",
  "timestamp": 1661574412469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "aai-ml",
  "timestamp": 1661574418062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574419175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.151Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574420394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyyhu7itmyxtsn2is1hn/1.0/artifacts/service-DemoPnfSyyhu7itmyxtsn2is1hn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:29:13.151Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "cds",
  "timestamp": 1661574419357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "aai-ml",
  "timestamp": 1661574418062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574420197,
  "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-08-27T04:29:13.156Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cb7897d-48af-45ea-adeb-9263c72e7e85
2022-08-27T04:29:13.157Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb7897d-48af-45ea-adeb-9263c72e7e85 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-08-27T04:29:13.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "cds",
  "timestamp": 1661574419357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "aai-ml",
  "timestamp": 1661574418062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574421199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:29:13.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "cds",
  "timestamp": 1661574419357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "aai-ml",
  "timestamp": 1661574418062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "cds",
  "timestamp": 1661574419357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "aai-ml",
  "timestamp": 1661574418062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "cds",
  "timestamp": 1661574419357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "aai-ml",
  "timestamp": 1661574418062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "cds",
  "timestamp": 1661574419357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "aai-ml",
  "timestamp": 1661574425832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "cds",
  "timestamp": 1661574419357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "cds",
  "timestamp": 1661574419357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "clamp",
  "timestamp": 1661574428453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "cds",
  "timestamp": 1661574419357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661574417356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "policy-id",
  "timestamp": 1661574428252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "cds",
  "timestamp": 1661574429972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "policy-id",
  "timestamp": 1661574428252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574429045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "cds",
  "timestamp": 1661574430977,
  "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-08-27T04:29:13.188Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e65a8487-6b81-412e-a516-049f4fe77e19
2022-08-27T04:29:13.188Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e65a8487-6b81-412e-a516-049f4fe77e19 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-08-27T04:29:13.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "policy-id",
  "timestamp": 1661574428252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574431206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:29:13.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "clamp",
  "timestamp": 1661574431457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:29:13.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:29:13.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574429045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "policy-id",
  "timestamp": 1661574428252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:29:13.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:13.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "clamp",
  "timestamp": 1661574432461,
  "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-08-27T04:29:13.201Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2cb7897d-48af-45ea-adeb-9263c72e7e85
2022-08-27T04:29:13.201Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb7897d-48af-45ea-adeb-9263c72e7e85 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-08-27T04:29:13.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:29:13.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574429045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-27T04:29:13.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:29:31.472Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:29:31.484Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e7f6562-9090-49e0-9fd4-ebfabf0b5399
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:29:31.486Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:29:31.487Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-27T04:29:31.487Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-27T04:29:31.487Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-27T04:29:31.487Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:29:31.488Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:29:31.488Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:29:31.488Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:29:31.488Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:29:31.488Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:29:31.489Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:29:31.489Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-27T04:29:31.494Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-27T04:30:01.494Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e7f6562-9090-49e0-9fd4-ebfabf0b5399 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-08-27T04:30:01.502Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e7f6562-9090-49e0-9fd4-ebfabf0b5399 and serviceModelVersionId: 5158e4a8-8c2a-4e58-97ed-6e77034e421b
2022-08-27T04:30:01.503Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3253439d-9a6b-47a5-bb6a-9592214200b2
2022-08-27T04:30:01.504Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3253439d-9a6b-47a5-bb6a-9592214200b2/model-vers/model-ver/5158e4a8-8c2a-4e58-97ed-6e77034e421b?depth=0
2022-08-27T04:30:01.509Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-27T04:30:01.607Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3253439d-9a6b-47a5-bb6a-9592214200b2/model-vers/model-ver/5158e4a8-8c2a-4e58-97ed-6e77034e421b?depth=0|INFO|500||Invoke
2022-08-27T04:30:01.607Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3253439d-9a6b-47a5-bb6a-9592214200b2/model-vers/model-ver/5158e4a8-8c2a-4e58-97ed-6e77034e421b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3253439d-9a6b-47a5-bb6a-9592214200b2/model-vers/model-ver/5158e4a8-8c2a-4e58-97ed-6e77034e421b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e7f6562-9090-49e0-9fd4-ebfabf0b5399], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[596964a1-8b73-4c7a-bfbb-653d82a27efc], X-ECOMP-RequestID=[5e7f6562-9090-49e0-9fd4-ebfabf0b5399], X-TransactionId=[], X-ONAP-RequestID=[5e7f6562-9090-49e0-9fd4-ebfabf0b5399], Content-Type=[application/merge-patch+json]}
2022-08-27T04:30:01.628Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3253439d-9a6b-47a5-bb6a-9592214200b2/model-vers/model-ver/5158e4a8-8c2a-4e58-97ed-6e77034e421b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-27T04:30:01.785Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3253439d-9a6b-47a5-bb6a-9592214200b2/model-vers/model-ver/5158e4a8-8c2a-4e58-97ed-6e77034e421b?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/3253439d-9a6b-47a5-bb6a-9592214200b2/model-vers/model-ver/5158e4a8-8c2a-4e58-97ed-6e77034e421b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220827-04:30:01:589-55301], vertex-id=[192512], Content-Length=[0], Date=[Sat, 27 Aug 2022 04:30:01 GMT], Content-Type=[application/json]}
2022-08-27T04:30:01.786Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3253439d-9a6b-47a5-bb6a-9592214200b2/model-vers/model-ver/5158e4a8-8c2a-4e58-97ed-6e77034e421b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-27T04:30:01.786Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3253439d-9a6b-47a5-bb6a-9592214200b2/model-vers/model-ver/5158e4a8-8c2a-4e58-97ed-6e77034e421b?depth=0|INFO|500||InvokeReturn
2022-08-27T04:30:01.786Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-27T04:30:01.786Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||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-08-27T04:30:01.792Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-27T04:30:01.793Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e7f6562-9090-49e0-9fd4-ebfabf0b5399 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-27T04:30:01.793Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-27T04:30:01.793Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:01.795Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:01.795Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574601793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:30:01.896Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:30:01.897Z||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-08-27T04:30:01.897Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:01.946Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:01.947Z||pool-50-thread-1|||||INFO|500||cambria reply ok (51 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-08-27T04:30:02.808Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:30:02.809Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|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-08-27T04:30:02.809Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:07.594Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:07.595Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-27T04:30:07.595Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2cb7897d-48af-45ea-adeb-9263c72e7e85","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e6db157f-e8c4-48d8-a23f-5f2e6de3674c","serviceDescription":"service","serviceInvariantUUID":"a1a4b76c-0709-4247-9cc7-b267b628ee0f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b0890214-638b-4d9a-a5fd-53658112801f","resourceInvariantUUID":"a4341854-a186-4296-9b8e-fd4a93e17efa","resourceCustomizationUUID":"fd8e8e4f-2a15-4035-b0d5-d01d7586f136","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":"Y2MxMTE3OWE0Y2Y1NjUxMjZlYjQ0YzczZWUzNzUzNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"550db883-ec15-4bf2-b229-8ffca1cf7588","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":"NDE2NDEwYmJmM2UwYWFkYjljMDBlZDliNzg3ZDIwYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bedb8be4-d6a6-4887-8dc6-1868ea6169ed","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":"2337a7b5-9df1-4fea-a25d-07ff8e7d6040","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":"fb49289f-5438-4327-a9d2-5a3e453fd014","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":"910e5bbf-7c12-47d2-8595-afcb6ddc1d03","artifactVersion":"2","generatedFromUUID":"2337a7b5-9df1-4fea-a25d-07ff8e7d6040"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTAzMjY0ZTk3MDMwYWJmZDE5OWM5YTMyODM0MWY0YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"58b5f140-47a5-4f1b-aff7-fd42c11ccaeb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjJhYTJhY2FhZGU2ZjdhNGIzMzQzNGI4MTI1YzNkNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"06049a2f-1055-48f5-b78d-58dcd7a77ba3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-27T04:30:07.598Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:30:07.599Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:07.600Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:07.600Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:07.701Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:30:07.702Z||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-08-27T04:30:07.702Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:07.726Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:07.727Z||pool-51-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:30:08.601Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:30:08.602Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:08.604Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:08.604Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:30:08.704Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:30:08.705Z||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-08-27T04:30:08.706Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:08.741Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:08.741Z||pool-52-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:30:09.605Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:30:09.605Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:09.607Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:09.607Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:30:09.709Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-27T04:30:09.710Z||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-08-27T04:30:09.710Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:09.761Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:09.762Z||pool-53-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:30:10.608Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:30:10.609Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:10.610Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:10.610Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:10.711Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-27T04:30:10.711Z||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-08-27T04:30:10.712Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:10.736Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:10.736Z||pool-54-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:30:11.611Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:30:11.612Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:11.614Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:11.614Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-27T04:30:11.714Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:30:11.715Z||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-08-27T04:30:11.715Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:11.734Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:11.734Z||pool-55-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:30:12.614Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:30:12.617Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:12.619Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:12.620Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:12.720Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:30:12.721Z||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-08-27T04:30:12.721Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:12.743Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:12.743Z||pool-56-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:30:12.889Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:30:12.890Z||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-08-27T04:30:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:13.019Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:13.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "policy-id",
  "timestamp": 1661574428252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:30:13.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574433441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:30:13.022Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574429045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:30:13.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "aai-ml",
  "timestamp": 1661574433507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:30:13.022Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "policy-id",
  "timestamp": 1661574428252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574434444,
  "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-08-27T04:30:13.029Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2cb7897d-48af-45ea-adeb-9263c72e7e85
2022-08-27T04:30:13.030Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb7897d-48af-45ea-adeb-9263c72e7e85 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-08-27T04:30:13.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574429045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:30:13.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "aai-ml",
  "timestamp": 1661574434512,
  "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-08-27T04:30:13.041Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2cb7897d-48af-45ea-adeb-9263c72e7e85
2022-08-27T04:30:13.042Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cb7897d-48af-45ea-adeb-9263c72e7e85 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-08-27T04:30:13.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "policy-id",
  "timestamp": 1661574428252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574429045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "policy-id",
  "timestamp": 1661574428252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574429045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-27T04:30:13.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "clamp",
  "timestamp": 1661574436256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "policy-id",
  "timestamp": 1661574428252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:30:13.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574429045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "clamp",
  "timestamp": 1661574436256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "policy-id",
  "timestamp": 1661574438010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:30:13.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574429045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:30:13.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "clamp",
  "timestamp": 1661574436256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "policy-id",
  "timestamp": 1661574439016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:30:13.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574438833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:30:13.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "clamp",
  "timestamp": 1661574436256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:30:13.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "policy-id",
  "timestamp": 1661574440019,
  "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-08-27T04:30:13.057Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e65a8487-6b81-412e-a516-049f4fe77e19
2022-08-27T04:30:13.057Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e65a8487-6b81-412e-a516-049f4fe77e19 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-08-27T04:30:13.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574439892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:30:13.071Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "clamp",
  "timestamp": 1661574436256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574440937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:30:13.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "clamp",
  "timestamp": 1661574436256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574441997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:30:13.073Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "clamp",
  "timestamp": 1661574436256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574423380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:30:13.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574443043,
  "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-08-27T04:30:13.078Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e65a8487-6b81-412e-a516-049f4fe77e19
2022-08-27T04:30:13.078Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e65a8487-6b81-412e-a516-049f4fe77e19 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-08-27T04:30:13.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "clamp",
  "timestamp": 1661574436256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574444552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:30:13.085Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661574444046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:30:13.085Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "clamp",
  "timestamp": 1661574436256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:30:13.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574446640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:30:13.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661574447643,
  "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-08-27T04:30:13.090Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e65a8487-6b81-412e-a516-049f4fe77e19
2022-08-27T04:30:13.090Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e65a8487-6b81-412e-a516-049f4fe77e19 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-08-27T04:30:13.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "aai-ml",
  "timestamp": 1661574448062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "aai-ml",
  "timestamp": 1661574448062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "aai-ml",
  "timestamp": 1661574448062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "aai-ml",
  "timestamp": 1661574448062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "aai-ml",
  "timestamp": 1661574448062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "aai-ml",
  "timestamp": 1661574448062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "aai-ml",
  "timestamp": 1661574448062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "aai-ml",
  "timestamp": 1661574448062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:13.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "aai-ml",
  "timestamp": 1661574448062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:30:13.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:30:13.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "clamp",
  "timestamp": 1661574457043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:30:13.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "aai-ml",
  "timestamp": 1661574457842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:30:13.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "clamp",
  "timestamp": 1661574458468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:30:13.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "clamp",
  "timestamp": 1661574459472,
  "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-08-27T04:30:13.108Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e65a8487-6b81-412e-a516-049f4fe77e19
2022-08-27T04:30:13.108Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e65a8487-6b81-412e-a516-049f4fe77e19 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-08-27T04:30:13.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "aai-ml",
  "timestamp": 1661574465012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:30:13.119Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:30:13.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:30:13.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "aai-ml",
  "timestamp": 1661574466017,
  "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-08-27T04:30:13.124Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e65a8487-6b81-412e-a516-049f4fe77e19
2022-08-27T04:30:13.124Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e65a8487-6b81-412e-a516-049f4fe77e19 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-08-27T04:30:13.620Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:30:13.621Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:13.624Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:13.624Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:30:13.724Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:30:13.725Z||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-08-27T04:30:13.725Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:13.739Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:13.740Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:30:14.625Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e6db157f-e8c4-48d8-a23f-5f2e6de3674c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a1a4b76c-0709-4247-9cc7-b267b628ee0f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "fd8e8e4f-2a15-4035-b0d5-d01d7586f136",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b0890214-638b-4d9a-a5fd-53658112801f",
      "resourceInvariantUUID": "a4341854-a186-4296-9b8e-fd4a93e17efa",
      "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": "NDE2NDEwYmJmM2UwYWFkYjljMDBlZDliNzg3ZDIwYmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bedb8be4-d6a6-4887-8dc6-1868ea6169ed",
          "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": "2337a7b5-9df1-4fea-a25d-07ff8e7d6040",
          "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": "910e5bbf-7c12-47d2-8595-afcb6ddc1d03",
            "generatedFromUUID": "2337a7b5-9df1-4fea-a25d-07ff8e7d6040"
          },
          "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": "910e5bbf-7c12-47d2-8595-afcb6ddc1d03",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MjJhYTJhY2FhZGU2ZjdhNGIzMzQzNGI4MTI1YzNkNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "06049a2f-1055-48f5-b78d-58dcd7a77ba3"
    }
  ],
  "workloadContext": "Production"
}
2022-08-27T04:30:14.626Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-27T04:30:14.626Z|5e7f6562-9090-49e0-9fd4-ebfabf0b5399|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6db157f-e8c4-48d8-a23f-5f2e6de3674c ASDC
2022-08-27T04:30:14.626Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2cb7897d-48af-45ea-adeb-9263c72e7e85
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e6db157f-e8c4-48d8-a23f-5f2e6de3674c
ServiceInvariantUUID:a1a4b76c-0709-4247-9cc7-b267b628ee0f
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:06049a2f-1055-48f5-b78d-58dcd7a77ba3
ArtifactChecksum:MjJhYTJhY2FhZGU2ZjdhNGIzMzQzNGI4MTI1YzNkNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:fd8e8e4f-2a15-4035-b0d5-d01d7586f136
ResourceInvariantUUID:a4341854-a186-4296-9b8e-fd4a93e17efa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b0890214-638b-4d9a-a5fd-53658112801f
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:bedb8be4-d6a6-4887-8dc6-1868ea6169ed
ArtifactChecksum:NDE2NDEwYmJmM2UwYWFkYjljMDBlZDliNzg3ZDIwYmY=
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:2337a7b5-9df1-4fea-a25d-07ff8e7d6040
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:910e5bbf-7c12-47d2-8595-afcb6ddc1d03
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:910e5bbf-7c12-47d2-8595-afcb6ddc1d03
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-27T04:30:14.627Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6db157f-e8c4-48d8-a23f-5f2e6de3674c 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-08-27T04:30:14.661Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:30:14.661Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:30:14.662Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:30:14.662Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 06049a2f-1055-48f5-b78d-58dcd7a77ba3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-27T04:30:14.662Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:30:14.662Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-27T04:30:14.794Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:30:14.798Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 06049a2f-1055-48f5-b78d-58dcd7a77ba3 71058
2022-08-27T04:30:14.798Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-27T04:30:14.798Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-27T04:30:14.798Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:30:14.798Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:14.800Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:14.801Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574614798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:30:14.901Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:30:14.901Z||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-08-27T04:30:14.902Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:14.917Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:14.917Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:30:15.801Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:30:15.802Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:30:15.802Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 06049a2f-1055-48f5-b78d-58dcd7a77ba3, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-27T04:30:15.802Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-08-27T04:30:15.803Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-27T04:30:15.803Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-08-27T04:30:15.954Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13441838173209144291/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-08-27T04:30:17.113Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-27T04:30:17.114Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-27T04:30:17.114Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-27T04:30:17.114Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-27T04:30:17.114Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:17.114Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:17.114Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-27T04:30:17.114Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-27T04:30:17.114Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-27T04:30:17.114Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:17.115Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-27T04:30:17.115Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:17.115Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-27T04:30:17.115Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-27T04:30:17.115Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:17.115Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:17.115Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-27T04:30:17.116Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-27T04:30:17.116Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:30:17.116Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:17.116Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:17.116Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-27T04:30:17.116Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-27T04:30:17.116Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:30:17.117Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:17.117Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:17.117Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:17.117Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-27T04:30:17.117Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-27T04:30:17.117Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-27T04:30:17.117Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-27T04:30:17.118Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-27T04:30:17.118Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-27T04:30:17.118Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:17.118Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-27T04:30:17.118Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:17.118Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-27T04:30:17.118Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:30:17.119Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:17.119Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-27T04:30:17.119Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:30:17.119Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:17.119Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-27T04:30:17.119Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:30:17.120Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:17.120Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-27T04:30:17.120Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-27T04:30:17.120Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-27T04:30:17.120Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2eaef1a3-ec28-47db-a2b7-3c59d3894376
2022-08-27T04:30:17.120Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:17.120Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:17.120Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:17.121Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:17.121Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:17.121Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:17.121Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:17.121Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:17.121Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e6db157f-e8c4-48d8-a23f-5f2e6de3674c
Model Version:NULL
Model InvariantUuid:a1a4b76c-0709-4247-9cc7-b267b628ee0f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4e29e07b-c976-45c8-a202-6c4b14ddce40
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a4341854-a186-4296-9b8e-fd4a93e17efa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fd8e8e4f-2a15-4035-b0d5-d01d7586f136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8fc4a1a7-22ee-43f8-a4cd-c2dd969402e1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:bdaa13d4-c8ed-47a2-bdf8-24b62544a3c8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2eaef1a3-ec28-47db-a2b7-3c59d3894376
ModelInvariantUuid:f0be522f-add5-409f-b594-56b43ff37324
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ac0dae2c-834a-4a34-892d-2a792c00cf6b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:883ad2a5-7496-422e-9dce-7303d933ba10
ModelInvariantUuid:04f66974-bc46-463d-88b6-9c98fc5b9d33
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2bb0a3f8-59b2-4f00-901b-6f49e8f48920
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-08-27T04:30:17.131Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b0890214-638b-4d9a-a5fd-53658112801f
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-08-27T04:30:17.136Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-08-27T04:30:17.136Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b0890214-638b-4d9a-a5fd-53658112801f
2022-08-27T04:30:17.136Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bedb8be4-d6a6-4887-8dc6-1868ea6169ed from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-27T04:30:17.136Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:30:17.136Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:17.205Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:30:17.205Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json bedb8be4-d6a6-4887-8dc6-1868ea6169ed 787
2022-08-27T04:30:17.205Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:17.206Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:17.206Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:30:17.206Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:17.208Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:17.208Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574617205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:30:17.308Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:30:17.309Z||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-08-27T04:30:17.309Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:17.373Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:17.374Z||pool-59-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:30:18.209Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8fc4a1a7-22ee-43f8-a4cd-c2dd969402e1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bdaa13d4-c8ed-47a2-bdf8-24b62544a3c8",
    "vfModuleModelCustomizationUUID": "c8425bb3-2f8d-4e3d-a1d2-57fabb6362c6",
    "isBase": true,
    "artifacts": [
      "2337a7b5-9df1-4fea-a25d-07ff8e7d6040",
      "910e5bbf-7c12-47d2-8595-afcb6ddc1d03"
    ],
    "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-08-27T04:30:18.213Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bdaa13d4-c8ed-47a2-bdf8-24b62544a3c8
VfModuleModelInvariantUUID:8fc4a1a7-22ee-43f8-a4cd-c2dd969402e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
2337a7b5-9df1-4fea-a25d-07ff8e7d6040
,
910e5bbf-7c12-47d2-8595-afcb6ddc1d03

}
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-08-27T04:30:18.215Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8fc4a1a7-22ee-43f8-a4cd-c2dd969402e1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bdaa13d4-c8ed-47a2-bdf8-24b62544a3c8",
    "vfModuleModelCustomizationUUID": "c8425bb3-2f8d-4e3d-a1d2-57fabb6362c6",
    "isBase": true,
    "artifacts": [
      "2337a7b5-9df1-4fea-a25d-07ff8e7d6040",
      "910e5bbf-7c12-47d2-8595-afcb6ddc1d03"
    ],
    "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-08-27T04:30:18.215Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bdaa13d4-c8ed-47a2-bdf8-24b62544a3c8
VfModuleModelInvariantUUID:8fc4a1a7-22ee-43f8-a4cd-c2dd969402e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
2337a7b5-9df1-4fea-a25d-07ff8e7d6040
,
910e5bbf-7c12-47d2-8595-afcb6ddc1d03

}
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-08-27T04:30:18.215Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2337a7b5-9df1-4fea-a25d-07ff8e7d6040 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-27T04:30:18.215Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:30:18.216Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:18.289Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:30:18.290Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2337a7b5-9df1-4fea-a25d-07ff8e7d6040 5033
2022-08-27T04:30:18.290Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:18.290Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:18.290Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:30:18.291Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:18.293Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:18.293Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574618290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:30:18.393Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:30:18.394Z||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-08-27T04:30:18.394Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:18.435Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:18.435Z||pool-60-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:30:19.294Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 910e5bbf-7c12-47d2-8595-afcb6ddc1d03 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-27T04:30:19.295Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:30:19.295Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:19.352Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:30:19.352Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 910e5bbf-7c12-47d2-8595-afcb6ddc1d03 903
2022-08-27T04:30:19.353Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:19.353Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:19.353Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:30:19.353Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:19.355Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:19.356Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574619353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:30:19.455Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:30:19.456Z||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-08-27T04:30:19.456Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:19.535Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:19.536Z||pool-61-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:30:20.356Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e6db157f-e8c4-48d8-a23f-5f2e6de3674c
2022-08-27T04:30:20.357Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b0890214-638b-4d9a-a5fd-53658112801f 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-08-27T04:30:20.376Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1340f674, org.onap.sdc.toscaparser.api.parameters.Input@48278181, org.onap.sdc.toscaparser.api.parameters.Input@7443d931, org.onap.sdc.toscaparser.api.parameters.Input@5a239a50, org.onap.sdc.toscaparser.api.parameters.Input@4ec42436]
2022-08-27T04:30:20.378Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:20.378Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:20.379Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-08-27T04:30:20.379Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fd8e8e4f-2a15-4035-b0d5-d01d7586f136
2022-08-27T04:30:20.379Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fd8e8e4f-2a15-4035-b0d5-d01d7586f136 matches Tosca VF Customization UUID: fd8e8e4f-2a15-4035-b0d5-d01d7586f136
2022-08-27T04:30:20.379Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fd8e8e4f-2a15-4035-b0d5-d01d7586f136  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-08-27T04:30:20.382Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:20.382Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:20.382Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fd8e8e4f-2a15-4035-b0d5-d01d7586f136: {\"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-08-27T04:30:20.383Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16cca290
2022-08-27T04:30:20.383Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:20.383Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-27T04:30:20.383Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c8425bb3-2f8d-4e3d-a1d2-57fabb6362c6
2022-08-27T04:30:20.384Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c8425bb3-2f8d-4e3d-a1d2-57fabb6362c6
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-08-27T04:30:20.386Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:20.387Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-27T04:30:20.387Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:30:20.387Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:20.388Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-27T04:30:20.388Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:30:20.388Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:20.388Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-27T04:30:20.388Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-27T04:30:20.389Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-27T04:30:20.389Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2eaef1a3-ec28-47db-a2b7-3c59d3894376
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-08-27T04:30:20.391Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:20.391Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-27T04:30:20.392Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:30:20.392Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:20.392Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-27T04:30:20.392Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=fd8e8e4f-2a15-4035-b0d5-d01d7586f136
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-08-27T04:30:20.394Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:20.394Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:20.395Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e6db157f-e8c4-48d8-a23f-5f2e6de3674c: basic_vm
2022-08-27T04:30:20.395Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:20.395Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:20.395Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:20.395Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:20.396Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:20.396Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:20.396Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:20.397Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:20.397Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:30:20.397Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:30:20.397Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:20.498Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b0890214-638b-4d9a-a5fd-53658112801f 1 ASDC deployResourceStructure
2022-08-27T04:30:20.498Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:20.499Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:20.499Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:30:20.499Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:20.501Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:20.501Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574620498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:30:20.601Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:30:20.602Z||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-08-27T04:30:20.603Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:20.621Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:20.622Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:30:21.503Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:21.503Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:21.504Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:30:21.504Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:21.507Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:21.507Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574621502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-27T04:30:21.607Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:30:21.608Z||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-08-27T04:30:21.608Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:21.622Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:21.622Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:30:22.508Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:22.509Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:22.509Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:30:22.509Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:22.512Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:22.512Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574622508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-27T04:30:22.612Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:30:22.613Z||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-08-27T04:30:22.613Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:22.630Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:22.630Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:30:23.513Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-27T04:30:23.513Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-27T04:30:23.514Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:30:23.514Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:23.516Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:23.516Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574623512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:30:23.619Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-27T04:30:23.620Z||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-08-27T04:30:23.620Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:23.687Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:23.688Z||pool-65-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:30:24.517Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2cb7897d-48af-45ea-adeb-9263c72e7e85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:30:24.529Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2cb7897d-48af-45ea-adeb-9263c72e7e85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:30:24.531Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:30:24.531Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-27T04:30:24.532Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-27T04:30:24.532Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-27T04:30:24.532Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:30:24.532Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:30:24.532Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:30:24.532Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:30:24.532Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:30:24.532Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:30:24.533Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-27T04:30:24.537Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-27T04:30:54.538Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2cb7897d-48af-45ea-adeb-9263c72e7e85 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-08-27T04:30:54.548Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2cb7897d-48af-45ea-adeb-9263c72e7e85 and serviceModelVersionId: e6db157f-e8c4-48d8-a23f-5f2e6de3674c
2022-08-27T04:30:54.548Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a1a4b76c-0709-4247-9cc7-b267b628ee0f
2022-08-27T04:30:54.549Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a1a4b76c-0709-4247-9cc7-b267b628ee0f/model-vers/model-ver/e6db157f-e8c4-48d8-a23f-5f2e6de3674c?depth=0
2022-08-27T04:30:54.554Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-27T04:30:54.623Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1a4b76c-0709-4247-9cc7-b267b628ee0f/model-vers/model-ver/e6db157f-e8c4-48d8-a23f-5f2e6de3674c?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-08-27T04:30:54.625Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1a4b76c-0709-4247-9cc7-b267b628ee0f/model-vers/model-ver/e6db157f-e8c4-48d8-a23f-5f2e6de3674c?depth=0|INFO|500||Invoke
2022-08-27T04:30:54.650Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1a4b76c-0709-4247-9cc7-b267b628ee0f/model-vers/model-ver/e6db157f-e8c4-48d8-a23f-5f2e6de3674c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-27T04:30:54.837Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1a4b76c-0709-4247-9cc7-b267b628ee0f/model-vers/model-ver/e6db157f-e8c4-48d8-a23f-5f2e6de3674c?depth=0|INFO|500||InvokeReturn
2022-08-27T04:30:54.838Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1a4b76c-0709-4247-9cc7-b267b628ee0f/model-vers/model-ver/e6db157f-e8c4-48d8-a23f-5f2e6de3674c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220827-04:30:54:613-74328], vertex-id=[212992], Content-Length=[0], Date=[Sat, 27 Aug 2022 04:30:54 GMT], Content-Type=[application/json]}
2022-08-27T04:30:54.839Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-08-27T04:30:54.839Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-27T04:30:54.839Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||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-08-27T04:30:54.855Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-27T04:30:54.856Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2cb7897d-48af-45ea-adeb-9263c72e7e85 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-27T04:30:54.856Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-27T04:30:54.857Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:54.859Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:54.860Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574654856,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:30:54.959Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:30:54.961Z||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-08-27T04:30:54.961Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:54.979Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:54.980Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 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-08-27T04:30:55.873Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-27T04:30:55.874Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e65a8487-6b81-412e-a516-049f4fe77e19","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"566e559d-a43b-4865-9a00-6af35dcfa56b","serviceDescription":"service","serviceInvariantUUID":"7199c2bc-de19-480f-a520-7f5a04675ac6","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ffb53cc5-37e9-4eba-98ae-092aae18ec22","resourceInvariantUUID":"c497bacb-1b03-4e01-9c2b-29ab3984c89f","resourceCustomizationUUID":"ad465423-5df6-428e-985c-15466953aff1","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":"M2E3ODg4ZmEzNWY3MGJhMmYxODI3NmUwNTE1MjNkNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4c7014de-cb2a-4360-bbce-01f701371621","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":"3191a8a6-55b8-4890-919a-3e9c3b863263","artifactVersion":"2","generatedFromUUID":"29698f29-a55d-4b97-ad2c-5862e346cd7a"},{"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":"29698f29-a55d-4b97-ad2c-5862e346cd7a","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":"YWEzZGJmZDg4ZmI0YzkyYTAxYzdmZGQ4MjQyOTA5MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d912e0-3366-4c78-b5ff-963964ff69ec","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":"0ff14590-4b52-42a0-9bb9-938e2fb91f64","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":"3f09e0eb-dd50-4c4b-8bea-a693e949ce57","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":"d344819d-9a15-4c8e-8736-a595c63473bc","artifactVersion":"2","generatedFromUUID":"0ff14590-4b52-42a0-9bb9-938e2fb91f64"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWVhMTg1MjhjZmFmNmNiNDYzNTdkYWJhZTkyNTI3NTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83e78d67-9972-43ec-95bb-073fc8613d78","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDY2ZDFlNDkzZmI4NDMyZDJlZjY5MDZmODc3N2YwYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9810905-187c-47ee-8316-8c15eb962d80","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-27T04:30:55.874Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:30:55.874Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:55.876Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:55.876Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:30:55.980Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-27T04:30:55.981Z||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-08-27T04:30:55.982Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:56.003Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:56.004Z||pool-67-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:30:56.876Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:30:56.878Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:56.879Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:56.880Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-27T04:30:56.980Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:30:56.981Z||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-08-27T04:30:56.981Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:57.000Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:57.001Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:30:57.880Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:30:57.881Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:57.883Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:57.883Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-27T04:30:57.983Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:30:57.984Z||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-08-27T04:30:57.984Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:58.012Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:58.012Z||pool-69-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:30:58.883Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:30:58.884Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:58.886Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:58.886Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:30:58.986Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:30:58.987Z||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-08-27T04:30:58.987Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:30:59.009Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:30:59.009Z||pool-70-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:30:59.886Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:30:59.887Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:30:59.889Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:30:59.889Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:30:59.989Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:30:59.990Z||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-08-27T04:30:59.990Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:00.023Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:00.024Z||pool-71-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:31:00.889Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:31:00.890Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:00.892Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:00.892Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:31:00.992Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:31:00.992Z||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-08-27T04:31:00.993Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:01.028Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:01.028Z||pool-72-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:31:01.892Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:31:01.893Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:01.894Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:01.894Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-27T04:31:01.994Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:31:01.995Z||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-08-27T04:31:01.996Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:02.113Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:02.114Z||pool-73-thread-1|||||INFO|500||cambria reply ok (119 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:31:02.895Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:31:02.895Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:02.897Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:02.897Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:31:02.997Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:31:02.998Z||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-08-27T04:31:02.998Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:03.063Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:03.063Z||pool-74-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:31:03.898Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:31:03.898Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:03.900Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:03.901Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:31:04.000Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:31:04.001Z||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-08-27T04:31:04.001Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:04.021Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:04.021Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:31:04.902Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "566e559d-a43b-4865-9a00-6af35dcfa56b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7199c2bc-de19-480f-a520-7f5a04675ac6",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ad465423-5df6-428e-985c-15466953aff1",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ffb53cc5-37e9-4eba-98ae-092aae18ec22",
      "resourceInvariantUUID": "c497bacb-1b03-4e01-9c2b-29ab3984c89f",
      "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": "3191a8a6-55b8-4890-919a-3e9c3b863263",
          "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": "29698f29-a55d-4b97-ad2c-5862e346cd7a",
          "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": "YWEzZGJmZDg4ZmI0YzkyYTAxYzdmZGQ4MjQyOTA5MGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b3d912e0-3366-4c78-b5ff-963964ff69ec",
          "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": "0ff14590-4b52-42a0-9bb9-938e2fb91f64",
          "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": "d344819d-9a15-4c8e-8736-a595c63473bc",
            "generatedFromUUID": "0ff14590-4b52-42a0-9bb9-938e2fb91f64"
          },
          "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": "d344819d-9a15-4c8e-8736-a595c63473bc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDY2ZDFlNDkzZmI4NDMyZDJlZjY5MDZmODc3N2YwYTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f9810905-187c-47ee-8316-8c15eb962d80"
    }
  ],
  "workloadContext": "Production"
}
2022-08-27T04:31:04.902Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-27T04:31:04.902Z|2cb7897d-48af-45ea-adeb-9263c72e7e85|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 566e559d-a43b-4865-9a00-6af35dcfa56b ASDC
2022-08-27T04:31:04.903Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e65a8487-6b81-412e-a516-049f4fe77e19
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:566e559d-a43b-4865-9a00-6af35dcfa56b
ServiceInvariantUUID:7199c2bc-de19-480f-a520-7f5a04675ac6
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:f9810905-187c-47ee-8316-8c15eb962d80
ArtifactChecksum:MDY2ZDFlNDkzZmI4NDMyZDJlZjY5MDZmODc3N2YwYTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ad465423-5df6-428e-985c-15466953aff1
ResourceInvariantUUID:c497bacb-1b03-4e01-9c2b-29ab3984c89f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ffb53cc5-37e9-4eba-98ae-092aae18ec22
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:3191a8a6-55b8-4890-919a-3e9c3b863263
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:29698f29-a55d-4b97-ad2c-5862e346cd7a
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:b3d912e0-3366-4c78-b5ff-963964ff69ec
ArtifactChecksum:YWEzZGJmZDg4ZmI0YzkyYTAxYzdmZGQ4MjQyOTA5MGY=
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:0ff14590-4b52-42a0-9bb9-938e2fb91f64
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:d344819d-9a15-4c8e-8736-a595c63473bc
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:d344819d-9a15-4c8e-8736-a595c63473bc
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-27T04:31:04.903Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 566e559d-a43b-4865-9a00-6af35dcfa56b 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-08-27T04:31:04.976Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:31:04.977Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:31:04.977Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:31:04.977Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f9810905-187c-47ee-8316-8c15eb962d80 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-27T04:31:04.977Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:31:04.977Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-27T04:31:05.157Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:31:05.161Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f9810905-187c-47ee-8316-8c15eb962d80 68955
2022-08-27T04:31:05.162Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-27T04:31:05.162Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-27T04:31:05.162Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:31:05.162Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:05.164Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:05.164Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574665162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:31:05.264Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:31:05.264Z||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-08-27T04:31:05.265Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:05.285Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:05.286Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:31:06.164Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:31:06.165Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:31:06.165Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f9810905-187c-47ee-8316-8c15eb962d80, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-27T04:31:06.165Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-08-27T04:31:06.166Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-27T04:31:06.166Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-27T04:31:06.264Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2452654080420597376/Definitions/service-BasicCnf-template.yml
2022-08-27T04:31:07.321Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-27T04:31:07.322Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-27T04:31:07.322Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-27T04:31:07.322Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-27T04:31:07.323Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:07.323Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:07.323Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-27T04:31:07.323Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:07.324Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-27T04:31:07.324Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:07.324Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:07.324Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-27T04:31:07.325Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-27T04:31:07.325Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:31:07.325Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:07.326Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:07.326Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-27T04:31:07.326Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-27T04:31:07.326Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:31:07.327Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:07.327Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:07.327Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:07.327Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-27T04:31:07.328Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-08-27T04:31:07.328Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-08-27T04:31:07.328Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-27T04:31:07.328Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:07.329Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-27T04:31:07.329Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:07.329Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-27T04:31:07.330Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:31:07.330Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:07.330Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-27T04:31:07.331Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:31:07.331Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:07.331Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-27T04:31:07.332Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:31:07.332Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:07.332Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-27T04:31:07.333Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-27T04:31:07.333Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=920e6e14-6b09-4726-8f57-7ea84dd22cb4
2022-08-27T04:31:07.333Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:07.333Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:07.334Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:07.334Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:07.334Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:07.334Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:07.335Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:07.335Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:07.335Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:566e559d-a43b-4865-9a00-6af35dcfa56b
Model Version:NULL
Model InvariantUuid:7199c2bc-de19-480f-a520-7f5a04675ac6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a101262f-043d-4a30-ac16-be95368ceb3a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c497bacb-1b03-4e01-9c2b-29ab3984c89f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ad465423-5df6-428e-985c-15466953aff1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:db176ddf-fade-486d-b517-71a6677b0a73
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:b3d9675b-4c13-459b-8643-e753232dec92
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:920e6e14-6b09-4726-8f57-7ea84dd22cb4
ModelInvariantUuid:97cc4298-5090-4b26-8fb0-1e58104cff6a
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:395506c5-7893-47d0-a7cf-9bddd4ed7465
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:adfac483-a292-4c0d-9a6c-6fe1c59480eb
ModelInvariantUuid:dc285c7c-0cec-439e-b15d-12fcad490ba5
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d66bb92f-ad30-416d-aa17-e6f8bfe561d7
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-08-27T04:31:07.342Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ffb53cc5-37e9-4eba-98ae-092aae18ec22
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-08-27T04:31:07.347Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-08-27T04:31:07.347Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ffb53cc5-37e9-4eba-98ae-092aae18ec22
2022-08-27T04:31:07.347Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3191a8a6-55b8-4890-919a-3e9c3b863263 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-27T04:31:07.347Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:31:07.347Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:07.423Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:31:07.424Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 3191a8a6-55b8-4890-919a-3e9c3b863263 12
2022-08-27T04:31:07.424Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:07.424Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:07.425Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:31:07.425Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:07.427Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:07.427Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574667424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:31:07.527Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:31:07.528Z||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-08-27T04:31:07.528Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:07.576Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:07.576Z||pool-77-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:31:08.428Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 29698f29-a55d-4b97-ad2c-5862e346cd7a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-27T04:31:08.428Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:31:08.429Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:08.538Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:31:08.539Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 29698f29-a55d-4b97-ad2c-5862e346cd7a 2688
2022-08-27T04:31:08.539Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:08.539Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:08.539Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:31:08.540Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:08.541Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:08.542Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574668539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:31:08.642Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:31:08.643Z||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-08-27T04:31:08.643Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:08.666Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:08.666Z||pool-78-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:31:09.542Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b3d912e0-3366-4c78-b5ff-963964ff69ec from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-27T04:31:09.543Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:31:09.544Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:09.672Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:31:09.672Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b3d912e0-3366-4c78-b5ff-963964ff69ec 828
2022-08-27T04:31:09.673Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:09.673Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:09.673Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:31:09.673Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:09.675Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:09.675Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574669673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:31:09.775Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:31:09.776Z||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-08-27T04:31:09.776Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:09.825Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:09.826Z||pool-79-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:31:10.677Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "db176ddf-fade-486d-b517-71a6677b0a73",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3d9675b-4c13-459b-8643-e753232dec92",
    "vfModuleModelCustomizationUUID": "e4a44f07-e005-4341-ac0c-c1c65d0d5a54",
    "isBase": true,
    "artifacts": [
      "29698f29-a55d-4b97-ad2c-5862e346cd7a",
      "0ff14590-4b52-42a0-9bb9-938e2fb91f64",
      "d344819d-9a15-4c8e-8736-a595c63473bc"
    ],
    "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-08-27T04:31:10.681Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3d9675b-4c13-459b-8643-e753232dec92
VfModuleModelInvariantUUID:db176ddf-fade-486d-b517-71a6677b0a73
VfModuleModelDescription:NULL
Artifacts UUID List:{
29698f29-a55d-4b97-ad2c-5862e346cd7a
,
0ff14590-4b52-42a0-9bb9-938e2fb91f64
,
d344819d-9a15-4c8e-8736-a595c63473bc

}
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-08-27T04:31:10.682Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "db176ddf-fade-486d-b517-71a6677b0a73",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3d9675b-4c13-459b-8643-e753232dec92",
    "vfModuleModelCustomizationUUID": "e4a44f07-e005-4341-ac0c-c1c65d0d5a54",
    "isBase": true,
    "artifacts": [
      "29698f29-a55d-4b97-ad2c-5862e346cd7a",
      "0ff14590-4b52-42a0-9bb9-938e2fb91f64",
      "d344819d-9a15-4c8e-8736-a595c63473bc"
    ],
    "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-08-27T04:31:10.682Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3d9675b-4c13-459b-8643-e753232dec92
VfModuleModelInvariantUUID:db176ddf-fade-486d-b517-71a6677b0a73
VfModuleModelDescription:NULL
Artifacts UUID List:{
29698f29-a55d-4b97-ad2c-5862e346cd7a
,
0ff14590-4b52-42a0-9bb9-938e2fb91f64
,
d344819d-9a15-4c8e-8736-a595c63473bc

}
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-08-27T04:31:10.683Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0ff14590-4b52-42a0-9bb9-938e2fb91f64 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-27T04:31:10.683Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:31:10.683Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:10.832Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:31:10.832Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0ff14590-4b52-42a0-9bb9-938e2fb91f64 1164
2022-08-27T04:31:10.833Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:10.833Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:10.833Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:31:10.833Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:10.835Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:10.835Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574670832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:31:10.935Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:31:10.935Z||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-08-27T04:31:10.935Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:10.969Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:10.970Z||pool-80-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:31:11.836Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d344819d-9a15-4c8e-8736-a595c63473bc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-27T04:31:11.836Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:31:11.836Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:11.892Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:31:11.893Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d344819d-9a15-4c8e-8736-a595c63473bc 200
2022-08-27T04:31:11.893Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:11.893Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:11.893Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:31:11.893Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:11.895Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:11.895Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574671893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:31:11.999Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-27T04:31:12.000Z||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-08-27T04:31:12.000Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:12.035Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:12.036Z||pool-81-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:31:12.889Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:31:12.890Z||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-08-27T04:31:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:12.896Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 566e559d-a43b-4865-9a00-6af35dcfa56b
2022-08-27T04:31:12.896Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ffb53cc5-37e9-4eba-98ae-092aae18ec22 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-08-27T04:31:12.938Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-27T04:31:12.948Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42f9e129, org.onap.sdc.toscaparser.api.parameters.Input@4306799f, org.onap.sdc.toscaparser.api.parameters.Input@3057b937, org.onap.sdc.toscaparser.api.parameters.Input@60d9dc9b, org.onap.sdc.toscaparser.api.parameters.Input@6d248900]
2022-08-27T04:31:12.949Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:12.950Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:12.950Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-08-27T04:31:12.950Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ad465423-5df6-428e-985c-15466953aff1
2022-08-27T04:31:12.950Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ad465423-5df6-428e-985c-15466953aff1 matches Tosca VF Customization UUID: ad465423-5df6-428e-985c-15466953aff1
2022-08-27T04:31:12.951Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ad465423-5df6-428e-985c-15466953aff1  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-08-27T04:31:12.954Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:12.954Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:12.955Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ad465423-5df6-428e-985c-15466953aff1: {\"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-08-27T04:31:12.955Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e9e78b1
2022-08-27T04:31:12.955Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:12.955Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-27T04:31:12.956Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e4a44f07-e005-4341-ac0c-c1c65d0d5a54
2022-08-27T04:31:12.956Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e4a44f07-e005-4341-ac0c-c1c65d0d5a54
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-08-27T04:31:12.976Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:12.976Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-27T04:31:12.977Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:31:12.977Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:12.977Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-27T04:31:12.977Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:31:12.978Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:12.978Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-27T04:31:12.978Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-27T04:31:12.978Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=920e6e14-6b09-4726-8f57-7ea84dd22cb4
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-08-27T04:31:12.984Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:12.984Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-27T04:31:12.984Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:31:12.985Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:12.985Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-27T04:31:12.985Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ad465423-5df6-428e-985c-15466953aff1
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-08-27T04:31:12.991Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:12.991Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:12.991Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 566e559d-a43b-4865-9a00-6af35dcfa56b: basic_cnf
2022-08-27T04:31:12.992Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:12.992Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:12.992Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:12.992Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:12.993Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:12.993Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:12.993Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:12.993Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:12.994Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:31:12.994Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:31:12.994Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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=?
2022-08-27T04:31:13.101Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
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=?
2022-08-27T04:31:13.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:31:13.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7f6562-9090-49e0-9fd4-ebfabf0b5399",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574601793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:31:13.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:31:13.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:31:13.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:31:13.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:31:13.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:31:13.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:31:13.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:31:13.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:31:13.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:31:13.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:31:13.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:31:13.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:31:13.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:31:13.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:31:13.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-27T04:31:13.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:31:13.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:31:13.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:31:13.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
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-08-27T04:31:13.235Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ffb53cc5-37e9-4eba-98ae-092aae18ec22 1 ASDC deployResourceStructure
2022-08-27T04:31:13.236Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:13.236Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:13.236Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-27T04:31:13.237Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:13.239Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:13.239Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574673236,
  "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-08-27T04:31:13.339Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:31:13.339Z||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-08-27T04:31:13.340Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:13.385Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:13.386Z||pool-82-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:31:14.240Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:14.240Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:14.240Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-27T04:31:14.241Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:14.242Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:14.242Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574674240,
  "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-08-27T04:31:14.343Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:31:14.344Z||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-08-27T04:31:14.344Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:14.402Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:14.402Z||pool-83-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:31:15.244Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:15.244Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:15.244Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:31:15.244Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:15.246Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:15.254Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574675243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:31:15.346Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-27T04:31:15.347Z||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-08-27T04:31:15.347Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:15.372Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:15.372Z||pool-84-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:31:16.255Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:16.256Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:16.256Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:31:16.256Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:16.259Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:16.259Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574676255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-27T04:31:16.359Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:31:16.360Z||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-08-27T04:31:16.360Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:16.378Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:16.378Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:31:17.260Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:17.261Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:17.261Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:31:17.261Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:17.263Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:17.263Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574677260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-27T04:31:17.364Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-27T04:31:17.365Z||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-08-27T04:31:17.365Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:17.393Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:17.394Z||pool-86-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:31:18.264Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-27T04:31:18.264Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-27T04:31:18.264Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:31:18.265Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:18.267Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:18.267Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574678264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:31:18.367Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:31:18.368Z||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-08-27T04:31:18.368Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:18.397Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:18.397Z||pool-87-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:31:19.268Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e65a8487-6b81-412e-a516-049f4fe77e19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:31:19.281Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e65a8487-6b81-412e-a516-049f4fe77e19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:31:19.283Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:31:19.283Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-27T04:31:19.284Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-27T04:31:19.284Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-27T04:31:19.284Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:31:19.284Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:31:19.284Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:31:19.284Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:31:19.284Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:31:19.284Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:31:19.284Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-27T04:31:19.289Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-27T04:31:49.290Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e65a8487-6b81-412e-a516-049f4fe77e19 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-08-27T04:31:49.294Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e65a8487-6b81-412e-a516-049f4fe77e19 and serviceModelVersionId: 566e559d-a43b-4865-9a00-6af35dcfa56b
2022-08-27T04:31:49.295Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7199c2bc-de19-480f-a520-7f5a04675ac6
2022-08-27T04:31:49.295Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7199c2bc-de19-480f-a520-7f5a04675ac6/model-vers/model-ver/566e559d-a43b-4865-9a00-6af35dcfa56b?depth=0
2022-08-27T04:31:49.298Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-27T04:31:49.335Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7199c2bc-de19-480f-a520-7f5a04675ac6/model-vers/model-ver/566e559d-a43b-4865-9a00-6af35dcfa56b?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-08-27T04:31:49.336Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7199c2bc-de19-480f-a520-7f5a04675ac6/model-vers/model-ver/566e559d-a43b-4865-9a00-6af35dcfa56b?depth=0|INFO|500||Invoke
2022-08-27T04:31:49.368Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7199c2bc-de19-480f-a520-7f5a04675ac6/model-vers/model-ver/566e559d-a43b-4865-9a00-6af35dcfa56b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-27T04:31:49.663Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7199c2bc-de19-480f-a520-7f5a04675ac6/model-vers/model-ver/566e559d-a43b-4865-9a00-6af35dcfa56b?depth=0|INFO|500||InvokeReturn
2022-08-27T04:31:49.664Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7199c2bc-de19-480f-a520-7f5a04675ac6/model-vers/model-ver/566e559d-a43b-4865-9a00-6af35dcfa56b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220827-04:31:49:332-20381], vertex-id=[200800], Content-Length=[0], Date=[Sat, 27 Aug 2022 04:31:49 GMT], Content-Type=[application/json]}
2022-08-27T04:31:49.664Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-08-27T04:31:49.665Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-27T04:31:49.665Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||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-08-27T04:31:49.683Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-27T04:31:49.683Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e65a8487-6b81-412e-a516-049f4fe77e19 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-27T04:31:49.683Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-27T04:31:49.683Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:31:49.685Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:31:49.685Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574709683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:31:49.786Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:31:49.787Z||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-08-27T04:31:49.787Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:31:49.937Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:31:49.937Z||pool-88-thread-1|||||INFO|500||cambria reply ok (151 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-08-27T04:31:50.700Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:31:50.700Z|e65a8487-6b81-412e-a516-049f4fe77e19|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-08-27T04:31:50.700Z|e65a8487-6b81-412e-a516-049f4fe77e19|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:32:00.356Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:32:00.356Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:32:00.357Z|e65a8487-6b81-412e-a516-049f4fe77e19|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-08-27T04:32:00.357Z|e65a8487-6b81-412e-a516-049f4fe77e19|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:32:09.960Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:32:09.960Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:32:09.961Z|e65a8487-6b81-412e-a516-049f4fe77e19|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-08-27T04:32:09.961Z|e65a8487-6b81-412e-a516-049f4fe77e19|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:32:12.889Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:32:12.890Z||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-08-27T04:32:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:32:13.005Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:32:13.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:32:13.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:32:13.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574614798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:32:13.008Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:13.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574617205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:32:13.008Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:13.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574618290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:32:13.009Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:13.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574619353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:32:13.009Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:13.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574620498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:32:13.010Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:13.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574621502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-27T04:32:13.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:13.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574622508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-27T04:32:13.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:13.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574623512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:32:13.012Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:13.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cb7897d-48af-45ea-adeb-9263c72e7e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574654856,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:32:13.012Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:13.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:32:13.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:32:13.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-27T04:32:13.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:32:13.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-27T04:32:13.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:32:13.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:32:13.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:32:13.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:32:13.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:32:13.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:32:13.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:32:13.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-27T04:32:13.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:32:13.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:32:13.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:32:13.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574602808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:32:13.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:32:13.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574665162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:32:13.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:13.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574667424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:32:13.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:13.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574668539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:32:13.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:13.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574669673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:32:13.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:13.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574670832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:32:13.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:13.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:32:13.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574671893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:32:13.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:32:19.602Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:32:19.602Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:32:19.603Z|e65a8487-6b81-412e-a516-049f4fe77e19|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-08-27T04:32:19.603Z|e65a8487-6b81-412e-a516-049f4fe77e19|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:32:29.258Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:32:29.258Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:32:29.259Z|e65a8487-6b81-412e-a516-049f4fe77e19|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-08-27T04:32:29.259Z|e65a8487-6b81-412e-a516-049f4fe77e19|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:32:38.897Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:33:12.887Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:33:12.887Z|e65a8487-6b81-412e-a516-049f4fe77e19|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-08-27T04:33:12.887Z|e65a8487-6b81-412e-a516-049f4fe77e19|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:33:12.889Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:33:12.890Z||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-08-27T04:33:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:33:12.961Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:33:12.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:33:12.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574673236,
  "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-08-27T04:33:12.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:33:22.522Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:34:12.887Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:34:12.888Z|e65a8487-6b81-412e-a516-049f4fe77e19|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-08-27T04:34:12.888Z|e65a8487-6b81-412e-a516-049f4fe77e19|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:34:12.889Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:34:12.889Z||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-08-27T04:34:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:34:13.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:34:13.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:34:13.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574674240,
  "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-08-27T04:34:13.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:34:13.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:34:13.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574675243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:34:13.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:34:13.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:34:13.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574676255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-27T04:34:13.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:34:13.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:34:13.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574677260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-27T04:34:13.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:34:13.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:34:13.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574678264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:34:13.468Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:34:13.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:34:13.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e65a8487-6b81-412e-a516-049f4fe77e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661574709683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:34:13.468Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:34:22.550Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:35:12.887Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:35:12.888Z|e65a8487-6b81-412e-a516-049f4fe77e19|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-08-27T04:35:12.888Z|e65a8487-6b81-412e-a516-049f4fe77e19|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:35:12.889Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:35:12.889Z||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-08-27T04:35:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:35:22.484Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:35:22.537Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:36:12.887Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:36:12.888Z|e65a8487-6b81-412e-a516-049f4fe77e19|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-08-27T04:36:12.888Z|e65a8487-6b81-412e-a516-049f4fe77e19|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:36:12.889Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:36:12.889Z||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-08-27T04:36:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:36:22.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:36:22.567Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:37:12.887Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:37:12.887Z|e65a8487-6b81-412e-a516-049f4fe77e19|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-08-27T04:37:12.887Z|e65a8487-6b81-412e-a516-049f4fe77e19|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:37:12.889Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:37:12.889Z||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-08-27T04:37:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:37:22.510Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:37:22.567Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:38:12.887Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:38:12.887Z|e65a8487-6b81-412e-a516-049f4fe77e19|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-08-27T04:38:12.888Z|e65a8487-6b81-412e-a516-049f4fe77e19|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:38:12.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:38:12.890Z||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-08-27T04:38:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:38:22.475Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:38:22.494Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:39:12.887Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:39:12.888Z|e65a8487-6b81-412e-a516-049f4fe77e19|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-08-27T04:39:12.888Z|e65a8487-6b81-412e-a516-049f4fe77e19|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:39:12.889Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:39:12.890Z||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-08-27T04:39:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:39:22.508Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:39:22.520Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:12.887Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:40:12.888Z|e65a8487-6b81-412e-a516-049f4fe77e19|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-08-27T04:40:12.888Z|e65a8487-6b81-412e-a516-049f4fe77e19|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:12.889Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:40:12.889Z||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-08-27T04:40:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:22.065Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:22.065Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-27T04:40:22.065Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"cf33a8a5-ca2c-4744-8633-aa3ffaf9197f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3","serviceDescription":"service","serviceInvariantUUID":"ea24cf97-8124-451a-bd21-b7f1a625a9cd","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79ecd4db-c5d5-4f79-a56e-3f48aa7f9ae7","resourceInvariantUUID":"5fec30ef-7853-4a35-9cdb-fb48f1cf9679","resourceCustomizationUUID":"1bb90103-ddf3-4d59-ba23-52b0df30d55a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MWJiNGQ1ZjliNzczODkwODdiY2Q2MzlmYWY4ODZmODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b429a89a-3d83-446b-bba3-4dc3e600410d","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MmUzNjIyMjlhYzMwYmEwZWE0ZDcwMThhMWUwODdjNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"da50e4d8-7809-4c9a-a9e6-81afcf63ebac","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"058064c3-6f6a-46c8-a782-a99438b8c3c3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb780c51-e83d-45ad-bd35-935e5240e8dc","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f06dba01-c023-4fc9-87ff-15bd404aa7db","artifactVersion":"2","generatedFromUUID":"ce5d35ba-536d-4429-8fed-213ac7bb39f6"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"efc8c2c4-00e8-4ce2-b90d-59747d67a0b1","artifactVersion":"2","generatedFromUUID":"058064c3-6f6a-46c8-a782-a99438b8c3c3"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce5d35ba-536d-4429-8fed-213ac7bb39f6","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d9bf13f9-ac3d-4bae-a6f3-270f20286216","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YjJkMmE5MDc4NjkyYmI3MjZlN2Q1N2JlNWRhNDc0N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2bd910d5-e3e3-4cd3-b31e-1e25d36eb53a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OWY2YmYzMDI4ZDYwZjU3YjIyNjg0ZDY5YTNiNGNiNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"479c2161-689d-42e0-8a79-8c62183d1eea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-27T04:40:22.069Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:40:22.069Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:22.073Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:22.073Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:40:22.173Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:22.174Z||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-08-27T04:40:22.174Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:22.190Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:22.191Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:40:22.270Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:22.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:40:22.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "cds",
  "timestamp": 1661575214357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:40:22.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:40:22.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:40:22.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "clamp",
  "timestamp": 1661575216256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:40:22.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:40:23.074Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:40:23.074Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:23.076Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:23.076Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:40:23.177Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:23.177Z||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-08-27T04:40:23.177Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:23.195Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:23.195Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:40:24.077Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:40:24.077Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:24.079Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:24.080Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:40:24.180Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:24.181Z||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-08-27T04:40:24.181Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:24.220Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:24.221Z||pool-91-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:40:25.080Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:40:25.081Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:25.083Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:25.083Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:40:25.183Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:25.184Z||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-08-27T04:40:25.184Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:25.206Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:25.207Z||pool-92-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:40:26.083Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:40:26.085Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:26.087Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:26.087Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-27T04:40:26.187Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:26.187Z||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-08-27T04:40:26.188Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:26.213Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:26.214Z||pool-93-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:40:27.087Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:40:27.088Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:27.091Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:27.091Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-27T04:40:27.191Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:27.192Z||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-08-27T04:40:27.192Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:27.220Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:27.220Z||pool-94-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:40:28.092Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:40:28.093Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:28.095Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:28.095Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-27T04:40:28.195Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:28.196Z||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-08-27T04:40:28.196Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:28.218Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:28.218Z||pool-95-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:40:29.095Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:40:29.096Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:29.098Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:29.098Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:40:29.199Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:29.200Z||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-08-27T04:40:29.200Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:29.314Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:29.315Z||pool-96-thread-1|||||INFO|500||cambria reply ok (116 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:40:30.099Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:40:30.100Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:30.102Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:30.102Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:40:30.202Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:30.203Z||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-08-27T04:40:30.203Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:30.230Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:30.231Z||pool-97-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:40:31.103Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:40:31.103Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:31.106Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:31.106Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:40:31.206Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:31.207Z||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-08-27T04:40:31.207Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:31.233Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:31.233Z||pool-98-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:40:32.107Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea24cf97-8124-451a-bd21-b7f1a625a9cd",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "1bb90103-ddf3-4d59-ba23-52b0df30d55a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "79ecd4db-c5d5-4f79-a56e-3f48aa7f9ae7",
      "resourceInvariantUUID": "5fec30ef-7853-4a35-9cdb-fb48f1cf9679",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "MmUzNjIyMjlhYzMwYmEwZWE0ZDcwMThhMWUwODdjNmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "da50e4d8-7809-4c9a-a9e6-81afcf63ebac",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "058064c3-6f6a-46c8-a782-a99438b8c3c3",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "efc8c2c4-00e8-4ce2-b90d-59747d67a0b1",
            "generatedFromUUID": "058064c3-6f6a-46c8-a782-a99438b8c3c3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f06dba01-c023-4fc9-87ff-15bd404aa7db",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "efc8c2c4-00e8-4ce2-b90d-59747d67a0b1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce5d35ba-536d-4429-8fed-213ac7bb39f6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OWY2YmYzMDI4ZDYwZjU3YjIyNjg0ZDY5YTNiNGNiNzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "479c2161-689d-42e0-8a79-8c62183d1eea"
    }
  ],
  "workloadContext": "Production"
}
2022-08-27T04:40:32.108Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-27T04:40:32.108Z|e65a8487-6b81-412e-a516-049f4fe77e19|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3 ASDC
2022-08-27T04:40:32.109Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3
ServiceInvariantUUID:ea24cf97-8124-451a-bd21-b7f1a625a9cd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:479c2161-689d-42e0-8a79-8c62183d1eea
ArtifactChecksum:OWY2YmYzMDI4ZDYwZjU3YjIyNjg0ZDY5YTNiNGNiNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:1bb90103-ddf3-4d59-ba23-52b0df30d55a
ResourceInvariantUUID:5fec30ef-7853-4a35-9cdb-fb48f1cf9679
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:79ecd4db-c5d5-4f79-a56e-3f48aa7f9ae7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:da50e4d8-7809-4c9a-a9e6-81afcf63ebac
ArtifactChecksum:MmUzNjIyMjlhYzMwYmEwZWE0ZDcwMThhMWUwODdjNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:058064c3-6f6a-46c8-a782-a99438b8c3c3
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:efc8c2c4-00e8-4ce2-b90d-59747d67a0b1
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:f06dba01-c023-4fc9-87ff-15bd404aa7db
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:efc8c2c4-00e8-4ce2-b90d-59747d67a0b1
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:ce5d35ba-536d-4429-8fed-213ac7bb39f6
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-27T04:40:32.109Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3 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-08-27T04:40:32.153Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:40:32.154Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:40:32.154Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:40:32.155Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 479c2161-689d-42e0-8a79-8c62183d1eea from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-27T04:40:32.155Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:40:32.155Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-27T04:40:32.235Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:40:32.243Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 479c2161-689d-42e0-8a79-8c62183d1eea 158206
2022-08-27T04:40:32.243Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-27T04:40:32.243Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-27T04:40:32.244Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:40:32.244Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:32.246Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:32.246Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575232243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:40:32.346Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:32.347Z||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-08-27T04:40:32.347Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:32.371Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:32.372Z||pool-99-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:40:33.247Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:40:33.248Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-27T04:40:33.248Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 479c2161-689d-42e0-8a79-8c62183d1eea, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-27T04:40:33.248Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-08-27T04:40:33.249Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-27T04:40:33.249Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-27T04:40:33.429Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15812507143318570778/Definitions/service-BasicCnfMacro-template.yml
2022-08-27T04:40:34.636Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-27T04:40:34.636Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-27T04:40:34.636Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-27T04:40:34.636Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-27T04:40:34.637Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-27T04:40:34.637Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-27T04:40:34.637Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-27T04:40:34.637Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_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-BasicCnfMacro-csar.csar
2022-08-27T04:40:34.637Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-27T04:40:34.637Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:34.637Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:34.638Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-27T04:40:34.638Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-27T04:40:34.638Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:40:34.638Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:34.638Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:34.638Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-27T04:40:34.639Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-27T04:40:34.639Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:40:34.639Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:34.639Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:34.639Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:34.639Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-27T04:40:34.639Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-08-27T04:40:34.639Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-08-27T04:40:34.640Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-27T04:40:34.640Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:34.640Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-27T04:40:34.640Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:34.640Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-27T04:40:34.640Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:40:34.640Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:34.641Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-27T04:40:34.641Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:40:34.641Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:34.641Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-27T04:40:34.641Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:40:34.641Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:34.641Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-27T04:40:34.641Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:40:34.642Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:34.642Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-27T04:40:34.642Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-08-27T04:40:34.642Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1b064d8d-e924-4329-97a2-ac4dc041ae31
2022-08-27T04:40:34.642Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:34.642Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:34.642Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:34.642Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:34.643Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:34.643Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:34.643Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:34.643Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:34.643Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3
Model Version:NULL
Model InvariantUuid:ea24cf97-8124-451a-bd21-b7f1a625a9cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:3a579193-16a4-4d99-b7e8-8e178058b62e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5fec30ef-7853-4a35-9cdb-fb48f1cf9679
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1bb90103-ddf3-4d59-ba23-52b0df30d55a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4102e7c7-6d66-4c8c-8f9a-bc277d2d460c
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:e43c6e44-1a44-4003-af40-b2fb5362c0b6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:a20e198c-021b-4de0-96a8-7479ebece74e
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:27520f27-ea45-4ec5-9e83-d04cc6d9c0b0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1b064d8d-e924-4329-97a2-ac4dc041ae31
ModelInvariantUuid:2b19485f-4b2e-4391-8ff1-70f41f1c9142
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:a19970a0-5a90-4d8f-adfd-249d22394121
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:65e1df99-1252-4d87-94f5-e412b685be60
ModelInvariantUuid:591d08c1-fca8-4bfd-81a5-916e171103bb
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:30106a39-984b-4b1c-8c76-5018282c9ded
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-08-27T04:40:34.651Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 79ecd4db-c5d5-4f79-a56e-3f48aa7f9ae7
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-08-27T04:40:34.656Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-08-27T04:40:34.656Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79ecd4db-c5d5-4f79-a56e-3f48aa7f9ae7
2022-08-27T04:40:34.656Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: da50e4d8-7809-4c9a-a9e6-81afcf63ebac from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-27T04:40:34.656Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:40:34.656Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-27T04:40:34.708Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:40:34.708Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json da50e4d8-7809-4c9a-a9e6-81afcf63ebac 1565
2022-08-27T04:40:34.708Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-27T04:40:34.708Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-27T04:40:34.708Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:40:34.709Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:34.710Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:34.710Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575234708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:40:34.811Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:34.811Z||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-08-27T04:40:34.811Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:34.830Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:34.830Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:40:35.711Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "a20e198c-021b-4de0-96a8-7479ebece74e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "27520f27-ea45-4ec5-9e83-d04cc6d9c0b0",
    "vfModuleModelCustomizationUUID": "e14e9aae-e6d3-455a-a161-947a0596bf51",
    "isBase": true,
    "artifacts": [
      "058064c3-6f6a-46c8-a782-a99438b8c3c3",
      "efc8c2c4-00e8-4ce2-b90d-59747d67a0b1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "4102e7c7-6d66-4c8c-8f9a-bc277d2d460c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e43c6e44-1a44-4003-af40-b2fb5362c0b6",
    "vfModuleModelCustomizationUUID": "08cb517e-983e-477d-8df2-8a10fc92ff4b",
    "isBase": false,
    "artifacts": [
      "ce5d35ba-536d-4429-8fed-213ac7bb39f6"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-27T04:40:35.715Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:27520f27-ea45-4ec5-9e83-d04cc6d9c0b0
VfModuleModelInvariantUUID:a20e198c-021b-4de0-96a8-7479ebece74e
VfModuleModelDescription:NULL
Artifacts UUID List:{
058064c3-6f6a-46c8-a782-a99438b8c3c3
,
efc8c2c4-00e8-4ce2-b90d-59747d67a0b1

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:e43c6e44-1a44-4003-af40-b2fb5362c0b6
VfModuleModelInvariantUUID:4102e7c7-6d66-4c8c-8f9a-bc277d2d460c
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce5d35ba-536d-4429-8fed-213ac7bb39f6

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-08-27T04:40:35.717Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "a20e198c-021b-4de0-96a8-7479ebece74e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "27520f27-ea45-4ec5-9e83-d04cc6d9c0b0",
    "vfModuleModelCustomizationUUID": "e14e9aae-e6d3-455a-a161-947a0596bf51",
    "isBase": true,
    "artifacts": [
      "058064c3-6f6a-46c8-a782-a99438b8c3c3",
      "efc8c2c4-00e8-4ce2-b90d-59747d67a0b1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "4102e7c7-6d66-4c8c-8f9a-bc277d2d460c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e43c6e44-1a44-4003-af40-b2fb5362c0b6",
    "vfModuleModelCustomizationUUID": "08cb517e-983e-477d-8df2-8a10fc92ff4b",
    "isBase": false,
    "artifacts": [
      "ce5d35ba-536d-4429-8fed-213ac7bb39f6"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-27T04:40:35.717Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:27520f27-ea45-4ec5-9e83-d04cc6d9c0b0
VfModuleModelInvariantUUID:a20e198c-021b-4de0-96a8-7479ebece74e
VfModuleModelDescription:NULL
Artifacts UUID List:{
058064c3-6f6a-46c8-a782-a99438b8c3c3
,
efc8c2c4-00e8-4ce2-b90d-59747d67a0b1

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:e43c6e44-1a44-4003-af40-b2fb5362c0b6
VfModuleModelInvariantUUID:4102e7c7-6d66-4c8c-8f9a-bc277d2d460c
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce5d35ba-536d-4429-8fed-213ac7bb39f6

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-08-27T04:40:35.717Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 058064c3-6f6a-46c8-a782-a99438b8c3c3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-27T04:40:35.717Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:40:35.717Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-27T04:40:35.782Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:40:35.783Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 058064c3-6f6a-46c8-a782-a99438b8c3c3 914
2022-08-27T04:40:35.783Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-27T04:40:35.783Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-27T04:40:35.783Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:40:35.784Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:35.785Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:35.785Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575235783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:40:35.885Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:35.886Z||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-08-27T04:40:35.886Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:35.907Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:35.908Z||pool-101-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:40:36.786Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f06dba01-c023-4fc9-87ff-15bd404aa7db from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-27T04:40:36.786Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:40:36.787Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-27T04:40:36.850Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:40:36.851Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f06dba01-c023-4fc9-87ff-15bd404aa7db 12
2022-08-27T04:40:36.851Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-27T04:40:36.851Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-27T04:40:36.851Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:40:36.851Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:36.853Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:36.853Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575236851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:40:36.953Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:36.954Z||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-08-27T04:40:36.954Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:36.976Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:36.976Z||pool-102-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:40:37.854Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: efc8c2c4-00e8-4ce2-b90d-59747d67a0b1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-27T04:40:37.854Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:40:37.855Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-27T04:40:37.917Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:40:37.918Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env efc8c2c4-00e8-4ce2-b90d-59747d67a0b1 96
2022-08-27T04:40:37.918Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-27T04:40:37.918Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-27T04:40:37.918Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:40:37.919Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:37.920Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:37.921Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575237918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:40:38.021Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:38.022Z||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-08-27T04:40:38.022Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:38.112Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:38.112Z||pool-103-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:40:38.921Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ce5d35ba-536d-4429-8fed-213ac7bb39f6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-27T04:40:38.922Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-27T04:40:38.922Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-27T04:40:38.974Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-27T04:40:38.975Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ce5d35ba-536d-4429-8fed-213ac7bb39f6 20206
2022-08-27T04:40:38.975Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-27T04:40:38.975Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-27T04:40:38.975Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:40:38.975Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:38.977Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:38.977Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575238975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:40:39.077Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:39.078Z||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-08-27T04:40:39.078Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:39.111Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:39.111Z||pool-104-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:40:39.985Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3
2022-08-27T04:40:39.985Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 79ecd4db-c5d5-4f79-a56e-3f48aa7f9ae7 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 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-08-27T04:40:39.996Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77d7340, org.onap.sdc.toscaparser.api.parameters.Input@11aeaa1, org.onap.sdc.toscaparser.api.parameters.Input@537ad560, org.onap.sdc.toscaparser.api.parameters.Input@392f244c, org.onap.sdc.toscaparser.api.parameters.Input@55a4b75a]
2022-08-27T04:40:39.998Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:39.998Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:39.998Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-08-27T04:40:39.999Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 1bb90103-ddf3-4d59-ba23-52b0df30d55a
2022-08-27T04:40:39.999Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1bb90103-ddf3-4d59-ba23-52b0df30d55a matches Tosca VF Customization UUID: 1bb90103-ddf3-4d59-ba23-52b0df30d55a
2022-08-27T04:40:39.999Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 1bb90103-ddf3-4d59-ba23-52b0df30d55a  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-08-27T04:40:40.002Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:40.002Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:40.003Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 1bb90103-ddf3-4d59-ba23-52b0df30d55a: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-08-27T04:40:40.003Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46a44dba
2022-08-27T04:40:40.003Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:40.004Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-27T04:40:40.004Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 08cb517e-983e-477d-8df2-8a10fc92ff4b
2022-08-27T04:40:40.004Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 08cb517e-983e-477d-8df2-8a10fc92ff4b
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-08-27T04:40:40.007Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:40.007Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-27T04:40:40.007Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:40:40.008Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:40.008Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-27T04:40:40.008Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:40:40.008Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:40.009Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-27T04:40:40.009Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1bb90103-ddf3-4d59-ba23-52b0df30d55a
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-08-27T04:40:40.011Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:40.011Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:40.012Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3: basic_cnf_macro
2022-08-27T04:40:40.012Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:40.012Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:40.013Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:40.013Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:40.013Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:40.013Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:40.013Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:40.014Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:40.014Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:40:40.014Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:40:40.014Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_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 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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-08-27T04:40:40.062Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 79ecd4db-c5d5-4f79-a56e-3f48aa7f9ae7 2 ASDC deployResourceStructure
2022-08-27T04:40:40.062Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-27T04:40:40.062Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-27T04:40:40.062Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:40:40.063Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:40.065Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:40.065Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575240062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:40:40.165Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:40.165Z||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-08-27T04:40:40.166Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:40.188Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:40.188Z||pool-105-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:40:41.066Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-27T04:40:41.066Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-27T04:40:41.066Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:40:41.067Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:41.069Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:41.069Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575241066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-27T04:40:41.169Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:41.170Z||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-08-27T04:40:41.170Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:41.188Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:41.189Z||pool-106-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:40:42.070Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-27T04:40:42.070Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-08-27T04:40:42.071Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-27T04:40:42.071Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:42.073Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:42.073Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575242070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-27T04:40:42.174Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-27T04:40:42.175Z||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-08-27T04:40:42.175Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:42.216Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:42.216Z||pool-107-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:40:43.074Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-27T04:40:43.075Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-27T04:40:43.075Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:40:43.075Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:43.078Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:43.078Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575243074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-27T04:40:43.178Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:43.180Z||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-08-27T04:40:43.180Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:43.211Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:43.211Z||pool-108-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:40:44.080Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-27T04:40:44.080Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-27T04:40:44.080Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-27T04:40:44.080Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:44.082Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:44.082Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575244079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-27T04:40:44.182Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:44.183Z||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-08-27T04:40:44.183Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:44.237Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:44.238Z||pool-109-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:40:45.083Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-27T04:40:45.083Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-27T04:40:45.083Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:40:45.083Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:40:45.087Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:40:45.087Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575245082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:40:45.187Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:40:45.188Z||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-08-27T04:40:45.188Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:40:45.223Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:40:45.224Z||pool-110-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:40:46.088Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:40:46.096Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:40:46.098Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:40:46.098Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:40:46.098Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:41:12.889Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:41:12.890Z||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-08-27T04:41:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:41:13.011Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:41:13.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:41:13.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575217356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:41:13.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:41:16.098Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:41:16.108Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:41:16.110Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:41:16.110Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:41:16.110Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:41:46.110Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:41:46.121Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:41:46.124Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:41:46.124Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:41:46.124Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:42:12.889Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:42:12.890Z||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-08-27T04:42:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:42:13.008Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:42:13.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:42:13.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:42:13.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:42:16.125Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:42:16.134Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:42:16.135Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:42:16.135Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:42:16.136Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:42:46.136Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:42:46.150Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:42:46.151Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:42:46.151Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:42:46.151Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:43:12.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:43:12.894Z||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-08-27T04:43:12.894Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:43:12.948Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:43:13.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575217356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "clamp",
  "timestamp": 1661575216256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "cds",
  "timestamp": 1661575214357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575217356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "cds",
  "timestamp": 1661575214357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "clamp",
  "timestamp": 1661575216256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "cds",
  "timestamp": 1661575214357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "clamp",
  "timestamp": 1661575216256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575217356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "clamp",
  "timestamp": 1661575216256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "cds",
  "timestamp": 1661575214357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575217356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "clamp",
  "timestamp": 1661575216256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "cds",
  "timestamp": 1661575214357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575217356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "clamp",
  "timestamp": 1661575216256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "cds",
  "timestamp": 1661575214357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575217356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "aai-ml",
  "timestamp": 1661575228062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575217356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "clamp",
  "timestamp": 1661575216256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "cds",
  "timestamp": 1661575214357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "policy-id",
  "timestamp": 1661575228252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "aai-ml",
  "timestamp": 1661575228062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "clamp",
  "timestamp": 1661575216256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "cds",
  "timestamp": 1661575214357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575217356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "policy-id",
  "timestamp": 1661575228252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575229044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "aai-ml",
  "timestamp": 1661575228062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "clamp",
  "timestamp": 1661575216256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575217356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "cds",
  "timestamp": 1661575214357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "policy-id",
  "timestamp": 1661575228252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575212887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575229044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "aai-ml",
  "timestamp": 1661575228062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "policy-id",
  "timestamp": 1661575228252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "cds",
  "timestamp": 1661575232323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.045Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575232243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575229044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "aai-ml",
  "timestamp": 1661575228062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "policy-id",
  "timestamp": 1661575228252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575229044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "aai-ml",
  "timestamp": 1661575228062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "policy-id",
  "timestamp": 1661575228252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575229044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "cds",
  "timestamp": 1661575234781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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-08-27T04:43:13.060Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
2022-08-27T04:43:13.060Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf33a8a5-ca2c-4744-8633-aa3ffaf9197f 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-08-27T04:43:13.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575234708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "aai-ml",
  "timestamp": 1661575228062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "policy-id",
  "timestamp": 1661575228252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575229044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575235783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "aai-ml",
  "timestamp": 1661575228062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "policy-id",
  "timestamp": 1661575228252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "cds",
  "timestamp": 1661575235784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575229044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "aai-ml",
  "timestamp": 1661575228062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575236851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.080Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "policy-id",
  "timestamp": 1661575228252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "clamp",
  "timestamp": 1661575237393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "cds",
  "timestamp": 1661575235784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575229044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "aai-ml",
  "timestamp": 1661575228062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575237918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.083Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "policy-id",
  "timestamp": 1661575228252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "cds",
  "timestamp": 1661575235784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575229044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575237356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "aai-ml",
  "timestamp": 1661575238883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575238975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "policy-id",
  "timestamp": 1661575239110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "cds",
  "timestamp": 1661575235784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575229044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575237356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575240062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:43:13.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "policy-id",
  "timestamp": 1661575240117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:43:13.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "cds",
  "timestamp": 1661575235784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575237356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575239949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575241066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-27T04:43:13.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "policy-id",
  "timestamp": 1661575241121,
  "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-08-27T04:43:13.097Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
2022-08-27T04:43:13.097Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf33a8a5-ca2c-4744-8633-aa3ffaf9197f 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-08-27T04:43:13.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "cds",
  "timestamp": 1661575235784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575237356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575241017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "clamp",
  "timestamp": 1661575241848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:43:13.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575242070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-27T04:43:13.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "cds",
  "timestamp": 1661575235784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575237356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "clamp",
  "timestamp": 1661575242851,
  "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-08-27T04:43:13.119Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
2022-08-27T04:43:13.119Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf33a8a5-ca2c-4744-8633-aa3ffaf9197f 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-08-27T04:43:13.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575242085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575243074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-27T04:43:13.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "cds",
  "timestamp": 1661575235784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575237356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575243767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575243170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575244079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-27T04:43:13.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "cds",
  "timestamp": 1661575244589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575237356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575244247,
  "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-08-27T04:43:13.134Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
2022-08-27T04:43:13.135Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf33a8a5-ca2c-4744-8633-aa3ffaf9197f 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-08-27T04:43:13.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575245082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:43:13.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575237356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "cds",
  "timestamp": 1661575245882,
  "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-08-27T04:43:13.170Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6f291ae-ebd9-4c98-be18-e58ff3493e80
2022-08-27T04:43:13.171Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6f291ae-ebd9-4c98-be18-e58ff3493e80 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-08-27T04:43:13.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575245954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:43:13.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575245251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:43:13.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "aai-ml",
  "timestamp": 1661575246747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:43:13.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "clamp",
  "timestamp": 1661575246256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575246957,
  "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-08-27T04:43:13.192Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
2022-08-27T04:43:13.193Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf33a8a5-ca2c-4744-8633-aa3ffaf9197f 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-08-27T04:43:13.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "aai-ml",
  "timestamp": 1661575247752,
  "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-08-27T04:43:13.205Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
2022-08-27T04:43:13.205Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf33a8a5-ca2c-4744-8633-aa3ffaf9197f 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-08-27T04:43:13.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "clamp",
  "timestamp": 1661575246256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "clamp",
  "timestamp": 1661575246256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "policy-id",
  "timestamp": 1661575248252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "clamp",
  "timestamp": 1661575246256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "policy-id",
  "timestamp": 1661575248252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575249044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "clamp",
  "timestamp": 1661575246256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "policy-id",
  "timestamp": 1661575248252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575249044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "clamp",
  "timestamp": 1661575246256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "policy-id",
  "timestamp": 1661575248252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575249044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "clamp",
  "timestamp": 1661575246256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "policy-id",
  "timestamp": 1661575248252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575249044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "clamp",
  "timestamp": 1661575246256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "policy-id",
  "timestamp": 1661575248252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575249044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "policy-id",
  "timestamp": 1661575248252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575249044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "policy-id",
  "timestamp": 1661575248252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575249044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "policy-id",
  "timestamp": 1661575257108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575249044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "policy-id",
  "timestamp": 1661575258112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:43:13.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575257951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "aai-ml",
  "timestamp": 1661575258062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "policy-id",
  "timestamp": 1661575259116,
  "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-08-27T04:43:13.238Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6f291ae-ebd9-4c98-be18-e58ff3493e80
2022-08-27T04:43:13.239Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6f291ae-ebd9-4c98-be18-e58ff3493e80 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-08-27T04:43:13.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575259038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "aai-ml",
  "timestamp": 1661575258062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575260091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "aai-ml",
  "timestamp": 1661575258062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575261110,
  "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-08-27T04:43:13.256Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6f291ae-ebd9-4c98-be18-e58ff3493e80
2022-08-27T04:43:13.257Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6f291ae-ebd9-4c98-be18-e58ff3493e80 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-08-27T04:43:13.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "aai-ml",
  "timestamp": 1661575258062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575262113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:43:13.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "aai-ml",
  "timestamp": 1661575258062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "aai-ml",
  "timestamp": 1661575258062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575263380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "aai-ml",
  "timestamp": 1661575258062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575263380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "clamp",
  "timestamp": 1661575265849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575263380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "aai-ml",
  "timestamp": 1661575258062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575263380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "aai-ml",
  "timestamp": 1661575266929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575263380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "clamp",
  "timestamp": 1661575268396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:43:13.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:13.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575263380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "clamp",
  "timestamp": 1661575269399,
  "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-08-27T04:43:13.278Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6f291ae-ebd9-4c98-be18-e58ff3493e80
2022-08-27T04:43:13.278Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6f291ae-ebd9-4c98-be18-e58ff3493e80 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-08-27T04:43:13.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575263380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:13.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575263380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:43:13.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:43:13.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:43:13.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575272057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:43:13.291Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:43:16.152Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:43:16.162Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf33a8a5-ca2c-4744-8633-aa3ffaf9197f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:43:16.165Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:43:16.165Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-27T04:43:16.165Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-27T04:43:16.165Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-27T04:43:16.165Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:43:16.165Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:43:16.165Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:43:16.165Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:43:16.165Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:43:16.165Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:43:16.166Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-27T04:43:16.170Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-27T04:43:46.170Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cf33a8a5-ca2c-4744-8633-aa3ffaf9197f 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-08-27T04:43:46.178Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cf33a8a5-ca2c-4744-8633-aa3ffaf9197f and serviceModelVersionId: f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3
2022-08-27T04:43:46.178Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea24cf97-8124-451a-bd21-b7f1a625a9cd
2022-08-27T04:43:46.180Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea24cf97-8124-451a-bd21-b7f1a625a9cd/model-vers/model-ver/f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3?depth=0
2022-08-27T04:43:46.188Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-27T04:43:46.246Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea24cf97-8124-451a-bd21-b7f1a625a9cd/model-vers/model-ver/f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3?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-08-27T04:43:46.249Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea24cf97-8124-451a-bd21-b7f1a625a9cd/model-vers/model-ver/f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3?depth=0|INFO|500||Invoke
2022-08-27T04:43:46.274Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea24cf97-8124-451a-bd21-b7f1a625a9cd/model-vers/model-ver/f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-27T04:43:46.402Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea24cf97-8124-451a-bd21-b7f1a625a9cd/model-vers/model-ver/f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3?depth=0|INFO|500||InvokeReturn
2022-08-27T04:43:46.403Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea24cf97-8124-451a-bd21-b7f1a625a9cd/model-vers/model-ver/f55ad3ee-f9ea-4093-bcdb-c5f19a161bc3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220827-04:43:46:256-56410], vertex-id=[585944], Content-Length=[0], Date=[Sat, 27 Aug 2022 04:43:46 GMT], Content-Type=[application/json]}
2022-08-27T04:43:46.403Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-08-27T04:43:46.403Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-27T04:43:46.403Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||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-08-27T04:43:46.408Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-27T04:43:46.408Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cf33a8a5-ca2c-4744-8633-aa3ffaf9197f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-27T04:43:46.408Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-27T04:43:46.409Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:43:46.411Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:43:46.412Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575426408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:43:46.511Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:43:46.512Z||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-08-27T04:43:46.512Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:43:46.581Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:43:46.582Z||pool-111-thread-1|||||INFO|500||cambria reply ok (70 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-08-27T04:43:47.453Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:43:47.453Z||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-08-27T04:43:47.453Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:43:52.791Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:43:52.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:43:52.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6f291ae-ebd9-4c98-be18-e58ff3493e80","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"1e5e364a-f431-40af-a808-f97d1f99abcc","serviceDescription":"service","serviceInvariantUUID":"3bf23520-b98c-4257-ab2d-7ad03efae196","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"750526f5-5b46-43c0-92a7-88bd1ae6c615","resourceInvariantUUID":"8a21d536-e316-4956-a140-845d2c80a98f","resourceCustomizationUUID":"8afe1a83-1964-481e-a7bd-524303d50aaa","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":"ZDAzODk0ZGM1OWMzMDFlOGM2YmIxZDg3MWM3NTNlNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60429515-8e67-4ade-a2b2-3ccf70bdd223","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":"MDZlZTY1NDM3YzU1OWY3NDJlOTRhYjI5ZmYzMjQ0ZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"37e4c5c0-dfee-4da3-a4b4-c44c949c6aa6","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":"df0a7d4f-ecf1-4c9e-b78a-8037562908c0","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":"90e3301c-3cff-4f37-a185-3f6bb151ec5a","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":"0301b482-c7f9-4249-b3db-4266cc547b5a","artifactVersion":"2","generatedFromUUID":"df0a7d4f-ecf1-4c9e-b78a-8037562908c0"},{"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":"YmM2ZmQxZDdmODczZThlOTllMzQ2MjZkN2Q5NzZmMzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"72afb326-336e-4d4a-af11-db11989bba3e","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":"YzI4NmJhOGNlNDdhMWFkZmViYjc4NjIyMjE4MGUwMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c3ba1a3-2371-4988-aa94-0ccfa6ae9e3b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzM0ZGU4ZDkzMWQyZWZmZGU5NTE0ODU1YTZiNzA1YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"371467a1-acaf-4e44-bd1f-2a6b2ff68181","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-27T04:43:52.794Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:43:52.794Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:43:52.796Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:43:52.796Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:52.897Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:43:52.898Z||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-08-27T04:43:52.898Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:43:52.991Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:43:52.992Z||pool-112-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:43:53.797Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:43:53.797Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:43:53.799Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:43:53.799Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:43:53.900Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:43:53.900Z||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-08-27T04:43:53.901Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:43:54.048Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:43:54.049Z||pool-113-thread-1|||||INFO|500||cambria reply ok (149 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:43:54.800Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:43:54.801Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:43:54.802Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:43:54.803Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:43:54.903Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:43:54.903Z||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-08-27T04:43:54.904Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:43:54.975Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:43:54.976Z||pool-114-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:43:55.803Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:43:55.804Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:43:55.806Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:43:55.806Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:55.906Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:43:55.907Z||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-08-27T04:43:55.907Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:43:56.030Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:43:56.030Z||pool-115-thread-1|||||INFO|500||cambria reply ok (124 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:43:56.806Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:43:56.807Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:43:56.809Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:43:56.809Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-27T04:43:56.909Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:43:56.910Z||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-08-27T04:43:56.910Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:43:57.064Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:43:57.064Z||pool-116-thread-1|||||INFO|500||cambria reply ok (155 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:43:57.810Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:43:57.811Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:43:57.814Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:43:57.814Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:57.914Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:43:57.915Z||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-08-27T04:43:57.915Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:43:57.965Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:43:57.966Z||pool-117-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:43:58.815Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:43:58.815Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:43:58.817Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:43:58.817Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:43:58.917Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:43:58.918Z||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-08-27T04:43:58.918Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:43:58.961Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:43:58.961Z||pool-118-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:43:59.817Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:43:59.818Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:43:59.820Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:43:59.820Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:43:59.920Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:43:59.921Z||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-08-27T04:43:59.921Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:43:59.976Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:43:59.977Z||pool-119-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:44:00.821Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1e5e364a-f431-40af-a808-f97d1f99abcc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3bf23520-b98c-4257-ab2d-7ad03efae196",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "8afe1a83-1964-481e-a7bd-524303d50aaa",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "750526f5-5b46-43c0-92a7-88bd1ae6c615",
      "resourceInvariantUUID": "8a21d536-e316-4956-a140-845d2c80a98f",
      "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": "MDZlZTY1NDM3YzU1OWY3NDJlOTRhYjI5ZmYzMjQ0ZDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "37e4c5c0-dfee-4da3-a4b4-c44c949c6aa6",
          "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": "df0a7d4f-ecf1-4c9e-b78a-8037562908c0",
          "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": "0301b482-c7f9-4249-b3db-4266cc547b5a",
            "generatedFromUUID": "df0a7d4f-ecf1-4c9e-b78a-8037562908c0"
          },
          "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": "0301b482-c7f9-4249-b3db-4266cc547b5a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YzM0ZGU4ZDkzMWQyZWZmZGU5NTE0ODU1YTZiNzA1YzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "371467a1-acaf-4e44-bd1f-2a6b2ff68181"
    }
  ],
  "workloadContext": "Production"
}
2022-08-27T04:44:00.821Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-27T04:44:00.821Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1e5e364a-f431-40af-a808-f97d1f99abcc ASDC
2022-08-27T04:44:00.822Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d6f291ae-ebd9-4c98-be18-e58ff3493e80
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:1e5e364a-f431-40af-a808-f97d1f99abcc
ServiceInvariantUUID:3bf23520-b98c-4257-ab2d-7ad03efae196
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:371467a1-acaf-4e44-bd1f-2a6b2ff68181
ArtifactChecksum:YzM0ZGU4ZDkzMWQyZWZmZGU5NTE0ODU1YTZiNzA1YzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:8afe1a83-1964-481e-a7bd-524303d50aaa
ResourceInvariantUUID:8a21d536-e316-4956-a140-845d2c80a98f
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:750526f5-5b46-43c0-92a7-88bd1ae6c615
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:37e4c5c0-dfee-4da3-a4b4-c44c949c6aa6
ArtifactChecksum:MDZlZTY1NDM3YzU1OWY3NDJlOTRhYjI5ZmYzMjQ0ZDA=
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:df0a7d4f-ecf1-4c9e-b78a-8037562908c0
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:0301b482-c7f9-4249-b3db-4266cc547b5a
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:0301b482-c7f9-4249-b3db-4266cc547b5a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-27T04:44:00.822Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1e5e364a-f431-40af-a808-f97d1f99abcc 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-08-27T04:44:00.860Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:44:00.861Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-27T04:44:00.861Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-27T04:44:00.861Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 371467a1-acaf-4e44-bd1f-2a6b2ff68181 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-27T04:44:00.861Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-27T04:44:00.861Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-27T04:44:01.037Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-27T04:44:01.040Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 371467a1-acaf-4e44-bd1f-2a6b2ff68181 78803
2022-08-27T04:44:01.041Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-27T04:44:01.041Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-27T04:44:01.041Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:44:01.041Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:44:01.043Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:44:01.043Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575441041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:44:01.143Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:44:01.144Z||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-08-27T04:44:01.144Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:44:01.173Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:44:01.174Z||pool-120-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:44:02.044Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:44:02.045Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-27T04:44:02.045Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 371467a1-acaf-4e44-bd1f-2a6b2ff68181, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-27T04:44:02.046Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-08-27T04:44:02.046Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-27T04:44:02.047Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-27T04:44:02.227Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3119128894269029268/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-08-27T04:44:03.387Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-27T04:44:03.387Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-27T04:44:03.387Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-27T04:44:03.388Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-27T04:44:03.388Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:03.388Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:03.388Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-27T04:44:03.388Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:03.388Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-27T04:44:03.388Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:03.388Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-27T04:44:03.388Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:03.388Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:03.388Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-27T04:44:03.388Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:03.389Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:03.389Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-27T04:44:03.389Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-27T04:44:03.389Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:44:03.389Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:03.389Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:03.389Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-27T04:44:03.390Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-27T04:44:03.390Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:44:03.390Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:03.390Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:03.390Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:03.390Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-27T04:44:03.390Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-27T04:44:03.391Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-27T04:44:03.391Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-27T04:44:03.391Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-27T04:44:03.391Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-27T04:44:03.391Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:03.391Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-27T04:44:03.391Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:03.392Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-27T04:44:03.392Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:44:03.392Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:03.392Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-27T04:44:03.392Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:44:03.392Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:03.392Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-27T04:44:03.393Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:44:03.393Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:03.393Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-27T04:44:03.393Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-27T04:44:03.393Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-27T04:44:03.393Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c4bf067c-d504-4da9-b5c5-ba4e27823545
2022-08-27T04:44:03.393Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:03.394Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:03.394Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:03.394Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:03.394Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:03.394Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:03.394Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:03.394Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:03.394Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:1e5e364a-f431-40af-a808-f97d1f99abcc
Model Version:NULL
Model InvariantUuid:3bf23520-b98c-4257-ab2d-7ad03efae196
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:8ccb511e-c391-48b0-8083-2686a88590c0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a21d536-e316-4956-a140-845d2c80a98f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8afe1a83-1964-481e-a7bd-524303d50aaa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:63339d07-b008-4d15-b46a-9d2ccba1588d
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8c2ee220-950b-4358-be40-67375c91fe06
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c4bf067c-d504-4da9-b5c5-ba4e27823545
ModelInvariantUuid:1e9fb84e-08dc-4278-9097-0eac6909d108
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:fbfdd46f-63bc-4dfd-930a-6793e90c2bb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b6c77aad-1db9-438a-a501-a3354cec73df
ModelInvariantUuid:8f6d6cd1-9835-4aef-ac5d-5e9899b969c7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:c7888032-044d-40c8-9382-e0e931418edb
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-08-27T04:44:03.407Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 750526f5-5b46-43c0-92a7-88bd1ae6c615
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-08-27T04:44:03.409Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-08-27T04:44:03.410Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 750526f5-5b46-43c0-92a7-88bd1ae6c615
2022-08-27T04:44:03.410Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 37e4c5c0-dfee-4da3-a4b4-c44c949c6aa6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-27T04:44:03.410Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-27T04:44:03.410Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:03.599Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-27T04:44:03.600Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 37e4c5c0-dfee-4da3-a4b4-c44c949c6aa6 792
2022-08-27T04:44:03.600Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:03.600Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:03.600Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:44:03.601Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:44:03.603Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:44:03.603Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575443600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:44:03.703Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:44:03.704Z||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-08-27T04:44:03.704Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:44:03.790Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:44:03.791Z||pool-121-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:44:04.604Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "63339d07-b008-4d15-b46a-9d2ccba1588d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c2ee220-950b-4358-be40-67375c91fe06",
    "vfModuleModelCustomizationUUID": "a968aa57-5e87-46b8-b04a-8611bb42cee4",
    "isBase": true,
    "artifacts": [
      "df0a7d4f-ecf1-4c9e-b78a-8037562908c0",
      "0301b482-c7f9-4249-b3db-4266cc547b5a"
    ],
    "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-08-27T04:44:04.608Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c2ee220-950b-4358-be40-67375c91fe06
VfModuleModelInvariantUUID:63339d07-b008-4d15-b46a-9d2ccba1588d
VfModuleModelDescription:NULL
Artifacts UUID List:{
df0a7d4f-ecf1-4c9e-b78a-8037562908c0
,
0301b482-c7f9-4249-b3db-4266cc547b5a

}
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-08-27T04:44:04.610Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "63339d07-b008-4d15-b46a-9d2ccba1588d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c2ee220-950b-4358-be40-67375c91fe06",
    "vfModuleModelCustomizationUUID": "a968aa57-5e87-46b8-b04a-8611bb42cee4",
    "isBase": true,
    "artifacts": [
      "df0a7d4f-ecf1-4c9e-b78a-8037562908c0",
      "0301b482-c7f9-4249-b3db-4266cc547b5a"
    ],
    "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-08-27T04:44:04.610Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c2ee220-950b-4358-be40-67375c91fe06
VfModuleModelInvariantUUID:63339d07-b008-4d15-b46a-9d2ccba1588d
VfModuleModelDescription:NULL
Artifacts UUID List:{
df0a7d4f-ecf1-4c9e-b78a-8037562908c0
,
0301b482-c7f9-4249-b3db-4266cc547b5a

}
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-08-27T04:44:04.610Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: df0a7d4f-ecf1-4c9e-b78a-8037562908c0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-27T04:44:04.611Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-27T04:44:04.611Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:04.714Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-27T04:44:04.715Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml df0a7d4f-ecf1-4c9e-b78a-8037562908c0 5033
2022-08-27T04:44:04.715Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:04.715Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:04.715Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:44:04.716Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:44:04.717Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:44:04.717Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575444715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:44:04.818Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:44:04.818Z||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-08-27T04:44:04.819Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:44:04.880Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:44:04.880Z||pool-122-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:44:05.718Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0301b482-c7f9-4249-b3db-4266cc547b5a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-27T04:44:05.719Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-27T04:44:05.719Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:05.820Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-27T04:44:05.820Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0301b482-c7f9-4249-b3db-4266cc547b5a 903
2022-08-27T04:44:05.820Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:05.820Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:05.820Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:44:05.821Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:44:05.823Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:44:05.823Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575445820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:44:05.923Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:44:05.924Z||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-08-27T04:44:05.924Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:44:05.954Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:44:05.955Z||pool-123-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:44:06.823Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1e5e364a-f431-40af-a808-f97d1f99abcc
2022-08-27T04:44:06.824Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 750526f5-5b46-43c0-92a7-88bd1ae6c615 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-08-27T04:44:06.840Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b477fde, org.onap.sdc.toscaparser.api.parameters.Input@509af219, org.onap.sdc.toscaparser.api.parameters.Input@5476be5c, org.onap.sdc.toscaparser.api.parameters.Input@151122a3, org.onap.sdc.toscaparser.api.parameters.Input@55e80650]
2022-08-27T04:44:06.842Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:06.842Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:06.842Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-27T04:44:06.842Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8afe1a83-1964-481e-a7bd-524303d50aaa
2022-08-27T04:44:06.842Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8afe1a83-1964-481e-a7bd-524303d50aaa matches Tosca VF Customization UUID: 8afe1a83-1964-481e-a7bd-524303d50aaa
2022-08-27T04:44:06.842Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8afe1a83-1964-481e-a7bd-524303d50aaa  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-08-27T04:44:06.846Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:06.846Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:06.847Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8afe1a83-1964-481e-a7bd-524303d50aaa: {\"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-08-27T04:44:06.847Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f98d479
2022-08-27T04:44:06.847Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:06.847Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-27T04:44:06.847Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a968aa57-5e87-46b8-b04a-8611bb42cee4
2022-08-27T04:44:06.848Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a968aa57-5e87-46b8-b04a-8611bb42cee4
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-08-27T04:44:06.850Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:06.850Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-27T04:44:06.850Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:44:06.850Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:06.850Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-27T04:44:06.851Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:44:06.851Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:06.851Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-27T04:44:06.851Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-27T04:44:06.851Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-27T04:44:06.851Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c4bf067c-d504-4da9-b5c5-ba4e27823545
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-08-27T04:44:06.854Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:06.854Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-27T04:44:06.854Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-27T04:44:06.854Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:06.854Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-27T04:44:06.855Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8afe1a83-1964-481e-a7bd-524303d50aaa
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-08-27T04:44:06.867Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:06.867Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:06.867Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1e5e364a-f431-40af-a808-f97d1f99abcc: basic_vm_macro
2022-08-27T04:44:06.867Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:06.867Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:06.868Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:06.868Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:06.868Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:06.868Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:06.868Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:06.868Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:06.868Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:44:06.869Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:44:06.869Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:06.971Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 750526f5-5b46-43c0-92a7-88bd1ae6c615 1 ASDC deployResourceStructure
2022-08-27T04:44:06.972Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:06.972Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:06.972Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:44:06.972Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:44:06.974Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:44:06.974Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575446972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:44:07.074Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:44:07.075Z||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-08-27T04:44:07.075Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:44:07.095Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:44:07.096Z||pool-124-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:44:07.975Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:07.975Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:07.975Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:44:07.975Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:44:07.977Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:44:07.977Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575447974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-27T04:44:08.077Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:44:08.078Z||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-08-27T04:44:08.078Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:44:08.123Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:44:08.124Z||pool-125-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:44:08.978Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:08.978Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:44:08.978Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:44:08.978Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:44:08.980Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:44:08.980Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575448977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-27T04:44:09.080Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:44:09.082Z||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-08-27T04:44:09.083Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:44:09.151Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:44:09.152Z||pool-126-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:44:09.981Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-27T04:44:09.982Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-27T04:44:09.982Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:44:09.982Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:44:09.984Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:44:09.985Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575449981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:44:10.085Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:44:10.085Z||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-08-27T04:44:10.086Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:44:10.115Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:44:10.115Z||pool-127-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:44:10.986Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6f291ae-ebd9-4c98-be18-e58ff3493e80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:44:10.995Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6f291ae-ebd9-4c98-be18-e58ff3493e80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:44:10.997Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:44:10.997Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:44:10.997Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:44:12.889Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:44:12.890Z||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-08-27T04:44:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:44:13.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:44:13.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:44:13.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575274419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:44:13.031Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:44:13.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:44:13.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "aai-ml",
  "timestamp": 1661575274419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:44:13.032Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:44:13.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:44:13.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575275423,
  "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-08-27T04:44:15.371Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6f291ae-ebd9-4c98-be18-e58ff3493e80
2022-08-27T04:44:15.371Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6f291ae-ebd9-4c98-be18-e58ff3493e80 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-08-27T04:44:15.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:44:15.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "aai-ml",
  "timestamp": 1661575275424,
  "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-08-27T04:44:15.387Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6f291ae-ebd9-4c98-be18-e58ff3493e80
2022-08-27T04:44:15.387Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6f291ae-ebd9-4c98-be18-e58ff3493e80 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-08-27T04:44:40.997Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6f291ae-ebd9-4c98-be18-e58ff3493e80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:44:41.017Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6f291ae-ebd9-4c98-be18-e58ff3493e80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:44:41.019Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:44:41.019Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-27T04:44:41.019Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-27T04:44:41.019Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-27T04:44:41.020Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:44:41.020Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:44:41.020Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:44:41.020Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:44:41.020Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:44:41.020Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:44:41.021Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-27T04:44:41.027Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-27T04:45:11.027Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6f291ae-ebd9-4c98-be18-e58ff3493e80 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-08-27T04:45:11.034Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6f291ae-ebd9-4c98-be18-e58ff3493e80 and serviceModelVersionId: 1e5e364a-f431-40af-a808-f97d1f99abcc
2022-08-27T04:45:11.034Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3bf23520-b98c-4257-ab2d-7ad03efae196
2022-08-27T04:45:11.035Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3bf23520-b98c-4257-ab2d-7ad03efae196/model-vers/model-ver/1e5e364a-f431-40af-a808-f97d1f99abcc?depth=0
2022-08-27T04:45:11.038Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-27T04:45:11.081Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bf23520-b98c-4257-ab2d-7ad03efae196/model-vers/model-ver/1e5e364a-f431-40af-a808-f97d1f99abcc?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-08-27T04:45:11.082Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bf23520-b98c-4257-ab2d-7ad03efae196/model-vers/model-ver/1e5e364a-f431-40af-a808-f97d1f99abcc?depth=0|INFO|500||Invoke
2022-08-27T04:45:11.102Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bf23520-b98c-4257-ab2d-7ad03efae196/model-vers/model-ver/1e5e364a-f431-40af-a808-f97d1f99abcc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-27T04:45:11.418Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bf23520-b98c-4257-ab2d-7ad03efae196/model-vers/model-ver/1e5e364a-f431-40af-a808-f97d1f99abcc?depth=0|INFO|500||InvokeReturn
2022-08-27T04:45:11.419Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bf23520-b98c-4257-ab2d-7ad03efae196/model-vers/model-ver/1e5e364a-f431-40af-a808-f97d1f99abcc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220827-04:45:11:091-93577], vertex-id=[250096], Content-Length=[0], Date=[Sat, 27 Aug 2022 04:45:11 GMT], Content-Type=[application/json]}
2022-08-27T04:45:11.419Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-08-27T04:45:11.420Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-27T04:45:11.420Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||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-08-27T04:45:11.434Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-27T04:45:11.434Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6f291ae-ebd9-4c98-be18-e58ff3493e80 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-27T04:45:11.435Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-27T04:45:11.435Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:45:11.437Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:45:11.437Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575511435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:45:11.537Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:45:11.538Z||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-08-27T04:45:11.538Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:45:11.613Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:45:11.613Z||pool-128-thread-1|||||INFO|500||cambria reply ok (76 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-08-27T04:45:12.468Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:45:12.468Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|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-08-27T04:45:12.469Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:45:12.889Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:45:12.890Z||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-08-27T04:45:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:45:13.133Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:45:13.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf33a8a5-ca2c-4744-8633-aa3ffaf9197f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575426408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:45:13.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:45:13.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:45:13.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:45:13.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-27T04:45:13.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:45:13.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:45:13.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:45:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:45:13.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:45:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-27T04:45:13.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:45:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:45:13.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:45:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:45:13.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:45:13.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575427453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:45:13.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:45:13.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575441041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:45:13.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:45:13.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575443600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:45:13.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:45:13.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575444715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:45:13.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:45:13.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575445820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:45:13.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:45:13.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575446972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-27T04:45:13.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:45:13.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575447974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-27T04:45:13.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:45:13.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575448977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-27T04:45:13.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:45:13.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-27T04:45:13.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575449981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:45:13.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:45:22.269Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:45:22.270Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:45:22.270Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|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-08-27T04:45:22.270Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:45:32.012Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:45:32.013Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:45:32.013Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|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-08-27T04:45:32.014Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:45:41.700Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:45:41.701Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:45:41.701Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|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-08-27T04:45:41.701Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:45:51.313Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:46:12.887Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:46:12.887Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|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-08-27T04:46:12.887Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:46:12.889Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:46:12.889Z||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-08-27T04:46:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:46:13.469Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:46:13.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-27T04:46:13.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6f291ae-ebd9-4c98-be18-e58ff3493e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575511435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:46:13.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:46:21.116Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:46:21.117Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-27T04:46:21.117Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e47eed8-9416-480f-85c7-9b192f8998ac","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"cc570075-101c-42aa-bc78-36a02b64419b","serviceDescription":"service","serviceInvariantUUID":"45cacddb-c9df-43da-aaee-30c96a604f27","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"abea0e32-baa0-4a84-a024-cf926d91b0d4","resourceInvariantUUID":"f50ceeb5-79ef-434e-acaf-b7e237b373c3","resourceCustomizationUUID":"a927cc2f-27a2-4a09-8d4a-fd26a5d743cd","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":"NmJhMmJkMmJkOTczODhmMmZmYTEwYmY4N2EyMzY0Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1eec8286-e80f-4ef0-9077-832bbe90698a","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":"cf6dbbcc-cbf9-440a-ada9-f9e77affc033","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":"41640c92-03c7-4a57-8305-d2a2b6a0d9ac","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":"ZmVkY2Q2NGRmN2E2NDhlMWRmYzljYzRmZTJlMjA0NTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"51b65b15-bb6c-4dd8-bd2c-d2b4ae7fa97a","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":"45362672-5d16-44f7-8814-39f0b903f343","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":"9c592a35-82d8-4e02-8cc7-f674400af910","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":"11023062-664a-4d20-a467-46845f7130c4","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":"OGU2OWQxMjk4ZDJhNGZmMWI0NzFlYWQ5YjgzYTgwYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14713928-7bcf-43db-9ed0-d5bdadc1466e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NWRmY2IwMjExMmUwNDhhNjgzNmQwZWU2NTFiYmViYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ec9f446-bdf1-449a-8038-d22343f227c2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-27T04:46:21.118Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:46:21.118Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:46:21.120Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:46:21.120Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:46:21.220Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:46:21.221Z||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-08-27T04:46:21.221Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:46:21.277Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:46:21.277Z||pool-129-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:46:22.121Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:46:22.122Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:46:22.123Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:46:22.124Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:46:22.224Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:46:22.225Z||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-08-27T04:46:22.225Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:46:22.314Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:46:22.315Z||pool-130-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":2,"count":1}
2022-08-27T04:46:23.125Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:46:23.125Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:46:23.127Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:46:23.127Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:46:23.227Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:46:23.227Z||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-08-27T04:46:23.228Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:46:23.409Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:46:23.410Z||pool-131-thread-1|||||INFO|500||cambria reply ok (183 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:46:24.127Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:46:24.128Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:46:24.130Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:46:24.130Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:46:24.230Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:46:24.231Z||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-08-27T04:46:24.231Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:46:24.332Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:46:24.333Z||pool-132-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":3,"count":1}
2022-08-27T04:46:25.131Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:46:25.131Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:46:25.133Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:46:25.134Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:46:25.233Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-27T04:46:25.234Z||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-08-27T04:46:25.234Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:46:25.338Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:46:25.339Z||pool-133-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":2,"count":1}
2022-08-27T04:46:26.134Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:46:26.134Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:46:26.136Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:46:26.136Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:46:26.236Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:46:26.237Z||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-08-27T04:46:26.237Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:46:26.259Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:46:26.260Z||pool-134-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-27T04:46:27.137Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:46:27.137Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:46:27.139Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:46:27.139Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:46:27.239Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:46:27.240Z||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-08-27T04:46:27.240Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:46:27.344Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:46:27.344Z||pool-135-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:46:28.139Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:46:28.140Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:46:28.142Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:46:28.142Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:46:28.242Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:46:28.243Z||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-08-27T04:46:28.243Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:46:28.524Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:46:28.525Z||pool-136-thread-1|||||INFO|500||cambria reply ok (283 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:46:29.143Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-27T04:46:29.145Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:46:29.147Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:46:29.147Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:46:29.247Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:46:29.248Z||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-08-27T04:46:29.248Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:46:29.344Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:46:29.344Z||pool-137-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:46:30.148Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "cc570075-101c-42aa-bc78-36a02b64419b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45cacddb-c9df-43da-aaee-30c96a604f27",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "a927cc2f-27a2-4a09-8d4a-fd26a5d743cd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "abea0e32-baa0-4a84-a024-cf926d91b0d4",
      "resourceInvariantUUID": "f50ceeb5-79ef-434e-acaf-b7e237b373c3",
      "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": "NWRmY2IwMjExMmUwNDhhNjgzNmQwZWU2NTFiYmViYzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6ec9f446-bdf1-449a-8038-d22343f227c2"
    }
  ],
  "workloadContext": "Production"
}
2022-08-27T04:46:30.148Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-27T04:46:30.149Z|d6f291ae-ebd9-4c98-be18-e58ff3493e80|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cc570075-101c-42aa-bc78-36a02b64419b ASDC
2022-08-27T04:46:30.149Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9e47eed8-9416-480f-85c7-9b192f8998ac
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:cc570075-101c-42aa-bc78-36a02b64419b
ServiceInvariantUUID:45cacddb-c9df-43da-aaee-30c96a604f27
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:6ec9f446-bdf1-449a-8038-d22343f227c2
ArtifactChecksum:NWRmY2IwMjExMmUwNDhhNjgzNmQwZWU2NTFiYmViYzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:a927cc2f-27a2-4a09-8d4a-fd26a5d743cd
ResourceInvariantUUID:f50ceeb5-79ef-434e-acaf-b7e237b373c3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:abea0e32-baa0-4a84-a024-cf926d91b0d4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-27T04:46:30.149Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cc570075-101c-42aa-bc78-36a02b64419b 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-08-27T04:46:30.176Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:46:30.177Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-27T04:46:30.177Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-27T04:46:30.177Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6ec9f446-bdf1-449a-8038-d22343f227c2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-27T04:46:30.178Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-27T04:46:30.178Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-27T04:46:30.318Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-27T04:46:30.323Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6ec9f446-bdf1-449a-8038-d22343f227c2 105663
2022-08-27T04:46:30.323Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-27T04:46:30.323Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-27T04:46:30.324Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-27T04:46:30.324Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:46:30.326Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:46:30.326Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575590323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:46:30.426Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:46:30.427Z||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-08-27T04:46:30.427Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:46:30.462Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:46:30.462Z||pool-138-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:46:31.327Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-27T04:46:31.327Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-27T04:46:31.327Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6ec9f446-bdf1-449a-8038-d22343f227c2, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-27T04:46:31.328Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-08-27T04:46:31.328Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-27T04:46:31.328Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-27T04:46:31.424Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14235817751620853105/Definitions/service-TestPnfMacro-template.yml
2022-08-27T04:46:32.118Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-27T04:46:32.118Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-27T04:46:32.119Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-27T04:46:32.119Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-27T04:46:32.119Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-27T04:46:32.119Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-27T04:46:32.119Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||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-08-27T04:46:32.120Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-27T04:46:32.120Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-27T04:46:32.120Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-27T04:46:32.120Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-27T04:46:32.120Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-27T04:46:32.121Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:46:32.121Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:46:32.121Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-27T04:46:32.122Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-27T04:46:32.122Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:46:32.122Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:46:32.122Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:46:32.123Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-27T04:46:32.123Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-27T04:46:32.123Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-27T04:46:32.123Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:46:32.124Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:46:32.124Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:46:32.124Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:46:32.124Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:46:32.125Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:46:32.125Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:46:32.125Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:46:32.125Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:46:32.126Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:46:32.126Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:cc570075-101c-42aa-bc78-36a02b64419b
Model Version:NULL
Model InvariantUuid:45cacddb-c9df-43da-aaee-30c96a604f27
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-08-27T04:46:32.165Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: abea0e32-baa0-4a84-a024-cf926d91b0d4
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-08-27T04:46:32.168Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-08-27T04:46:32.168Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: abea0e32-baa0-4a84-a024-cf926d91b0d4
2022-08-27T04:46:32.169Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||No resources found for Service: cc570075-101c-42aa-bc78-36a02b64419b
2022-08-27T04:46:32.169Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: cc570075-101c-42aa-bc78-36a02b64419b
2022-08-27T04:46:32.169Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 abea0e32-baa0-4a84-a024-cf926d91b0d4 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-08-27T04:46:32.174Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2edb0b87, org.onap.sdc.toscaparser.api.parameters.Input@64833f04, org.onap.sdc.toscaparser.api.parameters.Input@5a7996eb, org.onap.sdc.toscaparser.api.parameters.Input@1a5d676c, org.onap.sdc.toscaparser.api.parameters.Input@6c2cd093]
2022-08-27T04:46:32.174Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:46:32.175Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:46:32.176Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid cc570075-101c-42aa-bc78-36a02b64419b: test-pnf
2022-08-27T04:46:32.176Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||Processing PNF resource: abea0e32-baa0-4a84-a024-cf926d91b0d4
2022-08-27T04:46:32.176Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-27T04:46:32.177Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-27T04:46:32.177Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||Resource customization UUID: a927cc2f-27a2-4a09-8d4a-fd26a5d743cd is the same as notified resource customizationUUID: a927cc2f-27a2-4a09-8d4a-fd26a5d743cd
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-08-27T04:46:32.236Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf abea0e32-baa0-4a84-a024-cf926d91b0d4 0 ASDC deployResourceStructure
2022-08-27T04:46:32.236Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-27T04:46:32.236Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-27T04:46:32.237Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-27T04:46:32.237Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:46:32.239Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:46:32.239Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575592236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:46:32.339Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:46:32.340Z||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-08-27T04:46:32.340Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:46:32.401Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:46:32.401Z||pool-139-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-08-27T04:46:33.240Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e47eed8-9416-480f-85c7-9b192f8998ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:46:33.250Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e47eed8-9416-480f-85c7-9b192f8998ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:46:33.253Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:46:33.253Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:46:33.253Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:47:03.255Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e47eed8-9416-480f-85c7-9b192f8998ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:47:03.272Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e47eed8-9416-480f-85c7-9b192f8998ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:47:03.274Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:47:03.274Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-27T04:47:03.274Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-27T04:47:12.889Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:47:12.890Z||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-08-27T04:47:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:47:13.623Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:47:13.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "cds",
  "timestamp": 1661575574358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "clamp",
  "timestamp": 1661575576256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575577356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575577356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "cds",
  "timestamp": 1661575574358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "clamp",
  "timestamp": 1661575576256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "clamp",
  "timestamp": 1661575576256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "cds",
  "timestamp": 1661575574358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575577356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "clamp",
  "timestamp": 1661575576256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575577356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "cds",
  "timestamp": 1661575574358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575577356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "cds",
  "timestamp": 1661575574358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "clamp",
  "timestamp": 1661575576256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575577356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "clamp",
  "timestamp": 1661575576256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "cds",
  "timestamp": 1661575574358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575577356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-27T04:47:13.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "clamp",
  "timestamp": 1661575576256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "cds",
  "timestamp": 1661575574358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "cds",
  "timestamp": 1661575574358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575577356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "clamp",
  "timestamp": 1661575576256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "aai-ml",
  "timestamp": 1661575588062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575572887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "cds",
  "timestamp": 1661575574358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "clamp",
  "timestamp": 1661575576256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:47:13.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "policy-id",
  "timestamp": 1661575588252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575577356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "aai-ml",
  "timestamp": 1661575588062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "policy-id",
  "timestamp": 1661575588252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575590323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:47:13.639Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:47:13.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "cds",
  "timestamp": 1661575590445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:47:13.639Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:47:13.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575589770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:47:13.639Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:47:13.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575589044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "aai-ml",
  "timestamp": 1661575588062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "policy-id",
  "timestamp": 1661575588252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575590820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-27T04:47:13.640Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:47:13.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575589044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "cds",
  "timestamp": 1661575591718,
  "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-08-27T04:47:13.647Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e47eed8-9416-480f-85c7-9b192f8998ac
2022-08-27T04:47:13.647Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e47eed8-9416-480f-85c7-9b192f8998ac 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-08-27T04:47:13.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "aai-ml",
  "timestamp": 1661575588062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "policy-id",
  "timestamp": 1661575588252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575592236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:47:13.660Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:47:13.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661575591822,
  "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-08-27T04:47:13.664Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9e47eed8-9416-480f-85c7-9b192f8998ac
2022-08-27T04:47:13.664Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e47eed8-9416-480f-85c7-9b192f8998ac 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-08-27T04:47:13.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575589044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "aai-ml",
  "timestamp": 1661575588062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "policy-id",
  "timestamp": 1661575588252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575589044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "aai-ml",
  "timestamp": 1661575588062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575593382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "policy-id",
  "timestamp": 1661575588252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575589044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "aai-ml",
  "timestamp": 1661575588062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "clamp",
  "timestamp": 1661575595072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:47:13.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:47:13.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575593382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "policy-id",
  "timestamp": 1661575588252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575589044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "aai-ml",
  "timestamp": 1661575588062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575593382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "policy-id",
  "timestamp": 1661575588252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575589044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "aai-ml",
  "timestamp": 1661575588062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:47:13.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575593382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "policy-id",
  "timestamp": 1661575588252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:47:13.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575589044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "clamp",
  "timestamp": 1661575598073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:47:13.679Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:47:13.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575593382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "aai-ml",
  "timestamp": 1661575598066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:47:13.680Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:47:13.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "policy-id",
  "timestamp": 1661575598203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:47:13.680Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:47:13.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661575589044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:47:13.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "clamp",
  "timestamp": 1661575599076,
  "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-08-27T04:47:13.684Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e47eed8-9416-480f-85c7-9b192f8998ac
2022-08-27T04:47:13.684Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e47eed8-9416-480f-85c7-9b192f8998ac 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-08-27T04:47:13.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575593382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "policy-id",
  "timestamp": 1661575599216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:47:13.697Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:47:13.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575593382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "policy-id",
  "timestamp": 1661575600233,
  "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-08-27T04:47:13.701Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e47eed8-9416-480f-85c7-9b192f8998ac
2022-08-27T04:47:13.702Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e47eed8-9416-480f-85c7-9b192f8998ac 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-08-27T04:47:13.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575593382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-27T04:47:13.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575593382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-27T04:47:13.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-27T04:47:13.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575603280,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-27T04:47:13.710Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:47:13.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "aai-ml",
  "timestamp": 1661575603919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:47:13.710Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:47:13.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "aai-ml",
  "timestamp": 1661575604924,
  "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-08-27T04:47:13.715Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e47eed8-9416-480f-85c7-9b192f8998ac
2022-08-27T04:47:13.715Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e47eed8-9416-480f-85c7-9b192f8998ac 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-08-27T04:47:13.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575605145,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-27T04:47:13.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:47:13.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-27T04:47:13.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661575606148,
  "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-08-27T04:47:13.736Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e47eed8-9416-480f-85c7-9b192f8998ac
2022-08-27T04:47:13.736Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e47eed8-9416-480f-85c7-9b192f8998ac 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-08-27T04:47:33.274Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e47eed8-9416-480f-85c7-9b192f8998ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-27T04:47:33.285Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e47eed8-9416-480f-85c7-9b192f8998ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-27T04:47:33.287Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-27T04:47:33.287Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-27T04:47:33.287Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-27T04:47:33.287Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-27T04:47:33.287Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:47:33.287Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:47:33.287Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:47:33.287Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:47:33.288Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:47:33.288Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:47:33.288Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-27T04:47:33.288Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-27T04:47:33.292Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-27T04:48:03.293Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e47eed8-9416-480f-85c7-9b192f8998ac 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-08-27T04:48:03.298Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e47eed8-9416-480f-85c7-9b192f8998ac and serviceModelVersionId: cc570075-101c-42aa-bc78-36a02b64419b
2022-08-27T04:48:03.298Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45cacddb-c9df-43da-aaee-30c96a604f27
2022-08-27T04:48:03.299Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45cacddb-c9df-43da-aaee-30c96a604f27/model-vers/model-ver/cc570075-101c-42aa-bc78-36a02b64419b?depth=0
2022-08-27T04:48:03.304Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-27T04:48:03.346Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45cacddb-c9df-43da-aaee-30c96a604f27/model-vers/model-ver/cc570075-101c-42aa-bc78-36a02b64419b?depth=0|INFO|500||Invoke
2022-08-27T04:48:03.347Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45cacddb-c9df-43da-aaee-30c96a604f27/model-vers/model-ver/cc570075-101c-42aa-bc78-36a02b64419b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45cacddb-c9df-43da-aaee-30c96a604f27/model-vers/model-ver/cc570075-101c-42aa-bc78-36a02b64419b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e47eed8-9416-480f-85c7-9b192f8998ac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bdc61062-10f9-421c-8c7b-400526ad0eea], X-ECOMP-RequestID=[9e47eed8-9416-480f-85c7-9b192f8998ac], X-TransactionId=[], X-ONAP-RequestID=[9e47eed8-9416-480f-85c7-9b192f8998ac], Content-Type=[application/merge-patch+json]}
2022-08-27T04:48:03.376Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45cacddb-c9df-43da-aaee-30c96a604f27/model-vers/model-ver/cc570075-101c-42aa-bc78-36a02b64419b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-27T04:48:03.582Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45cacddb-c9df-43da-aaee-30c96a604f27/model-vers/model-ver/cc570075-101c-42aa-bc78-36a02b64419b?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/45cacddb-c9df-43da-aaee-30c96a604f27/model-vers/model-ver/cc570075-101c-42aa-bc78-36a02b64419b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220827-04:48:03:364-68477], vertex-id=[225376], Content-Length=[0], Date=[Sat, 27 Aug 2022 04:48:03 GMT], Content-Type=[application/json]}
2022-08-27T04:48:03.583Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45cacddb-c9df-43da-aaee-30c96a604f27/model-vers/model-ver/cc570075-101c-42aa-bc78-36a02b64419b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-27T04:48:03.583Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45cacddb-c9df-43da-aaee-30c96a604f27/model-vers/model-ver/cc570075-101c-42aa-bc78-36a02b64419b?depth=0|INFO|500||InvokeReturn
2022-08-27T04:48:03.584Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-27T04:48:03.585Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||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-08-27T04:48:03.590Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-27T04:48:03.590Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e47eed8-9416-480f-85c7-9b192f8998ac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-27T04:48:03.591Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-27T04:48:03.591Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-27T04:48:03.593Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-27T04:48:03.594Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575683591,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:48:03.694Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-27T04:48:03.695Z||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-08-27T04:48:03.695Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as weSPP1DUiTS7Hcrh) ...
2022-08-27T04:48:03.716Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:48:03.716Z||pool-140-thread-1|||||INFO|500||cambria reply ok (22 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-08-27T04:48:04.606Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:48:04.606Z|9e47eed8-9416-480f-85c7-9b192f8998ac|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-08-27T04:48:04.606Z|9e47eed8-9416-480f-85c7-9b192f8998ac|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:48:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:48:12.890Z||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-08-27T04:48:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:48:13.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:48:13.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-27T04:48:13.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e47eed8-9416-480f-85c7-9b192f8998ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661575683591,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-27T04:48:13.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-27T04:48:14.169Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:48:14.170Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:48:14.170Z|9e47eed8-9416-480f-85c7-9b192f8998ac|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-08-27T04:48:14.170Z|9e47eed8-9416-480f-85c7-9b192f8998ac|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:48:23.730Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:49:12.887Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:49:12.887Z|9e47eed8-9416-480f-85c7-9b192f8998ac|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-08-27T04:49:12.887Z|9e47eed8-9416-480f-85c7-9b192f8998ac|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:49:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:49:12.889Z||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-08-27T04:49:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:49:22.490Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:49:22.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:50:12.887Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:50:12.888Z|9e47eed8-9416-480f-85c7-9b192f8998ac|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-08-27T04:50:12.888Z|9e47eed8-9416-480f-85c7-9b192f8998ac|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:50:12.889Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:50:12.890Z||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-08-27T04:50:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:50:22.466Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:50:22.468Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:51:12.887Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:51:12.888Z|9e47eed8-9416-480f-85c7-9b192f8998ac|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-08-27T04:51:12.888Z|9e47eed8-9416-480f-85c7-9b192f8998ac|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:51:12.889Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:51:12.889Z||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-08-27T04:51:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:51:22.495Z|9e47eed8-9416-480f-85c7-9b192f8998ac|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:51:22.512Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:52:12.887Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:52:12.889Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|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-08-27T04:52:12.890Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:52:12.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:52:12.890Z||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-08-27T04:52:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:52:22.566Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:52:22.652Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:53:12.887Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:53:12.887Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|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-08-27T04:53:12.888Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:53:12.889Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:53:12.890Z||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-08-27T04:53:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:53:22.486Z|cf33a8a5-ca2c-4744-8633-aa3ffaf9197f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:53:22.503Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:54:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:54:12.887Z||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-08-27T04:54:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:54:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:54:12.890Z||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-08-27T04:54:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:54:22.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:54:22.498Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:55:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:55:12.887Z||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-08-27T04:55:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:55:12.889Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:55:12.889Z||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-08-27T04:55:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:55:22.478Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:55:22.479Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:56:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:56:12.888Z||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-08-27T04:56:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:56:12.889Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:56:12.889Z||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-08-27T04:56:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:56:22.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:56:22.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:57:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:57:12.888Z||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-08-27T04:57:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:57:12.889Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:57:12.890Z||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-08-27T04:57:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:57:22.500Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:57:22.632Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:58:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:58:12.888Z||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-08-27T04:58:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:58:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:58:12.890Z||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-08-27T04:58:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:58:22.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:58:22.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:59:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:59:12.887Z||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-08-27T04:59:12.887Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:59:12.889Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T04:59:12.889Z||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-08-27T04:59:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T04:59:22.491Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T04:59:22.545Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:00:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:00:12.888Z||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-08-27T05:00:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:00:12.889Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:00:12.889Z||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-08-27T05:00:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:00:22.513Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:00:22.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:01:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:01:12.888Z||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-08-27T05:01:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:01:12.889Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:01:12.889Z||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-08-27T05:01:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:01:22.634Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:01:22.644Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:02:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:02:12.887Z||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-08-27T05:02:12.887Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:02:12.889Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:02:12.890Z||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-08-27T05:02:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:02:22.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:02:22.583Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:03:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:03:12.887Z||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-08-27T05:03:12.887Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:03:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:03:12.890Z||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-08-27T05:03:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:03:22.513Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:03:22.517Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:04:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:04:12.887Z||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-08-27T05:04:12.887Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:04:12.889Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:04:12.889Z||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-08-27T05:04:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:04:22.511Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:04:22.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:05:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:05:12.888Z||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-08-27T05:05:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:05:12.889Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:05:12.889Z||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-08-27T05:05:12.889Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:05:22.622Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:05:22.624Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:06:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:06:12.888Z||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-08-27T05:06:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:06:12.889Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:06:12.890Z||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-08-27T05:06:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:06:22.511Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:06:22.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:07:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:07:12.888Z||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-08-27T05:07:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:07:12.889Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:07:12.890Z||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-08-27T05:07:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:07:22.514Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:07:22.547Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:08:12.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:08:12.888Z||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-08-27T05:08:12.888Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:08:12.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T05:08:12.890Z||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-08-27T05:08:12.890Z||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 weSPP1DUiTS7Hcrh) ...
2022-08-27T05:08:22.489Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-27T05:08:22.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK