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-06-09T11:35:05.663Z||main|||||INFO|500||The following profiles are active: basic
2022-06-09T11:35:30.658Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-09T11:35:30.659Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-09T11:35:30.920Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-09T11:35:38.505Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-09T11:35:39.237Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-09T11:35:40.214Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-09T11:35:40.239Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-09T11:35:40.568Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-09T11:35:40.999Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-09T11:35:42.138Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-09T11:35:45.705Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-09T11:35:49.845Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-09T11:35:49.968Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-09T11:35:51.086Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-09T11:35:51.520Z||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-06-09T11:35:54.035Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-09T11:35:55.883Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-09T11:35:55.912Z||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$$b3d2088f.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-06-09T11:35:55.914Z||main|||||WARN|500||The sdc end point is not alive
2022-06-09T11:36:02.294Z||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-06-09T11:36:08.232Z||main|||||WARN|500||---
2022-06-09T11:36:08.233Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-09T11:36:08.234Z||main|||||WARN|500||---
2022-06-09T11:36:09.159Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-09T11:36:18.999Z||main|||||INFO|500||Started Application in 80.072 seconds (JVM running for 84.289)
2022-06-09T11:36:19.035Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-09T11:36:19.037Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-09T11:36:19.067Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-09T11:36:19.115Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-09T11:36:19.187Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5609e1ef-281c-4b89-a0d0-9d341341a6f6 url= /sdc/v1/artifactTypes
2022-06-09T11:36:19.188Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-09T11:36:19.595Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-09T11:36:19.652Z||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-06-09T11:36:19.687Z||scheduling-1|||||DEBUG|500||create keys
2022-06-09T11:36:19.745Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-09T11:36:19.786Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:36:19.824Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 14356462-c1fa-43b2-9ad3-d077658f094a url= /sdc/v1/registerForDistribution
2022-06-09T11:36:19.956Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 14356462-c1fa-43b2-9ad3-d077658f094a url= /sdc/v1/registerForDistribution
2022-06-09T11:36:19.958Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-09T11:36:19.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:36:19.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:36:19.989Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-09T11:36:20.033Z||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-06-09T11:36:20.034Z||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-06-09T11:36:20.035Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:36:20.035Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:36:30.418Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:36:30.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:37:19.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:37:19.974Z||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-06-09T11:37:19.974Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:37:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:37:19.977Z||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-06-09T11:37:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:37:29.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:37:29.550Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:38:19.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:38:19.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:38:19.977Z||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-06-09T11:38:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:38:19.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T11:38:19.978Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T11:38:29.564Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:38:29.569Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:39:19.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:39:19.975Z||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-06-09T11:39:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:39:19.976Z||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-06-09T11:39:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:39:19.975Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:39:29.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:39:29.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:40:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:40:19.972Z||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-06-09T11:40:19.973Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:40:19.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:40:19.978Z||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-06-09T11:40:19.979Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:40:29.544Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:40:29.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:41:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:41:19.972Z||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-06-09T11:41:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:41:19.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:41:19.976Z||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-06-09T11:41:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:41:29.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:41:29.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:42:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:42:19.972Z||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-06-09T11:42:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:42:19.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:42:20.010Z||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-06-09T11:42:20.011Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:42:29.568Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:42:29.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:43:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:43:19.973Z||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-06-09T11:43:19.973Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:43:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:43:19.984Z||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-06-09T11:43:19.985Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:43:29.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:43:29.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:44:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:44:19.972Z||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-06-09T11:44:19.973Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:44:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:44:19.976Z||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-06-09T11:44:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:44:29.533Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:44:29.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:45:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:45:19.971Z||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-06-09T11:45:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:45:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:45:19.976Z||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-06-09T11:45:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:45:29.524Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:45:29.526Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:45:43.601Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-09T11:46:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:46:19.972Z||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-06-09T11:46:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:46:19.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:46:19.977Z||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-06-09T11:46:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:46:29.534Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:46:29.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:47:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:47:19.972Z||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-06-09T11:47:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:47:19.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:47:19.984Z||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-06-09T11:47:19.985Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:47:29.537Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:47:29.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:48:19.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:48:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:48:19.976Z||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-06-09T11:48:19.976Z||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-06-09T11:48:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:48:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:48:29.546Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:48:29.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:49:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:49:19.972Z||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-06-09T11:49:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:49:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:49:19.977Z||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-06-09T11:49:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:49:29.529Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:49:29.529Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:50:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:50:19.971Z||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-06-09T11:50:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:50:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:50:19.976Z||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-06-09T11:50:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:50:29.524Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:50:29.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:51:19.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:51:19.971Z||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-06-09T11:51:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:51:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:51:19.975Z||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-06-09T11:51:19.975Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:51:29.525Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:51:29.526Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:52:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:52:19.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T11:52:19.973Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T11:52:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:52:19.978Z||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-06-09T11:52:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:52:29.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:52:29.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:53:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:53:19.971Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T11:53:19.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T11:53:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:53:19.976Z||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-06-09T11:53:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:53:29.535Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:53:29.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:54:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:54:19.972Z||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-06-09T11:54:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:54:19.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:54:19.977Z||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-06-09T11:54:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:54:29.533Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:54:29.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:55:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:55:19.971Z||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-06-09T11:55:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:55:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:55:19.976Z||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-06-09T11:55:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:55:29.526Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:55:29.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:56:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:56:19.971Z||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-06-09T11:56:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:56:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:56:19.976Z||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-06-09T11:56:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:56:29.529Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:56:29.534Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:57:19.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:57:19.972Z||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-06-09T11:57:19.973Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:57:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:57:19.975Z||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-06-09T11:57:19.975Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:57:29.530Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:57:29.535Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:58:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:58:19.972Z||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-06-09T11:58:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:58:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:58:19.977Z||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-06-09T11:58:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:58:29.524Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:58:29.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:59:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:59:19.971Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T11:59:19.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T11:59:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T11:59:19.976Z||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-06-09T11:59:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T11:59:29.534Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T11:59:29.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:00:19.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:00:19.974Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:00:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:00:19.975Z||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-06-09T12:00:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:00:19.975Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:00:29.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:00:29.535Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:01:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:01:19.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:01:19.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:01:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:01:19.976Z||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-06-09T12:01:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:01:29.528Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:01:29.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:02:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:02:19.971Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:02:19.971Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:02:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:02:19.976Z||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-06-09T12:02:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:02:29.523Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:02:29.530Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:03:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:03:19.971Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:03:19.971Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:03:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:03:19.976Z||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-06-09T12:03:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:03:29.521Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:03:29.521Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:04:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:04:19.971Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:04:19.971Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:04:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:04:19.976Z||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-06-09T12:04:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:04:29.520Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:04:29.525Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:05:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:05:19.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:05:19.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:05:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:05:19.977Z||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-06-09T12:05:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:05:29.526Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:05:29.527Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:06:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:06:19.971Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:06:19.971Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:06:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:06:19.976Z||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-06-09T12:06:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:06:29.524Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:06:29.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:07:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:07:19.971Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T12:07:19.971Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:07:19.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:07:19.976Z||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-06-09T12:07:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:07:29.535Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:07:29.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:08:19.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:08:19.971Z||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-06-09T12:08:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:08:19.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:08:19.980Z||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-06-09T12:08:19.980Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:08:29.521Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:08:29.527Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:09:19.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:09:19.971Z||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-06-09T12:09:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:09:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:09:19.976Z||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-06-09T12:09:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:09:29.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:09:29.549Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:10:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:10:19.971Z||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-06-09T12:10:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:10:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:10:19.976Z||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-06-09T12:10:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:10:29.525Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:10:29.526Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:11:19.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:11:19.972Z||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-06-09T12:11:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:11:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:11:19.976Z||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-06-09T12:11:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:11:29.532Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:11:29.535Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:12:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:12:19.971Z||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-06-09T12:12:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:12:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:12:19.977Z||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-06-09T12:12:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:12:29.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:12:29.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:13:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:13:19.973Z||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-06-09T12:13:19.973Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:13:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:13:19.976Z||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-06-09T12:13:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:13:29.527Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:13:29.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:14:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:14:19.972Z||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-06-09T12:14:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:14:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:14:19.976Z||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-06-09T12:14:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:14:29.529Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:14:29.535Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:15:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:15:19.971Z||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-06-09T12:15:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:15:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:15:19.976Z||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-06-09T12:15:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:15:29.528Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:15:29.532Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:16:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:16:19.971Z||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-06-09T12:16:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:16:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:16:19.976Z||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-06-09T12:16:19.980Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:16:29.530Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:16:29.534Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:17:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:17:19.971Z||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-06-09T12:17:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:17:19.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:17:19.976Z||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-06-09T12:17:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:17:29.574Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:17:29.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:18:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:18:19.971Z||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-06-09T12:18:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:18:19.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:18:19.977Z||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-06-09T12:18:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:18:29.524Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:18:29.534Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:19:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:19:19.972Z||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-06-09T12:19:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:19:19.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:19:19.976Z||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-06-09T12:19:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:19:29.526Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:19:29.533Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:20:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:20:19.971Z||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-06-09T12:20:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:20:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:20:19.976Z||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-06-09T12:20:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:20:29.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:20:29.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:21:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:21:19.971Z||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-06-09T12:21:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:21:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:21:19.976Z||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-06-09T12:21:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:21:29.527Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:21:29.529Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:22:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:22:19.971Z||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-06-09T12:22:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:22:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:22:19.978Z||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-06-09T12:22:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:22:29.525Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:22:29.538Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:23:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:23:19.972Z||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-06-09T12:23:19.973Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:23:19.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:23:19.976Z||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-06-09T12:23:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:23:29.537Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:23:29.546Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:24:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:24:19.971Z||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-06-09T12:24:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:24:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:24:19.976Z||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-06-09T12:24:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:24:29.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:24:29.537Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:25:19.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:25:19.971Z||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-06-09T12:25:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:25:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:25:19.976Z||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-06-09T12:25:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:25:29.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:25:29.528Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:26:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:26:19.972Z||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-06-09T12:26:19.973Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:26:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:26:19.976Z||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-06-09T12:26:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:26:29.526Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:26:29.528Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:27:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:27:19.974Z||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-06-09T12:27:19.974Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:27:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:27:19.977Z||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-06-09T12:27:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:27:29.532Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:27:29.532Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:28:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:28:19.971Z||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-06-09T12:28:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:28:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:28:19.977Z||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-06-09T12:28:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:28:29.520Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:28:29.532Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:29:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:29:19.971Z||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-06-09T12:29:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:29:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:29:19.976Z||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-06-09T12:29:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:29:29.523Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:29:29.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:30:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:30:19.971Z||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-06-09T12:30:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:30:19.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:30:19.976Z||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-06-09T12:30:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:30:29.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:30:29.531Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:31:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:31:19.971Z||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-06-09T12:31:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:31:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:31:19.976Z||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-06-09T12:31:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:31:29.528Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:31:29.532Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:32:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:32:19.971Z||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-06-09T12:32:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:32:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:32:19.976Z||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-06-09T12:32:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:32:29.535Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:32:29.540Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:33:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:33:19.971Z||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-06-09T12:33:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:33:19.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:33:19.976Z||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-06-09T12:33:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:33:29.531Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:33:29.532Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:34:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:34:19.971Z||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-06-09T12:34:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:34:19.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:34:19.976Z||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-06-09T12:34:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:34:29.534Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:34:29.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:19.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:35:19.971Z||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-06-09T12:35:19.972Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:19.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:35:19.976Z||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-06-09T12:35:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:20.624Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:20.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"05823dd2-72f1-404e-b9f5-672b4c141663","serviceName":"vFW 2022-06-09 12-33-20","serviceVersion":"1.0","serviceUUID":"327702b9-cfa1-4b3a-a293-536813971995","serviceDescription":"catalog service description","serviceInvariantUUID":"1fe2cb20-5a64-400a-954c-6d68b329b59e","resources":[{"resourceInstanceName":"vFW 4f301ead-1023 0","resourceName":"vFW 4f301ead-1023","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ab1067e-f1e9-411a-9a58-9a20b2119a98","resourceInvariantUUID":"cafe5b21-a78e-41b2-97ea-e7c23922fb02","resourceCustomizationUUID":"dba37fa6-8d4f-4245-9fb6-1b5a854de5d8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml","artifactChecksum":"MDQ5ZDVmMGU5ZTM0Nzg0NGQ0NGQ5MTRiNGU2Mjk2YTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df975bc6-bc9f-49b8-bf88-f5e7d729d975","artifactVersion":"1"},{"artifactName":"vfw4f301ead10230_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json","artifactChecksum":"MmE4NDdiOTQ5ZjJmMzg1ZDYwMzcyM2JhZDBkNWMxYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"54e078c5-15bb-4a97-a63d-43f88d00f985","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"38478793-d2be-4d55-b70f-19c91de4d6af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml","artifactChecksum":"MzYyYWZiZmYyNDhhMTRmMDJiZjkxYjY0ZGYyNzE1YTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"52f2d9b3-9585-44de-b7f5-132e7438b236","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"88e2218c-adc2-43b4-b59c-38707892f6b8","artifactVersion":"2","generatedFromUUID":"38478793-d2be-4d55-b70f-19c91de4d6af"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220609123320-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml","artifactChecksum":"ZDlhYWY3MTI3NDNkMGZkY2VmMWUzNzRkNmVlNDM2YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a064298-b8d8-41bd-86e9-a079cfe944d2","artifactVersion":"1"},{"artifactName":"service-Vfw20220609123320-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar","artifactChecksum":"NDg3YmQ4YWNmZDcwNTYzNmExMjJkMzY2MWE0OWE0ZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6683b3c8-91e2-4fff-81d8-33706bc9a92a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T12:35:20.629Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:20.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "clamp",
  "timestamp": 1654778088571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.639Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:35:20.648Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:20.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.662Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:20.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778091503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.662Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778119970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "clamp",
  "timestamp": 1654778088571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:35:20.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778091503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:35:20.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "clamp",
  "timestamp": 1654778088571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778091503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:35:20.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "cds",
  "timestamp": 1654778098499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "clamp",
  "timestamp": 1654778088571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778091503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "cds",
  "timestamp": 1654778098499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "clamp",
  "timestamp": 1654778088571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778091503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-09T12:35:20.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "cds",
  "timestamp": 1654778098499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "clamp",
  "timestamp": 1654778088571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778091503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "cds",
  "timestamp": 1654778098499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "clamp",
  "timestamp": 1654778088571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:35:20.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778091503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:35:20.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "cds",
  "timestamp": 1654778098499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778103083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:35:20.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:20.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778103282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "cds",
  "timestamp": 1654778098499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778102566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778104272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:35:20.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:20.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778103282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "cds",
  "timestamp": 1654778098499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:35:20.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778102566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778103282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "aai-ml",
  "timestamp": 1654778104694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778105578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:35:20.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:20.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "cds",
  "timestamp": 1654778106542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:35:20.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:20.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778102566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "policy-id",
  "timestamp": 1654778105151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778103282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "aai-ml",
  "timestamp": 1654778104694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:20.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:20.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:20.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778106661,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-06-09T12:35:20.762Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-09T12:35:20.767Z||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-06-09T12:35:20.767Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:20.788Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:20.789Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T12:35:20.943Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05823dd2-72f1-404e-b9f5-672b4c141663
2022-06-09T12:35:20.976Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05823dd2-72f1-404e-b9f5-672b4c141663 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-06-09T12:35:21.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778102566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "cds",
  "timestamp": 1654778107593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-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-06-09T12:35:21.026Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 05823dd2-72f1-404e-b9f5-672b4c141663
2022-06-09T12:35:21.026Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05823dd2-72f1-404e-b9f5-672b4c141663 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-06-09T12:35:21.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "policy-id",
  "timestamp": 1654778105151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778103282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "aai-ml",
  "timestamp": 1654778104694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778107666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T12:35:21.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778102566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "policy-id",
  "timestamp": 1654778105151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:35:21.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778103282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "aai-ml",
  "timestamp": 1654778104694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778102566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "policy-id",
  "timestamp": 1654778105151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778103282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "aai-ml",
  "timestamp": 1654778104694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778102566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:35:21.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "policy-id",
  "timestamp": 1654778105151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "aai-ml",
  "timestamp": 1654778104694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "policy-id",
  "timestamp": 1654778105151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778110545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:35:21.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "aai-ml",
  "timestamp": 1654778104694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:35:21.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "policy-id",
  "timestamp": 1654778105151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "aai-ml",
  "timestamp": 1654778112619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "policy-id",
  "timestamp": 1654778113070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "policy-id",
  "timestamp": 1654778114094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:35:21.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "clamp",
  "timestamp": 1654778114784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:35:21.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "policy-id",
  "timestamp": 1654778115104,
  "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-06-09T12:35:21.057Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05823dd2-72f1-404e-b9f5-672b4c141663
2022-06-09T12:35:21.058Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05823dd2-72f1-404e-b9f5-672b4c141663 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-06-09T12:35:21.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "clamp",
  "timestamp": 1654778116795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:35:21.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778116452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:35:21.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:35:21.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "clamp",
  "timestamp": 1654778117801,
  "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-06-09T12:35:21.091Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 05823dd2-72f1-404e-b9f5-672b4c141663
2022-06-09T12:35:21.091Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05823dd2-72f1-404e-b9f5-672b4c141663 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-06-09T12:35:21.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T12:35:21.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778117457,
  "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-06-09T12:35:21.110Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 05823dd2-72f1-404e-b9f5-672b4c141663
2022-06-09T12:35:21.110Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05823dd2-72f1-404e-b9f5-672b4c141663 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-06-09T12:35:21.672Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:35:21.673Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:21.677Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:21.677Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778119970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:35:21.777Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:21.778Z||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-06-09T12:35:21.778Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:21.803Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:21.804Z||pool-4-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:22.678Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:35:22.678Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:22.681Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:22.681Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778119970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:35:22.782Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:22.783Z||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-06-09T12:35:22.783Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:22.799Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:22.800Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:23.682Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:35:23.684Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:23.687Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:23.687Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778119970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:23.787Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:23.789Z||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-06-09T12:35:23.789Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:23.818Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:23.819Z||pool-6-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:24.688Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:35:24.689Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:24.692Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:24.692Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778119970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-09T12:35:24.792Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:35:24.794Z||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-06-09T12:35:24.795Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:24.818Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:24.819Z||pool-7-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:25.693Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:35:25.694Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:25.697Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:25.697Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778119970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:35:25.797Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:35:25.799Z||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-06-09T12:35:25.799Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:25.819Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:25.820Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:35:26.698Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:35:26.699Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:26.704Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:26.704Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778119970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:35:26.802Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-09T12:35:26.803Z||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-06-09T12:35:26.803Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:26.821Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:26.822Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:27.707Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "serviceName": "vFW 2022-06-09 12-33-20",
  "serviceVersion": "1.0",
  "serviceUUID": "327702b9-cfa1-4b3a-a293-536813971995",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1fe2cb20-5a64-400a-954c-6d68b329b59e",
  "resources": [
    {
      "resourceInstanceName": "vFW 4f301ead-1023 0",
      "resourceCustomizationUUID": "dba37fa6-8d4f-4245-9fb6-1b5a854de5d8",
      "resourceName": "vFW 4f301ead-1023",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4ab1067e-f1e9-411a-9a58-9a20b2119a98",
      "resourceInvariantUUID": "cafe5b21-a78e-41b2-97ea-e7c23922fb02",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4f301ead10230_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
          "artifactChecksum": "MmE4NDdiOTQ5ZjJmMzg1ZDYwMzcyM2JhZDBkNWMxYWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "54e078c5-15bb-4a97-a63d-43f88d00f985",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "38478793-d2be-4d55-b70f-19c91de4d6af",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "88e2218c-adc2-43b4-b59c-38707892f6b8",
            "generatedFromUUID": "38478793-d2be-4d55-b70f-19c91de4d6af"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "88e2218c-adc2-43b4-b59c-38707892f6b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220609123320-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
      "artifactChecksum": "NDg3YmQ4YWNmZDcwNTYzNmExMjJkMzY2MWE0OWE0ZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6683b3c8-91e2-4fff-81d8-33706bc9a92a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-09T12:35:27.709Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T12:35:27.710Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 327702b9-cfa1-4b3a-a293-536813971995 ASDC
2022-06-09T12:35:27.863Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:05823dd2-72f1-404e-b9f5-672b4c141663
ServiceName:vFW 2022-06-09 12-33-20
ServiceVersion:1.0
ServiceUUID:327702b9-cfa1-4b3a-a293-536813971995
ServiceInvariantUUID:1fe2cb20-5a64-400a-954c-6d68b329b59e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220609123320-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar
ArtifactUUID:6683b3c8-91e2-4fff-81d8-33706bc9a92a
ArtifactChecksum:NDg3YmQ4YWNmZDcwNTYzNmExMjJkMzY2MWE0OWE0ZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4f301ead-1023 0
ResourceCustomizationUUID:dba37fa6-8d4f-4245-9fb6-1b5a854de5d8
ResourceInvariantUUID:cafe5b21-a78e-41b2-97ea-e7c23922fb02
ResourceName:vFW 4f301ead-1023
ResourceType:VF
ResourceUUID:4ab1067e-f1e9-411a-9a58-9a20b2119a98
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4f301ead10230_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json
ArtifactUUID:54e078c5-15bb-4a97-a63d-43f88d00f985
ArtifactChecksum:MmE4NDdiOTQ5ZjJmMzg1ZDYwMzcyM2JhZDBkNWMxYWQ=
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/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml
ArtifactUUID:38478793-d2be-4d55-b70f-19c91de4d6af
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env
ArtifactUUID:88e2218c-adc2-43b4-b59c-38707892f6b8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env
ArtifactUUID:88e2218c-adc2-43b4-b59c-38707892f6b8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-09T12:35:27.864Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 327702b9-cfa1-4b3a-a293-536813971995 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-06-09T12:35:27.948Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:35:27.950Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-09T12:35:27.952Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-09T12:35:27.953Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6683b3c8-91e2-4fff-81d8-33706bc9a92a from URL: /sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:27.953Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-09T12:35:27.955Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:28.189Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-09T12:35:28.221Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar 6683b3c8-91e2-4fff-81d8-33706bc9a92a 98997
2022-06-09T12:35:28.223Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar ASDC sendASDCNotification
2022-06-09T12:35:28.223Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:28.224Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:35:28.226Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:28.229Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:28.229Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778128222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:35:28.329Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:35:28.331Z||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-06-09T12:35:28.331Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:28.351Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:28.351Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:29.230Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:35:29.232Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-09T12:35:29.233Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6683b3c8-91e2-4fff-81d8-33706bc9a92a, URL: /sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar to file: /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:29.234Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220609123320-csar.csar
2022-06-09T12:35:29.382Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:29.382Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:30.443Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7577132885438016762/Definitions/service-Vfw20220609123320-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-09T12:35:34.336Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T12:35:34.342Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-09T12:35:34.343Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.343Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-09T12:35:34.343Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.344Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.344Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4f301ead-1023 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-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.344Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.344Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.345Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.345Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.345Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.345Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.346Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.346Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.346Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.346Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-Vfw20220609123320-csar.csar
2022-06-09T12:35:34.347Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-09T12:35:34.354Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.355Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:34.360Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:34.361Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-09T12:35:34.362Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:35:34.364Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.364Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:34.365Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:34.365Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-09T12:35:34.365Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:35:34.366Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.366Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:34.370Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.371Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is not matching search criteria
2022-06-09T12:35:34.371Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T12:35:34.371Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T12:35:34.371Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T12:35:34.372Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.372Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.372Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.373Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T12:35:34.373Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T12:35:34.373Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T12:35:34.374Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.374Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.374Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T12:35:34.374Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.375Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T12:35:34.375Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.375Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-09T12:35:34.375Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.376Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T12:35:34.378Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.378Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:34.378Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:34.379Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.379Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:34.379Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:34.380Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.380Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:34.380Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:34.380Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.381Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is not matching search criteria
2022-06-09T12:35:34.381Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T12:35:34.381Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T12:35:34.381Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-09T12:35:34.382Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T12:35:34.382Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T12:35:34.382Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.382Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.382Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T12:35:34.383Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.383Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T12:35:34.383Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.383Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=46b4d278-70ea-4d5b-8d36-bc20fd4d1643
2022-06-09T12:35:34.384Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.384Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is not matching search criteria
2022-06-09T12:35:34.384Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T12:35:34.384Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T12:35:34.385Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T12:35:34.385Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.385Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.385Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.386Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T12:35:34.386Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-09T12:35:34.386Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T12:35:34.386Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.387Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T12:35:34.387Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.387Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bf96b7ec-f6b5-48ab-abb5-126dc831704d
2022-06-09T12:35:34.387Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.387Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is not matching search criteria
2022-06-09T12:35:34.388Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T12:35:34.388Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T12:35:34.388Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T12:35:34.388Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.389Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.389Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.389Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T12:35:34.389Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T12:35:34.389Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T12:35:34.390Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:34.390Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:34.390Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-09T12:35:34.390Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=afb15e4d-9e70-4453-9a29-72c3663c3c67
2022-06-09T12:35:34.391Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.391Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:34.391Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.391Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:34.391Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.392Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:34.392Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:34.392Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:34.392Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-09 12-33-20
Description:catalog service description
Model UUID:327702b9-cfa1-4b3a-a293-536813971995
Model Version:NULL
Model InvariantUuid:1fe2cb20-5a64-400a-954c-6d68b329b59e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4f301ead-1023
Model UUID:3d105974-7439-4397-92ce-ef311cd13652
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cafe5b21-a78e-41b2-97ea-e7c23922fb02
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dba37fa6-8d4f-4245-9fb6-1b5a854de5d8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0896f000-3995-43ec-ab0f-209ae53ff5c3
ModelName:Vfw4f301ead1023..base_vfw..module-0
ModelUuid:1e097421-fe57-4898-97a3-ac1bbd611a98
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:46b4d278-70ea-4d5b-8d36-bc20fd4d1643
ModelInvariantUuid:39d3f3f9-3185-4178-b2c3-84fc5f0baee7
ModelName:vFW 4f301ead-1023-nodes.vfwCvfc
ModelUuid:5088e158-8748-4709-b8c0-bc70cc71a79c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:cff17a16-6171-4046-9a38-30c72d8450a5
ModelInvariantUuid:29ddae8c-902e-4e9d-b76d-7cd51bedc61f
ModelName:Vfw4f301ead1023.compute.nodes.heat.vfw
ModelUuid:1d4218ba-199d-4853-987b-9bc05ff7caee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bf96b7ec-f6b5-48ab-abb5-126dc831704d
ModelInvariantUuid:1da5d0d7-5116-476d-ac37-8644fd32ad7d
ModelName:vFW 4f301ead-1023-nodes.vsnCvfc
ModelUuid:d7bcf117-27ef-495c-9f09-b633a45ecb32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a95e94b4-a951-4652-b5cc-94800fedc438
ModelInvariantUuid:3dbbb5e8-6c14-46a6-b888-53df321bd4ae
ModelName:Vfw4f301ead1023.compute.nodes.heat.vsn
ModelUuid:3e91af52-5022-4701-bdc8-ca06d332806c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:afb15e4d-9e70-4453-9a29-72c3663c3c67
ModelInvariantUuid:2b831f71-7ce6-4260-b389-dd6df3e5c27a
ModelName:vFW 4f301ead-1023-nodes.vpgCvfc
ModelUuid:9b88ae5d-4cc6-4cc0-8220-2cbec5ba9922
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7d4ac74c-993f-4e17-8c3b-b25e862ef360
ModelInvariantUuid:aac2df4b-bb7c-4d94-8dde-d5cc3318989e
ModelName:Vfw4f301ead1023.compute.nodes.heat.vpg
ModelUuid:ace9eda8-7257-4a77-b53d-f43e7e57c07b
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-06-09T12:35:34.403Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ab1067e-f1e9-411a-9a58-9a20b2119a98
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-06-09T12:35:34.524Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||vFW 4f301ead-1023 0
2022-06-09T12:35:34.530Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ab1067e-f1e9-411a-9a58-9a20b2119a98
2022-06-09T12:35:34.531Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 54e078c5-15bb-4a97-a63d-43f88d00f985 from URL: /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json
2022-06-09T12:35:34.531Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-09T12:35:34.531Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json
2022-06-09T12:35:34.688Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-09T12:35:34.689Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json 54e078c5-15bb-4a97-a63d-43f88d00f985 785
2022-06-09T12:35:34.689Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json ASDC sendASDCNotification
2022-06-09T12:35:34.689Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json
2022-06-09T12:35:34.690Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:35:34.690Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:34.694Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:34.694Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778134689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:35:34.794Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:34.796Z||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-06-09T12:35:34.796Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:34.823Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:34.823Z||pool-11-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:35.696Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4f301ead1023..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0896f000-3995-43ec-ab0f-209ae53ff5c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e097421-fe57-4898-97a3-ac1bbd611a98",
    "vfModuleModelCustomizationUUID": "0ed9fb67-abad-4324-86d0-bf5b418ccee0",
    "isBase": true,
    "artifacts": [
      "38478793-d2be-4d55-b70f-19c91de4d6af",
      "88e2218c-adc2-43b4-b59c-38707892f6b8"
    ],
    "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-06-09T12:35:35.712Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f301ead1023..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e097421-fe57-4898-97a3-ac1bbd611a98
VfModuleModelInvariantUUID:0896f000-3995-43ec-ab0f-209ae53ff5c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
38478793-d2be-4d55-b70f-19c91de4d6af
,
88e2218c-adc2-43b4-b59c-38707892f6b8

}
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-06-09T12:35:35.716Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4f301ead1023..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0896f000-3995-43ec-ab0f-209ae53ff5c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e097421-fe57-4898-97a3-ac1bbd611a98",
    "vfModuleModelCustomizationUUID": "0ed9fb67-abad-4324-86d0-bf5b418ccee0",
    "isBase": true,
    "artifacts": [
      "38478793-d2be-4d55-b70f-19c91de4d6af",
      "88e2218c-adc2-43b4-b59c-38707892f6b8"
    ],
    "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-06-09T12:35:35.716Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f301ead1023..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e097421-fe57-4898-97a3-ac1bbd611a98
VfModuleModelInvariantUUID:0896f000-3995-43ec-ab0f-209ae53ff5c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
38478793-d2be-4d55-b70f-19c91de4d6af
,
88e2218c-adc2-43b4-b59c-38707892f6b8

}
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-06-09T12:35:35.716Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 38478793-d2be-4d55-b70f-19c91de4d6af from URL: /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml
2022-06-09T12:35:35.716Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-09T12:35:35.717Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml
2022-06-09T12:35:35.895Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-09T12:35:35.896Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml 38478793-d2be-4d55-b70f-19c91de4d6af 20368
2022-06-09T12:35:35.896Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-09T12:35:35.896Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml
2022-06-09T12:35:35.896Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:35:35.897Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:35.899Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:35.899Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778135896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:35:35.999Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:36.000Z||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-06-09T12:35:36.001Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:36.029Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:36.030Z||pool-12-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:36.901Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 88e2218c-adc2-43b4-b59c-38707892f6b8 from URL: /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env
2022-06-09T12:35:36.901Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-09T12:35:36.901Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env
2022-06-09T12:35:37.082Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-09T12:35:37.083Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env 88e2218c-adc2-43b4-b59c-38707892f6b8 2098
2022-06-09T12:35:37.083Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-09T12:35:37.083Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env
2022-06-09T12:35:37.083Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:35:37.084Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:37.087Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:37.087Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778137083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:35:37.187Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:37.188Z||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-06-09T12:35:37.189Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:37.204Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:37.205Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:38.087Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 327702b9-cfa1-4b3a-a293-536813971995
2022-06-09T12:35:38.090Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4f301ead-1023 0 4ab1067e-f1e9-411a-9a58-9a20b2119a98 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-06-09T12:35:38.144Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4947e97f, org.onap.sdc.toscaparser.api.parameters.Input@3b3c61a9, org.onap.sdc.toscaparser.api.parameters.Input@1ad689d5, org.onap.sdc.toscaparser.api.parameters.Input@5829f86b, org.onap.sdc.toscaparser.api.parameters.Input@2ed3fe00]
2022-06-09T12:35:38.150Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.150Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.151Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-09T12:35:38.151Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= dba37fa6-8d4f-4245-9fb6-1b5a854de5d8
2022-06-09T12:35:38.151Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dba37fa6-8d4f-4245-9fb6-1b5a854de5d8 matches Tosca VF Customization UUID: dba37fa6-8d4f-4245-9fb6-1b5a854de5d8
2022-06-09T12:35:38.152Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: dba37fa6-8d4f-4245-9fb6-1b5a854de5d8  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-06-09T12:35:38.162Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.163Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.165Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id dba37fa6-8d4f-4245-9fb6-1b5a854de5d8: {\"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-06-09T12:35:38.166Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@442633a8
2022-06-09T12:35:38.166Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.166Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T12:35:38.167Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ed9fb67-abad-4324-86d0-bf5b418ccee0
2022-06-09T12:35:38.169Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ed9fb67-abad-4324-86d0-bf5b418ccee0
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-06-09T12:35:38.177Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.179Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:38.179Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:38.181Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.181Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:38.182Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:38.182Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.183Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is not matching search criteria
2022-06-09T12:35:38.184Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T12:35:38.185Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T12:35:38.186Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-09T12:35:38.187Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T12:35:38.188Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T12:35:38.188Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.189Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:38.190Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T12:35:38.190Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:38.191Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T12:35:38.191Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.192Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=46b4d278-70ea-4d5b-8d36-bc20fd4d1643
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-06-09T12:35:38.202Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.203Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:38.204Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:38.205Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.205Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is not matching search criteria
2022-06-09T12:35:38.205Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T12:35:38.206Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T12:35:38.206Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T12:35:38.207Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.207Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:38.207Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.207Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T12:35:38.208Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-09T12:35:38.208Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T12:35:38.208Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:38.209Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T12:35:38.209Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.209Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bf96b7ec-f6b5-48ab-abb5-126dc831704d
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-06-09T12:35:38.213Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.214Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:38.215Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:38.219Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.220Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is not matching search criteria
2022-06-09T12:35:38.220Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T12:35:38.220Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T12:35:38.221Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T12:35:38.221Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.222Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:38.222Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.223Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T12:35:38.223Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T12:35:38.223Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T12:35:38.224Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T12:35:38.224Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T12:35:38.225Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-09T12:35:38.225Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=afb15e4d-9e70-4453-9a29-72c3663c3c67
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-06-09T12:35:38.230Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.231Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:38.231Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:35:38.232Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.233Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f301ead-1023 0 is matching search criteria
2022-06-09T12:35:38.233Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f301ead-1023 0] matching following query criteria: sdcType=VF, customizationUUID=dba37fa6-8d4f-4245-9fb6-1b5a854de5d8
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-06-09T12:35:38.236Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.236Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.237Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 327702b9-cfa1-4b3a-a293-536813971995: vFW 4f301ead-1023
2022-06-09T12:35:38.238Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.238Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.238Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.239Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.239Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.239Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.240Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.240Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.241Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:35:38.241Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-09 12-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:35:38.242Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-09 12-33-20 
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-06-09T12:35:38.644Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4f301ead-1023 4ab1067e-f1e9-411a-9a58-9a20b2119a98 1 ASDC deployResourceStructure
2022-06-09T12:35:38.644Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json ASDC sendASDCNotification
2022-06-09T12:35:38.644Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json
2022-06-09T12:35:38.645Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:35:38.645Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:38.647Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:38.647Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778138644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T12:35:38.749Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-09T12:35:38.750Z||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-06-09T12:35:38.751Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:38.773Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:38.774Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:39.649Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-09T12:35:39.649Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml
2022-06-09T12:35:39.649Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:35:39.650Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:39.652Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:39.652Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778139649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-09T12:35:39.752Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:39.753Z||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-06-09T12:35:39.753Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:39.770Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:39.771Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:40.653Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-09T12:35:40.654Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env
2022-06-09T12:35:40.654Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:35:40.655Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:40.658Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:40.658Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778140653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-09T12:35:40.758Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:40.759Z||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-06-09T12:35:40.759Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:40.774Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:40.775Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:35:41.659Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar ASDC sendASDCNotification
2022-06-09T12:35:41.660Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar
2022-06-09T12:35:41.660Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:35:41.661Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:35:41.663Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:35:41.663Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778141659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:35:41.763Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:35:41.764Z||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-06-09T12:35:41.764Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:35:41.793Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:35:41.794Z||pool-17-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:35:42.665Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:35:42.693Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:35:42.700Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:35:42.701Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:35:42.701Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:36:12.702Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:36:12.725Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:36:12.734Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:36:12.734Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:36:12.734Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:36:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:36:19.976Z||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-06-09T12:36:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:36:20.109Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:36:20.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:36:20.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778119970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:36:20.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:36:42.735Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:36:42.759Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:36:42.766Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:36:42.766Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:36:42.767Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:37:12.767Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:37:12.786Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:37:12.792Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:37:12.793Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:37:12.793Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:37:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:37:19.977Z||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-06-09T12:37:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:37:20.508Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:37:20.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778119970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:37:20.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:37:20.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778119970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:37:20.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:37:20.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778119970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:37:20.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:37:20.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778119970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-09T12:37:20.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:37:20.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778119970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:37:20.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:37:20.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778119970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:37:20.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:37:20.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "aai-ml",
  "timestamp": 1654778127374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:37:20.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778128222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:37:20.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "aai-ml",
  "timestamp": 1654778128380,
  "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-06-09T12:37:20.528Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 05823dd2-72f1-404e-b9f5-672b4c141663
2022-06-09T12:37:20.529Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05823dd2-72f1-404e-b9f5-672b4c141663 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-06-09T12:37:20.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778134689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:37:20.550Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778135896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:37:20.551Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778137083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:37:20.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778138644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/vfw4f301ead10230_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T12:37:20.553Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778139649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-09T12:37:20.553Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778140653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/resourceInstances/vfw4f301ead10230/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-09T12:37:20.555Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:20.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:37:20.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778141659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220609123320/1.0/artifacts/service-Vfw20220609123320-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:37:20.555Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:37:42.793Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:37:42.813Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:37:42.821Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:37:42.821Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T12:37:42.822Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T12:37:42.822Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T12:37:42.822Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:37:42.822Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:37:42.823Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:37:42.823Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:37:42.823Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:37:42.823Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:37:42.823Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-06-09T12:37:42.836Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T12:38:12.836Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 05823dd2-72f1-404e-b9f5-672b4c141663 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-06-09T12:38:12.849Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 05823dd2-72f1-404e-b9f5-672b4c141663 and serviceModelVersionId: 327702b9-cfa1-4b3a-a293-536813971995
2022-06-09T12:38:12.850Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1fe2cb20-5a64-400a-954c-6d68b329b59e
2022-06-09T12:38:20.004Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:38:20.005Z||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-06-09T12:38:20.005Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:38:29.566Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:38:30.920Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1fe2cb20-5a64-400a-954c-6d68b329b59e/model-vers/model-ver/327702b9-cfa1-4b3a-a293-536813971995?depth=0
2022-06-09T12:38:31.054Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T12:38:31.680Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe2cb20-5a64-400a-954c-6d68b329b59e/model-vers/model-ver/327702b9-cfa1-4b3a-a293-536813971995?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-06-09T12:38:31.687Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe2cb20-5a64-400a-954c-6d68b329b59e/model-vers/model-ver/327702b9-cfa1-4b3a-a293-536813971995?depth=0|INFO|500||Invoke
2022-06-09T12:38:31.868Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe2cb20-5a64-400a-954c-6d68b329b59e/model-vers/model-ver/327702b9-cfa1-4b3a-a293-536813971995?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-09T12:38:32.180Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe2cb20-5a64-400a-954c-6d68b329b59e/model-vers/model-ver/327702b9-cfa1-4b3a-a293-536813971995?depth=0|INFO|500||InvokeReturn
2022-06-09T12:38:32.182Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fe2cb20-5a64-400a-954c-6d68b329b59e/model-vers/model-ver/327702b9-cfa1-4b3a-a293-536813971995?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220609-12:38:31:948-11711], vertex-id=[176192], Content-Length=[0], Date=[Thu, 09 Jun 2022 12:38:31 GMT], Content-Type=[application/json]}
2022-06-09T12:38:32.183Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-09T12:38:32.187Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T12:38:32.188Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-06-09T12:38:32.194Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||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-06-09T12:38:32.195Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 05823dd2-72f1-404e-b9f5-672b4c141663 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T12:38:32.196Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T12:38:32.197Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:38:32.199Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:38:32.199Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778312195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:38:32.299Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:38:32.301Z||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-06-09T12:38:32.301Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:38:32.323Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:38:32.324Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 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-06-09T12:38:33.225Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:38:33.226Z||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-06-09T12:38:33.226Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:38:43.550Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:38:43.551Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:38:43.552Z||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-06-09T12:38:43.553Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:38:53.098Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:38:53.099Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:38:53.099Z||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-06-09T12:38:53.099Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:39:02.664Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:39:19.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:39:19.971Z||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-06-09T12:39:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:39:19.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:39:19.976Z||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-06-09T12:39:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:39:20.610Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:39:20.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T12:39:20.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05823dd2-72f1-404e-b9f5-672b4c141663",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778312195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:39:20.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:39:29.526Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:19.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:40:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:40:19.976Z||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-06-09T12:40:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:19.979Z||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-06-09T12:40:19.981Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:20.540Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:20.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778391503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "clamp",
  "timestamp": 1654778388571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778391503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:40:20.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "clamp",
  "timestamp": 1654778388571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:40:20.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "cds",
  "timestamp": 1654778398498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778391503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:40:20.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "clamp",
  "timestamp": 1654778388571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "cds",
  "timestamp": 1654778398498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778391503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "clamp",
  "timestamp": 1654778388571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "cds",
  "timestamp": 1654778398498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778391503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-09T12:40:20.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "clamp",
  "timestamp": 1654778388571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "cds",
  "timestamp": 1654778398498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778391503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "clamp",
  "timestamp": 1654778388571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "cds",
  "timestamp": 1654778398498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778391503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:40:20.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "clamp",
  "timestamp": 1654778388571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:40:20.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778403282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "cds",
  "timestamp": 1654778398498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778402566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778403953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778403282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "cds",
  "timestamp": 1654778398498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:40:20.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778402566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778405087,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.561Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778403282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "aai-ml",
  "timestamp": 1654778404694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "cds",
  "timestamp": 1654778406393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "policy-id",
  "timestamp": 1654778405151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778402566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778406212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778403282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "aai-ml",
  "timestamp": 1654778404694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "cds",
  "timestamp": 1654778407415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-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-06-09T12:40:20.600Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 422853b8-77ab-4399-97b8-9e6bb4613595
2022-06-09T12:40:20.601Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422853b8-77ab-4399-97b8-9e6bb4613595 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-06-09T12:40:20.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "policy-id",
  "timestamp": 1654778405151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778402566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778407236,
  "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-06-09T12:40:20.631Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 422853b8-77ab-4399-97b8-9e6bb4613595
2022-06-09T12:40:20.631Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422853b8-77ab-4399-97b8-9e6bb4613595 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-06-09T12:40:20.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778403282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "aai-ml",
  "timestamp": 1654778404694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "policy-id",
  "timestamp": 1654778405151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:40:20.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778402566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778408241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T12:40:20.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778403282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "aai-ml",
  "timestamp": 1654778404694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "policy-id",
  "timestamp": 1654778405151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778402566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "clamp",
  "timestamp": 1654778409226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778403282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "aai-ml",
  "timestamp": 1654778404694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "policy-id",
  "timestamp": 1654778405151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778402566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:40:20.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "aai-ml",
  "timestamp": 1654778404694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "clamp",
  "timestamp": 1654778410861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:40:20.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "policy-id",
  "timestamp": 1654778405151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778410423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "aai-ml",
  "timestamp": 1654778404694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:40:20.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "clamp",
  "timestamp": 1654778411866,
  "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-06-09T12:40:20.670Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 422853b8-77ab-4399-97b8-9e6bb4613595
2022-06-09T12:40:20.671Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422853b8-77ab-4399-97b8-9e6bb4613595 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=?
2022-06-09T12:40:20.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:20.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"422853b8-77ab-4399-97b8-9e6bb4613595","serviceName":"basic_onboard_nubjXP","serviceVersion":"1.0","serviceUUID":"14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5","serviceDescription":"service","serviceInvariantUUID":"6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef","resources":[{"resourceInstanceName":"basic_onboard_nubjXP 0","resourceName":"basic_onboard_nubjXP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c2967c4-071e-4270-b061-eeb5071bd028","resourceInvariantUUID":"3f13eb54-2c89-4deb-aab1-2ecd6cd7602a","resourceCustomizationUUID":"13929bba-0c3d-4e1b-93eb-2c00e513eecc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml","artifactChecksum":"OGJiZTg1ZWY1MGY1MTI4ZTZkZjJkOGIyMWM4YTQ1MzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c25035c-262f-4195-9f57-75c43fabf5e0","artifactVersion":"1"},{"artifactName":"basic_onboard_nubjxp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json","artifactChecksum":"ODBhZTZlZDVkMWQ3ZTNjNjliZmVhNTdmNDUxYWEwMTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a9e0077d-00ad-46a2-8086-273a3e4e39e4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"75a553e9-5418-466c-9e77-2b92b13590b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"408cbb8b-afc6-41c4-8d1c-22b32d22d37b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39406c67-9bd2-4ab6-b057-b19dca867b5f","artifactVersion":"2","generatedFromUUID":"75a553e9-5418-466c-9e77-2b92b13590b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNubjxp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml","artifactChecksum":"ODNlZGNkODYwYjFkYjRhYzA1OWRmZmVhNWJmNjhhYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1718fe87-e68a-4f99-94c9-48189f90b313","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNubjxp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar","artifactChecksum":"YmNhMzdjMzE4MDIyN2JkMWUxNzRhMjRkNmZmYWMxZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7a925d6-1f4a-4dd1-9883-1e3a71c50c49","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T12:40:20.679Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:40:20.680Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:20.686Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:20.686Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778419971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:20.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "policy-id",
  "timestamp": 1654778405151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:40:20.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:40:20.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "aai-ml",
  "timestamp": 1654778412490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.688Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "policy-id",
  "timestamp": 1654778413012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:40:20.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778412940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:40:20.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "policy-id",
  "timestamp": 1654778414016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:40:20.690Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:40:20.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778413947,
  "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-06-09T12:40:20.702Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 422853b8-77ab-4399-97b8-9e6bb4613595
2022-06-09T12:40:20.702Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422853b8-77ab-4399-97b8-9e6bb4613595 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-06-09T12:40:20.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:40:20.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "policy-id",
  "timestamp": 1654778415024,
  "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-06-09T12:40:20.728Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 422853b8-77ab-4399-97b8-9e6bb4613595
2022-06-09T12:40:20.728Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422853b8-77ab-4399-97b8-9e6bb4613595 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-06-09T12:40:20.786Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:40:20.788Z||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-06-09T12:40:20.788Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:20.806Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:20.807Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:21.688Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:40:21.689Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:21.692Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:21.692Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778419971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:40:21.793Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:21.794Z||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-06-09T12:40:21.794Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:21.812Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:21.813Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:22.693Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:40:22.694Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:22.698Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:22.698Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778419971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:40:22.798Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:22.799Z||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-06-09T12:40:22.799Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:22.814Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:22.815Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:23.699Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:40:23.700Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:23.703Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:23.703Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778419971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:23.805Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-09T12:40:23.806Z||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-06-09T12:40:23.806Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:23.839Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:23.840Z||pool-22-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:24.704Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:40:24.705Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:24.708Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:24.708Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778419971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-09T12:40:24.809Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:40:24.810Z||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-06-09T12:40:24.810Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:24.827Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:24.828Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:25.709Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:40:25.710Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:25.712Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:25.712Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778419971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:40:25.813Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T12:40:25.814Z||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-06-09T12:40:25.814Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:25.831Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:25.832Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:26.713Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:40:26.714Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:26.717Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:26.717Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778419971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:40:26.817Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:26.818Z||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-06-09T12:40:26.818Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:26.837Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:26.837Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:27.719Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "serviceName": "basic_onboard_nubjXP",
  "serviceVersion": "1.0",
  "serviceUUID": "14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_nubjXP 0",
      "resourceCustomizationUUID": "13929bba-0c3d-4e1b-93eb-2c00e513eecc",
      "resourceName": "basic_onboard_nubjXP",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8c2967c4-071e-4270-b061-eeb5071bd028",
      "resourceInvariantUUID": "3f13eb54-2c89-4deb-aab1-2ecd6cd7602a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_nubjxp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
          "artifactChecksum": "ODBhZTZlZDVkMWQ3ZTNjNjliZmVhNTdmNDUxYWEwMTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a9e0077d-00ad-46a2-8086-273a3e4e39e4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "75a553e9-5418-466c-9e77-2b92b13590b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39406c67-9bd2-4ab6-b057-b19dca867b5f",
            "generatedFromUUID": "75a553e9-5418-466c-9e77-2b92b13590b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39406c67-9bd2-4ab6-b057-b19dca867b5f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNubjxp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
      "artifactChecksum": "YmNhMzdjMzE4MDIyN2JkMWUxNzRhMjRkNmZmYWMxZjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b7a925d6-1f4a-4dd1-9883-1e3a71c50c49"
    }
  ],
  "workloadContext": "Production"
}
2022-06-09T12:40:27.720Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T12:40:27.720Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5 ASDC
2022-06-09T12:40:27.721Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:422853b8-77ab-4399-97b8-9e6bb4613595
ServiceName:basic_onboard_nubjXP
ServiceVersion:1.0
ServiceUUID:14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5
ServiceInvariantUUID:6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNubjxp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar
ArtifactUUID:b7a925d6-1f4a-4dd1-9883-1e3a71c50c49
ArtifactChecksum:YmNhMzdjMzE4MDIyN2JkMWUxNzRhMjRkNmZmYWMxZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nubjXP 0
ResourceCustomizationUUID:13929bba-0c3d-4e1b-93eb-2c00e513eecc
ResourceInvariantUUID:3f13eb54-2c89-4deb-aab1-2ecd6cd7602a
ResourceName:basic_onboard_nubjXP
ResourceType:VF
ResourceUUID:8c2967c4-071e-4270-b061-eeb5071bd028
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nubjxp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json
ArtifactUUID:a9e0077d-00ad-46a2-8086-273a3e4e39e4
ArtifactChecksum:ODBhZTZlZDVkMWQ3ZTNjNjliZmVhNTdmNDUxYWEwMTA=
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/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:75a553e9-5418-466c-9e77-2b92b13590b3
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/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env
ArtifactUUID:39406c67-9bd2-4ab6-b057-b19dca867b5f
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/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env
ArtifactUUID:39406c67-9bd2-4ab6-b057-b19dca867b5f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-09T12:40:27.722Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5 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-06-09T12:40:27.769Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:40:27.771Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:40:27.771Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:40:27.772Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b7a925d6-1f4a-4dd1-9883-1e3a71c50c49 from URL: /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:27.772Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:40:27.773Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:28.011Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:40:28.017Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar b7a925d6-1f4a-4dd1-9883-1e3a71c50c49 71577
2022-06-09T12:40:28.018Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar ASDC sendASDCNotification
2022-06-09T12:40:28.018Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:28.018Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:40:28.019Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:28.021Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:28.021Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778428018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:40:28.122Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:40:28.123Z||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-06-09T12:40:28.123Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:28.141Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:28.142Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:40:29.022Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:40:29.023Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:40:29.024Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b7a925d6-1f4a-4dd1-9883-1e3a71c50c49, URL: /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar to file: /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:29.025Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:29.025Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:29.026Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:29.209Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7177068623116503227/Definitions/service-BasicOnboardNubjxp-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-06-09T12:40:30.850Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T12:40:30.851Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:40:30.851Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.851Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-09T12:40:30.851Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nubjXP 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-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.851Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||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-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.852Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||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-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.852Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||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-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.852Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.852Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.852Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.853Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||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-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.853Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||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-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:30.853Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:40:30.853Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:30.854Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:30.854Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:30.854Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:40:30.854Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:40:30.855Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:30.855Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:30.855Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:30.855Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:40:30.855Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:40:30.856Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:30.856Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:30.856Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:30.856Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is not matching search criteria
2022-06-09T12:40:30.856Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-09T12:40:30.857Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-09T12:40:30.857Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-09T12:40:30.857Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-09T12:40:30.857Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-09T12:40:30.857Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:30.857Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T12:40:30.858Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:30.858Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:30.858Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:40:30.858Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:30.858Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:30.859Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:40:30.859Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:30.859Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:30.859Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:40:30.860Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:30.860Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is not matching search criteria
2022-06-09T12:40:30.860Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-09T12:40:30.860Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-09T12:40:30.860Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d03af548-9b6f-43c0-bc19-ea46ef2b8686
2022-06-09T12:40:30.860Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:30.861Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:30.861Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:30.861Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:30.861Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:30.861Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:30.861Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:30.862Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:30.862Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_nubjXP
Description:service
Model UUID:14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5
Model Version:NULL
Model InvariantUuid:6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_nubjXP
Model UUID:c5dcb79b-39bb-427a-be03-e01a06eff017
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f13eb54-2c89-4deb-aab1-2ecd6cd7602a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:13929bba-0c3d-4e1b-93eb-2c00e513eecc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1279de7e-5d43-451a-a4b0-30c98969a9ca
ModelName:BasicOnboardNubjxp..base_ubuntu18..module-0
ModelUuid:10067b6b-cf1b-4b81-a96d-c39f949647cb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d03af548-9b6f-43c0-bc19-ea46ef2b8686
ModelInvariantUuid:50b74a96-6945-4ba5-9127-7b64f53570d7
ModelName:basic_onboard_nubjXP-nodes.ubuntu18Cvfc
ModelUuid:cc3f54ed-35aa-42ed-9c9f-ebcdf460a9be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6b8d7fe4-713d-4e60-ad08-57494043ab5b
ModelInvariantUuid:4d4a8f47-8a39-4e5b-af4c-953a73b89ef2
ModelName:BasicOnboardNubjxp.compute.nodes.heat.ubuntu18
ModelUuid:e2d0b9cf-e993-4c21-a917-7e991a635eed
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-06-09T12:40:30.871Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c2967c4-071e-4270-b061-eeb5071bd028
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-06-09T12:40:30.876Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||basic_onboard_nubjXP 0
2022-06-09T12:40:30.876Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c2967c4-071e-4270-b061-eeb5071bd028
2022-06-09T12:40:30.877Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a9e0077d-00ad-46a2-8086-273a3e4e39e4 from URL: /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json
2022-06-09T12:40:30.877Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:40:30.877Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json
2022-06-09T12:40:31.008Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:40:31.008Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json a9e0077d-00ad-46a2-8086-273a3e4e39e4 798
2022-06-09T12:40:31.009Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json ASDC sendASDCNotification
2022-06-09T12:40:31.009Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json
2022-06-09T12:40:31.009Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:40:31.009Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:31.032Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:31.033Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778431009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:40:31.112Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-06-09T12:40:31.113Z||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-06-09T12:40:31.114Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:31.131Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:31.132Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:32.034Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNubjxp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1279de7e-5d43-451a-a4b0-30c98969a9ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "10067b6b-cf1b-4b81-a96d-c39f949647cb",
    "vfModuleModelCustomizationUUID": "ff772a8f-43fc-48cd-9399-11c5dfffb4b5",
    "isBase": true,
    "artifacts": [
      "75a553e9-5418-466c-9e77-2b92b13590b3",
      "39406c67-9bd2-4ab6-b057-b19dca867b5f"
    ],
    "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-06-09T12:40:32.042Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNubjxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:10067b6b-cf1b-4b81-a96d-c39f949647cb
VfModuleModelInvariantUUID:1279de7e-5d43-451a-a4b0-30c98969a9ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
75a553e9-5418-466c-9e77-2b92b13590b3
,
39406c67-9bd2-4ab6-b057-b19dca867b5f

}
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-06-09T12:40:32.046Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNubjxp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1279de7e-5d43-451a-a4b0-30c98969a9ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "10067b6b-cf1b-4b81-a96d-c39f949647cb",
    "vfModuleModelCustomizationUUID": "ff772a8f-43fc-48cd-9399-11c5dfffb4b5",
    "isBase": true,
    "artifacts": [
      "75a553e9-5418-466c-9e77-2b92b13590b3",
      "39406c67-9bd2-4ab6-b057-b19dca867b5f"
    ],
    "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-06-09T12:40:32.047Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNubjxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:10067b6b-cf1b-4b81-a96d-c39f949647cb
VfModuleModelInvariantUUID:1279de7e-5d43-451a-a4b0-30c98969a9ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
75a553e9-5418-466c-9e77-2b92b13590b3
,
39406c67-9bd2-4ab6-b057-b19dca867b5f

}
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-06-09T12:40:32.047Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 75a553e9-5418-466c-9e77-2b92b13590b3 from URL: /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml
2022-06-09T12:40:32.048Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:40:32.048Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml
2022-06-09T12:40:32.136Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:40:32.136Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml 75a553e9-5418-466c-9e77-2b92b13590b3 5033
2022-06-09T12:40:32.137Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-09T12:40:32.137Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml
2022-06-09T12:40:32.137Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:40:32.137Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:32.140Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:32.140Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778432137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:40:32.240Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:32.241Z||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-06-09T12:40:32.242Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:32.258Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:32.259Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:33.141Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 39406c67-9bd2-4ab6-b057-b19dca867b5f from URL: /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env
2022-06-09T12:40:33.142Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:40:33.142Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env
2022-06-09T12:40:33.232Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:40:33.233Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env 39406c67-9bd2-4ab6-b057-b19dca867b5f 909
2022-06-09T12:40:33.234Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-09T12:40:33.234Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env
2022-06-09T12:40:33.234Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:40:33.234Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:33.237Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:33.237Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778433233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:40:33.338Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:33.339Z||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-06-09T12:40:33.339Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:33.356Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:33.357Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:34.238Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5
2022-06-09T12:40:34.238Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nubjXP 0 8c2967c4-071e-4270-b061-eeb5071bd028 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-06-09T12:40:34.253Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@642ef1ca, org.onap.sdc.toscaparser.api.parameters.Input@3e28ce7f, org.onap.sdc.toscaparser.api.parameters.Input@20a12ab3, org.onap.sdc.toscaparser.api.parameters.Input@14482b30, org.onap.sdc.toscaparser.api.parameters.Input@77b38d2]
2022-06-09T12:40:34.255Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:34.255Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.255Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-06-09T12:40:34.256Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 13929bba-0c3d-4e1b-93eb-2c00e513eecc
2022-06-09T12:40:34.256Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 13929bba-0c3d-4e1b-93eb-2c00e513eecc matches Tosca VF Customization UUID: 13929bba-0c3d-4e1b-93eb-2c00e513eecc
2022-06-09T12:40:34.256Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 13929bba-0c3d-4e1b-93eb-2c00e513eecc  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-06-09T12:40:34.260Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:34.260Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.261Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 13929bba-0c3d-4e1b-93eb-2c00e513eecc: {\"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-06-09T12:40:34.261Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@341bcc5
2022-06-09T12:40:34.261Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:34.261Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T12:40:34.261Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff772a8f-43fc-48cd-9399-11c5dfffb4b5
2022-06-09T12:40:34.262Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff772a8f-43fc-48cd-9399-11c5dfffb4b5
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-06-09T12:40:34.265Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:34.265Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:34.266Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:40:34.266Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:34.266Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:34.267Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:40:34.267Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:34.267Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is not matching search criteria
2022-06-09T12:40:34.267Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-09T12:40:34.268Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-09T12:40:34.268Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d03af548-9b6f-43c0-bc19-ea46ef2b8686
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-06-09T12:40:34.271Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:34.272Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:34.272Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:40:34.272Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:34.273Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nubjXP 0 is matching search criteria
2022-06-09T12:40:34.273Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nubjXP 0] matching following query criteria: sdcType=VF, customizationUUID=13929bba-0c3d-4e1b-93eb-2c00e513eecc
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-06-09T12:40:34.275Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:34.275Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.276Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5: basic_onboard_nubjXP
2022-06-09T12:40:34.276Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:34.276Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.276Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:34.277Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.277Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:34.277Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.277Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:34.277Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.278Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:40:34.278Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nubjXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:40:34.278Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_nubjXP 
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-06-09T12:40:34.384Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nubjXP 8c2967c4-071e-4270-b061-eeb5071bd028 1 ASDC deployResourceStructure
2022-06-09T12:40:34.385Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json ASDC sendASDCNotification
2022-06-09T12:40:34.385Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json
2022-06-09T12:40:34.385Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:40:34.385Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:34.388Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:34.388Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778434384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T12:40:34.488Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:34.490Z||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-06-09T12:40:34.490Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:34.504Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:34.505Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:35.390Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-09T12:40:35.390Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml
2022-06-09T12:40:35.390Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:40:35.391Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:35.393Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:35.393Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778435389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-09T12:40:35.493Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:35.494Z||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-06-09T12:40:35.494Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:35.524Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:35.524Z||pool-31-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:40:36.394Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-09T12:40:36.394Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env
2022-06-09T12:40:36.395Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:40:36.395Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:36.397Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:36.397Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778436394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-09T12:40:36.497Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:36.498Z||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-06-09T12:40:36.499Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:36.523Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:36.523Z||pool-32-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:37.399Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar ASDC sendASDCNotification
2022-06-09T12:40:37.399Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar
2022-06-09T12:40:37.399Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:40:37.400Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:40:37.402Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:40:37.403Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778437399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:40:37.503Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:40:37.504Z||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-06-09T12:40:37.504Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:40:37.521Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:40:37.522Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:40:38.404Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:40:38.430Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:40:38.438Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:40:38.438Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:40:38.438Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:41:08.439Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:41:08.461Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:41:08.467Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:41:08.467Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:41:08.468Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:41:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:41:19.976Z||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-06-09T12:41:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:41:20.012Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:41:20.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:41:20.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "aai-ml",
  "timestamp": 1654778420086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:41:20.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:41:38.468Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:41:38.488Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:41:38.497Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:41:38.497Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:41:38.497Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:42:08.498Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:42:08.516Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:42:08.523Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:42:08.524Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:42:08.524Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:42:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:42:19.976Z||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-06-09T12:42:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:42:20.011Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:42:20.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:42:20.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778419971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:42:20.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:42:38.524Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:42:38.541Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:42:38.547Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:42:38.547Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:42:38.547Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:43:08.548Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:43:08.566Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:43:08.583Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:43:08.583Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:43:08.583Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:43:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:43:19.976Z||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-06-09T12:43:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:43:20.513Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:43:20.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "aai-ml",
  "timestamp": 1654778421091,
  "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-06-09T12:43:20.530Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 422853b8-77ab-4399-97b8-9e6bb4613595
2022-06-09T12:43:20.531Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 422853b8-77ab-4399-97b8-9e6bb4613595 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-06-09T12:43:20.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778419971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:43:20.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:43:20.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778419971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:43:20.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:43:20.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778419971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:43:20.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778419971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778419971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778419971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:43:20.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:43:20.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778428018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:43:20.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:20.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778431009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:43:20.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778432137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778433233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778434384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/basic_onboard_nubjxp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T12:43:20.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:20.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778435389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-09T12:43:20.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:20.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778436394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/resourceInstances/basic_onboard_nubjxp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-09T12:43:20.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:20.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:43:20.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778437399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNubjxp/1.0/artifacts/service-BasicOnboardNubjxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:43:20.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:43:38.584Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:43:38.602Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:43:38.609Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:43:38.612Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T12:43:38.612Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:43:38.613Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T12:43:38.620Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T12:44:08.621Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 422853b8-77ab-4399-97b8-9e6bb4613595 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-06-09T12:44:08.639Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 422853b8-77ab-4399-97b8-9e6bb4613595 and serviceModelVersionId: 14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5
2022-06-09T12:44:08.640Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef
2022-06-09T12:44:08.642Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef/model-vers/model-ver/14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5?depth=0
2022-06-09T12:44:08.658Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T12:44:08.748Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef/model-vers/model-ver/14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5?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-06-09T12:44:08.751Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef/model-vers/model-ver/14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5?depth=0|INFO|500||Invoke
2022-06-09T12:44:08.795Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef/model-vers/model-ver/14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-09T12:44:08.912Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef/model-vers/model-ver/14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5?depth=0|INFO|500||InvokeReturn
2022-06-09T12:44:08.913Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ba9b61d-3310-4c6b-aac9-cd9cd2d7aaef/model-vers/model-ver/14ddc8eb-5cbd-48ff-bac1-4a068ae5f0b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220609-12:44:08:873-14314], vertex-id=[200736], Content-Length=[0], Date=[Thu, 09 Jun 2022 12:44:08 GMT], Content-Type=[application/json]}
2022-06-09T12:44:08.914Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-06-09T12:44:08.915Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T12:44:08.915Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T12:44:08.933Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-09T12:44:08.933Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 422853b8-77ab-4399-97b8-9e6bb4613595 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T12:44:08.934Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T12:44:08.934Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:44:08.940Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:44:08.940Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778648934,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:44:09.039Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-09T12:44:09.040Z||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-06-09T12:44:09.040Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:44:09.065Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:44:09.066Z||pool-34-thread-1|||||INFO|500||cambria reply ok (27 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-06-09T12:44:09.961Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:44:09.962Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:44:09.963Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:44:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:44:19.976Z||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-06-09T12:44:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:44:20.324Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:44:20.325Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:44:20.326Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:44:20.326Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:44:20.617Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:44:20.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:44:20.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "422853b8-77ab-4399-97b8-9e6bb4613595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778648934,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:44:20.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:44:29.875Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:44:29.876Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:44:29.877Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:44:29.877Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:44:39.440Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:44:39.441Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:44:39.441Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:44:39.441Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:44:48.984Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:45:19.970Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:45:19.972Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:45:19.973Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:45:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:45:19.975Z||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-06-09T12:45:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:45:29.529Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:45:29.537Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:46:19.973Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:46:19.974Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:46:19.974Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:46:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:46:19.976Z||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-06-09T12:46:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:46:29.522Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:46:29.523Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:47:19.970Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:47:19.971Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:47:19.971Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:47:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:47:19.976Z||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-06-09T12:47:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:47:29.525Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:47:29.542Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:48:19.970Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:48:19.971Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:48:19.971Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:48:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:48:19.975Z||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-06-09T12:48:19.975Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:48:29.526Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:48:29.527Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:49:19.970Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:49:19.971Z|422853b8-77ab-4399-97b8-9e6bb4613595|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-06-09T12:49:19.971Z|422853b8-77ab-4399-97b8-9e6bb4613595|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:49:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:49:19.976Z||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-06-09T12:49:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:49:20.114Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:49:20.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:49:20.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778951504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:49:20.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:49:20.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:49:20.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "cds",
  "timestamp": 1654778953498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:49:20.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:49:20.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:49:20.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778951504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:49:20.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:49:20.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:49:20.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "cds",
  "timestamp": 1654778953498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:49:20.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:49:20.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:49:20.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "clamp",
  "timestamp": 1654778958571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:49:20.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:49:20.611Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:49:20.612Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T12:49:20.612Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"737e58e3-e6c0-46cc-a703-38c84d12f8a5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"44902c34-536d-42b0-8b9c-fecc35a092e2","serviceDescription":"service","serviceInvariantUUID":"6fba9cc6-3e28-448d-bc8f-80480becfd06","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fec8f625-8dcd-4159-b268-7f3cd0357e65","resourceInvariantUUID":"3d1f61f2-f08d-4f61-a8f7-9564ac43d04a","resourceCustomizationUUID":"7735e58d-23fd-459d-98f7-8bd7e0c122c3","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":"ZGQyZjE0NjRmM2I4OWNkMTI0YmM4ZjkyMWVjMjgyZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b16cc7e-9bdf-435e-9b4d-53e9dafc4e09","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmU0MmM2ZjEyYWUyZTQxMzU0MTUyMWI2YzhiOGU2NTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56e0fc1b-2b7b-44d1-9ca5-7e7ce630cae7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T12:49:20.617Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:49:20.617Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:49:20.620Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:49:20.620Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778959970,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:49:20.720Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:49:20.722Z||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-06-09T12:49:20.722Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:49:20.762Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:49:20.763Z||pool-35-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:49:21.621Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:49:21.623Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:49:21.625Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:49:21.626Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778959970,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:49:21.726Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:49:21.727Z||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-06-09T12:49:21.727Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:49:21.768Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:49:21.769Z||pool-36-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:49:22.628Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "44902c34-536d-42b0-8b9c-fecc35a092e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6fba9cc6-3e28-448d-bc8f-80480becfd06",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7735e58d-23fd-459d-98f7-8bd7e0c122c3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fec8f625-8dcd-4159-b268-7f3cd0357e65",
      "resourceInvariantUUID": "3d1f61f2-f08d-4f61-a8f7-9564ac43d04a",
      "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": "YmU0MmM2ZjEyYWUyZTQxMzU0MTUyMWI2YzhiOGU2NTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "56e0fc1b-2b7b-44d1-9ca5-7e7ce630cae7"
    }
  ],
  "workloadContext": "Production"
}
2022-06-09T12:49:22.628Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T12:49:22.629Z|422853b8-77ab-4399-97b8-9e6bb4613595|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44902c34-536d-42b0-8b9c-fecc35a092e2 ASDC
2022-06-09T12:49:22.630Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:737e58e3-e6c0-46cc-a703-38c84d12f8a5
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:44902c34-536d-42b0-8b9c-fecc35a092e2
ServiceInvariantUUID:6fba9cc6-3e28-448d-bc8f-80480becfd06
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:56e0fc1b-2b7b-44d1-9ca5-7e7ce630cae7
ArtifactChecksum:YmU0MmM2ZjEyYWUyZTQxMzU0MTUyMWI2YzhiOGU2NTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7735e58d-23fd-459d-98f7-8bd7e0c122c3
ResourceInvariantUUID:3d1f61f2-f08d-4f61-a8f7-9564ac43d04a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fec8f625-8dcd-4159-b268-7f3cd0357e65
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-09T12:49:22.630Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44902c34-536d-42b0-8b9c-fecc35a092e2 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-06-09T12:49:22.688Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:49:22.689Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:49:22.689Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:49:22.689Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 56e0fc1b-2b7b-44d1-9ca5-7e7ce630cae7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-09T12:49:22.690Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:49:22.690Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-09T12:49:22.839Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:49:22.841Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 56e0fc1b-2b7b-44d1-9ca5-7e7ce630cae7 52507
2022-06-09T12:49:22.842Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-09T12:49:22.842Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-09T12:49:22.842Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:49:22.842Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:49:22.844Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:49:22.844Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778962841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:49:22.945Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:49:22.946Z||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-06-09T12:49:22.946Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:49:22.962Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:49:22.963Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:49:23.845Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:49:23.846Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:49:23.847Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 56e0fc1b-2b7b-44d1-9ca5-7e7ce630cae7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:23.847Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-09T12:49:23.847Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:23.848Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:24.116Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17759270286313898954/Definitions/service-BasicNetwork-template.yml
2022-06-09T12:49:24.704Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T12:49:24.705Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:49:24.705Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:24.705Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-09T12:49:24.705Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:24.705Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:24.705Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:24.706Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:24.706Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:24.706Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:24.706Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:24.706Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-09T12:49:24.706Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:49:24.706Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:49:24.707Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.707Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-09T12:49:24.707Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:49:24.707Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:49:24.708Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:49:24.708Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.708Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-09T12:49:24.708Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:49:24.709Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:49:24.709Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:49:24.709Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.709Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:49:24.710Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.710Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:49:24.710Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.711Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:49:24.711Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.711Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:49:24.711Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.711Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:44902c34-536d-42b0-8b9c-fecc35a092e2
Model Version:NULL
Model InvariantUuid:6fba9cc6-3e28-448d-bc8f-80480becfd06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3d1f61f2-f08d-4f61-a8f7-9564ac43d04a
Model UUID:23b40933-1113-43af-86eb-3492c94dd8ae
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7735e58d-23fd-459d-98f7-8bd7e0c122c3
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-06-09T12:49:24.722Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: fec8f625-8dcd-4159-b268-7f3cd0357e65
2022-06-09T12:49:24.722Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||No resources found for Service: 44902c34-536d-42b0-8b9c-fecc35a092e2
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-06-09T12:49:24.728Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||
2022-06-09T12:49:24.729Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-09T12:49:24.730Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 44902c34-536d-42b0-8b9c-fecc35a092e2
2022-06-09T12:49:24.730Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 44902c34-536d-42b0-8b9c-fecc35a092e2
2022-06-09T12:49:24.730Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-09T12:49:24.730Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T12:49:24.736Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a80eaa6, org.onap.sdc.toscaparser.api.parameters.Input@702efb03, org.onap.sdc.toscaparser.api.parameters.Input@51bb1ac, org.onap.sdc.toscaparser.api.parameters.Input@985799a, org.onap.sdc.toscaparser.api.parameters.Input@247d67d6]
2022-06-09T12:49:24.738Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:49:24.738Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.738Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:49:24.738Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.738Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 44902c34-536d-42b0-8b9c-fecc35a092e2: Generic NeutronNet
2022-06-09T12:49:24.739Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:49:24.739Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.739Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:49:24.739Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-09T12:49:24.775Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:49:24.776Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.776Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:49:24.776Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.776Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:49:24.777Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:49:24.777Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-09T12:49:24.866Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-09T12:49:24.866Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-09T12:49:24.867Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-09T12:49:24.867Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:49:24.867Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:49:24.870Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:49:24.870Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778964866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:49:24.970Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:49:24.971Z||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-06-09T12:49:24.972Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:49:25.005Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:49:25.005Z||pool-38-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:49:25.870Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:49:25.901Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:49:25.905Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:49:25.905Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:49:25.906Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:49:55.906Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:49:55.924Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:49:55.932Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:49:55.932Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:49:55.933Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:50:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:50:19.976Z||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-06-09T12:50:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:50:20.040Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:50:20.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:50:20.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "cds",
  "timestamp": 1654778960348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:50:20.042Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:50:25.933Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:50:25.945Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:50:25.948Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:50:25.948Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:50:25.948Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:50:55.949Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:50:55.961Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:50:55.964Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:50:55.964Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:50:55.964Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:51:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:51:19.976Z||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-06-09T12:51:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:51:20.007Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:51:20.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:51:20.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "clamp",
  "timestamp": 1654778958571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:51:20.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:51:25.965Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:51:25.981Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:51:25.983Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:51:25.984Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:51:25.984Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:51:55.984Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:51:56.007Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:51:56.009Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:51:56.009Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T12:51:56.009Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T12:52:19.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:52:19.978Z||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-06-09T12:52:19.978Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:52:20.022Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:52:20.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778959970,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "cds",
  "timestamp": 1654778961367,
  "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-06-09T12:52:20.050Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 737e58e3-e6c0-46cc-a703-38c84d12f8a5
2022-06-09T12:52:20.050Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 737e58e3-e6c0-46cc-a703-38c84d12f8a5 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-06-09T12:52:20.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778959970,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:52:20.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778962841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778963282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778963282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654778964866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "clamp",
  "timestamp": 1654778966139,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "policy-id",
  "timestamp": 1654778965151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "policy-id",
  "timestamp": 1654778965151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "clamp",
  "timestamp": 1654778968002,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "policy-id",
  "timestamp": 1654778967941,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "clamp",
  "timestamp": 1654778969008,
  "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-06-09T12:52:20.110Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 737e58e3-e6c0-46cc-a703-38c84d12f8a5
2022-06-09T12:52:20.110Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 737e58e3-e6c0-46cc-a703-38c84d12f8a5 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-06-09T12:52:20.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "policy-id",
  "timestamp": 1654778968946,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:52:20.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "policy-id",
  "timestamp": 1654778969949,
  "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-06-09T12:52:20.173Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 737e58e3-e6c0-46cc-a703-38c84d12f8a5
2022-06-09T12:52:20.173Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 737e58e3-e6c0-46cc-a703-38c84d12f8a5 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-06-09T12:52:20.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778972566,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778972566,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:52:20.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "aai-ml",
  "timestamp": 1654778974694,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778975410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.192Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "aai-ml",
  "timestamp": 1654778974694,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:52:20.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "cds",
  "timestamp": 1654778968498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778971503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "aai-ml",
  "timestamp": 1654778977508,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778977155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:52:20.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "cds",
  "timestamp": 1654778968498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778971503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654778978160,
  "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-06-09T12:52:20.204Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 737e58e3-e6c0-46cc-a703-38c84d12f8a5
2022-06-09T12:52:20.205Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 737e58e3-e6c0-46cc-a703-38c84d12f8a5 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-06-09T12:52:20.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778971503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "cds",
  "timestamp": 1654778968498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778971503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "cds",
  "timestamp": 1654778968498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778971503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "cds",
  "timestamp": 1654778968498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "aai-ml",
  "timestamp": 1654778981848,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778971503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "cds",
  "timestamp": 1654778968498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "aai-ml",
  "timestamp": 1654778982852,
  "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-06-09T12:52:20.260Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 737e58e3-e6c0-46cc-a703-38c84d12f8a5
2022-06-09T12:52:20.260Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 737e58e3-e6c0-46cc-a703-38c84d12f8a5 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-06-09T12:52:20.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778971503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778983283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "cds",
  "timestamp": 1654778968498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "cds",
  "timestamp": 1654778968498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:52:20.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654778971503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:52:20.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778983283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778983283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "cds",
  "timestamp": 1654778986267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "policy-id",
  "timestamp": 1654778985151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778983283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "cds",
  "timestamp": 1654778987282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-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-06-09T12:52:20.323Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d9df564-e7bd-4c7a-86c4-4833fc09746b
2022-06-09T12:52:20.324Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9df564-e7bd-4c7a-86c4-4833fc09746b 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-06-09T12:52:20.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "policy-id",
  "timestamp": 1654778985151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778983283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "policy-id",
  "timestamp": 1654778985151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778983283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:52:20.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "policy-id",
  "timestamp": 1654778985151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "clamp",
  "timestamp": 1654778988571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778983283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "policy-id",
  "timestamp": 1654778985151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "clamp",
  "timestamp": 1654778988571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778983283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "policy-id",
  "timestamp": 1654778985151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "clamp",
  "timestamp": 1654778988571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778992174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "policy-id",
  "timestamp": 1654778985151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "clamp",
  "timestamp": 1654778988571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778993483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-09T12:52:20.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "policy-id",
  "timestamp": 1654778985151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:52:20.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "clamp",
  "timestamp": 1654778988571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654778994490,
  "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-06-09T12:52:20.390Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7d9df564-e7bd-4c7a-86c4-4833fc09746b
2022-06-09T12:52:20.393Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9df564-e7bd-4c7a-86c4-4833fc09746b 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-06-09T12:52:20.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "clamp",
  "timestamp": 1654778988571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "policy-id",
  "timestamp": 1654778993914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "clamp",
  "timestamp": 1654778988571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "policy-id",
  "timestamp": 1654778994919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:52:20.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "clamp",
  "timestamp": 1654778988571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:52:20.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "policy-id",
  "timestamp": 1654778995922,
  "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-06-09T12:52:20.430Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d9df564-e7bd-4c7a-86c4-4833fc09746b
2022-06-09T12:52:20.430Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9df564-e7bd-4c7a-86c4-4833fc09746b 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-06-09T12:52:20.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "clamp",
  "timestamp": 1654779000992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "clamp",
  "timestamp": 1654779003006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:52:20.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "clamp",
  "timestamp": 1654779004014,
  "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-06-09T12:52:20.475Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7d9df564-e7bd-4c7a-86c4-4833fc09746b
2022-06-09T12:52:20.475Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9df564-e7bd-4c7a-86c4-4833fc09746b 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-06-09T12:52:20.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779002567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779002567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "aai-ml",
  "timestamp": 1654779004694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779002567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "aai-ml",
  "timestamp": 1654779004694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779002567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "aai-ml",
  "timestamp": 1654779004694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779002567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "aai-ml",
  "timestamp": 1654779004694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779002567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "aai-ml",
  "timestamp": 1654779004694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779002567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "aai-ml",
  "timestamp": 1654779004694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779002567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:52:20.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "aai-ml",
  "timestamp": 1654779004694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:52:20.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779011360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.506Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "aai-ml",
  "timestamp": 1654779004694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:52:20.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:52:20.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "aai-ml",
  "timestamp": 1654779013517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:52:20.507Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779013340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:52:20.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779014349,
  "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-06-09T12:52:20.518Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d9df564-e7bd-4c7a-86c4-4833fc09746b
2022-06-09T12:52:20.518Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9df564-e7bd-4c7a-86c4-4833fc09746b 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-06-09T12:52:20.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "aai-ml",
  "timestamp": 1654779018169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:52:20.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:52:20.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:52:20.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "aai-ml",
  "timestamp": 1654779019172,
  "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-06-09T12:52:20.559Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d9df564-e7bd-4c7a-86c4-4833fc09746b
2022-06-09T12:52:20.559Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9df564-e7bd-4c7a-86c4-4833fc09746b 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-06-09T12:52:26.010Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:52:26.031Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:52:26.038Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:52:26.038Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T12:52:26.038Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T12:52:26.039Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T12:52:26.039Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:52:26.039Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:52:26.039Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:52:26.040Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:52:26.040Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:52:26.041Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:52:26.041Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T12:52:26.052Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T12:52:56.053Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5 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-06-09T12:52:56.074Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 737e58e3-e6c0-46cc-a703-38c84d12f8a5 and serviceModelVersionId: 44902c34-536d-42b0-8b9c-fecc35a092e2
2022-06-09T12:52:56.074Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fba9cc6-3e28-448d-bc8f-80480becfd06
2022-06-09T12:52:56.076Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fba9cc6-3e28-448d-bc8f-80480becfd06/model-vers/model-ver/44902c34-536d-42b0-8b9c-fecc35a092e2?depth=0
2022-06-09T12:52:56.090Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T12:52:56.225Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fba9cc6-3e28-448d-bc8f-80480becfd06/model-vers/model-ver/44902c34-536d-42b0-8b9c-fecc35a092e2?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-06-09T12:52:56.230Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fba9cc6-3e28-448d-bc8f-80480becfd06/model-vers/model-ver/44902c34-536d-42b0-8b9c-fecc35a092e2?depth=0|INFO|500||Invoke
2022-06-09T12:52:56.267Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fba9cc6-3e28-448d-bc8f-80480becfd06/model-vers/model-ver/44902c34-536d-42b0-8b9c-fecc35a092e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-09T12:52:56.420Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fba9cc6-3e28-448d-bc8f-80480becfd06/model-vers/model-ver/44902c34-536d-42b0-8b9c-fecc35a092e2?depth=0|INFO|500||InvokeReturn
2022-06-09T12:52:56.421Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fba9cc6-3e28-448d-bc8f-80480becfd06/model-vers/model-ver/44902c34-536d-42b0-8b9c-fecc35a092e2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220609-12:52:56:357-88381], vertex-id=[204864], Content-Length=[0], Date=[Thu, 09 Jun 2022 12:52:56 GMT], Content-Type=[application/json]}
2022-06-09T12:52:56.421Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-06-09T12:52:56.422Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T12:52:56.422Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T12:52:56.431Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-09T12:52:56.432Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 737e58e3-e6c0-46cc-a703-38c84d12f8a5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T12:52:56.432Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T12:52:56.433Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:52:56.437Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:52:56.437Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779176432,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:52:56.537Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:52:56.540Z||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-06-09T12:52:56.540Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:52:56.568Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:52:56.569Z||pool-39-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-09T12:52:57.473Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:52:57.473Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|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-06-09T12:52:57.474Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:02.054Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:02.057Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T12:53:02.057Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d9df564-e7bd-4c7a-86c4-4833fc09746b","serviceName":"Demo_pNF_2fnPtCE5jzL1K7sbMtEO","serviceVersion":"1.0","serviceUUID":"10125b5d-5dc3-450c-b63d-1f23a5768674","serviceDescription":"catalog service description","serviceInvariantUUID":"ef9d0ac3-0602-4a5b-8fba-7ecde551e27e","resources":[{"resourceInstanceName":"pNF f5150c6d-fc07 0","resourceName":"pNF f5150c6d-fc07","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"00687f67-ed55-4ff5-aa91-629b21d6ea61","resourceInvariantUUID":"65b031c6-22c5-472a-8f19-20f8b86fb6fb","resourceCustomizationUUID":"8591cf5b-4d5e-442e-9388-9035a660ac73","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml","artifactChecksum":"MGQ0MzVhOWIzNGVhN2E5NzA0OGFlMDA1MzdmMjZmNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb4244bc-a62a-4f50-a36a-0147c427fc90","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar","artifactChecksum":"Yzg1YWZkM2IzMzdiMGE5ZDIwMTIzNzI3ZDk1Y2Q0NmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07cae460-e75a-48a4-9753-6757c3bd7dea","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"464e48d2-e8f6-454d-888c-8881b4533cd7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml","artifactChecksum":"MzhmNGE0MDIzZDA4MjdjY2U1ZTg2MmYxNDgyNTIyNjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f22620eb-f65c-4766-af6c-87ae87fd9773","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a55192af-707e-420a-9fa3-c45fe4e930ff","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"56ea852a-a064-4d83-85bc-5ddae3a48187","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml","artifactChecksum":"NjdlODA0MTI5ZDJlMmU1ZTAzZjU2YTgxNGRiNTFmOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f9e660e-7f56-4e29-8505-482a79d930cc","artifactVersion":"1"},{"artifactName":"service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar","artifactChecksum":"NjFiMjY0MGYzYzBlNTI3ODY3YTQ2NTk3NGJhMTFiY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be3919b0-cccc-4cd3-9105-9ee1ce3035e2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T12:53:02.062Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:02.063Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:02.066Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:02.066Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:02.166Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:02.167Z||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-06-09T12:53:02.168Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:02.199Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:02.201Z||pool-40-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:03.067Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:03.068Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:03.072Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:03.072Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:03.172Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-09T12:53:03.173Z||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-06-09T12:53:03.173Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:03.189Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:03.190Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:04.073Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:04.074Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:04.077Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:04.077Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:04.177Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:04.179Z||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-06-09T12:53:04.179Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:04.283Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:04.284Z||pool-42-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:53:05.078Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:05.080Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:05.082Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:05.082Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:05.182Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:05.184Z||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-06-09T12:53:05.184Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:05.226Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:05.227Z||pool-43-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:06.083Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:06.084Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:06.090Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:06.091Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:06.187Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-09T12:53:06.188Z||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-06-09T12:53:06.189Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:06.209Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:06.210Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:07.091Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:07.092Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:07.097Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:07.097Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:07.208Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-06-09T12:53:07.210Z||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-06-09T12:53:07.211Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:07.230Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:07.231Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:08.098Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:08.099Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:08.102Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:08.102Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:08.202Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:08.204Z||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-06-09T12:53:08.204Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:08.232Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:08.233Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:53:09.103Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:09.104Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:09.106Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:09.106Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:53:09.207Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T12:53:09.208Z||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-06-09T12:53:09.209Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:09.229Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:09.230Z||pool-47-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:10.108Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "serviceName": "Demo_pNF_2fnPtCE5jzL1K7sbMtEO",
  "serviceVersion": "1.0",
  "serviceUUID": "10125b5d-5dc3-450c-b63d-1f23a5768674",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ef9d0ac3-0602-4a5b-8fba-7ecde551e27e",
  "resources": [
    {
      "resourceInstanceName": "pNF f5150c6d-fc07 0",
      "resourceCustomizationUUID": "8591cf5b-4d5e-442e-9388-9035a660ac73",
      "resourceName": "pNF f5150c6d-fc07",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "00687f67-ed55-4ff5-aa91-629b21d6ea61",
      "resourceInvariantUUID": "65b031c6-22c5-472a-8f19-20f8b86fb6fb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
      "artifactChecksum": "NjFiMjY0MGYzYzBlNTI3ODY3YTQ2NTk3NGJhMTFiY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "be3919b0-cccc-4cd3-9105-9ee1ce3035e2"
    }
  ],
  "workloadContext": "Production"
}
2022-06-09T12:53:10.109Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T12:53:10.109Z|737e58e3-e6c0-46cc-a703-38c84d12f8a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 10125b5d-5dc3-450c-b63d-1f23a5768674 ASDC
2022-06-09T12:53:10.110Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7d9df564-e7bd-4c7a-86c4-4833fc09746b
ServiceName:Demo_pNF_2fnPtCE5jzL1K7sbMtEO
ServiceVersion:1.0
ServiceUUID:10125b5d-5dc3-450c-b63d-1f23a5768674
ServiceInvariantUUID:ef9d0ac3-0602-4a5b-8fba-7ecde551e27e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
ArtifactUUID:be3919b0-cccc-4cd3-9105-9ee1ce3035e2
ArtifactChecksum:NjFiMjY0MGYzYzBlNTI3ODY3YTQ2NTk3NGJhMTFiY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f5150c6d-fc07 0
ResourceCustomizationUUID:8591cf5b-4d5e-442e-9388-9035a660ac73
ResourceInvariantUUID:65b031c6-22c5-472a-8f19-20f8b86fb6fb
ResourceName:pNF f5150c6d-fc07
ResourceType:PNF
ResourceUUID:00687f67-ed55-4ff5-aa91-629b21d6ea61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-09T12:53:10.110Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10125b5d-5dc3-450c-b63d-1f23a5768674 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-06-09T12:53:10.168Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:53:10.170Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:53:10.170Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:53:10.170Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: be3919b0-cccc-4cd3-9105-9ee1ce3035e2 from URL: /sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:10.170Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:53:10.171Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:10.588Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:53:10.593Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar be3919b0-cccc-4cd3-9105-9ee1ce3035e2 82658
2022-06-09T12:53:10.594Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar ASDC sendASDCNotification
2022-06-09T12:53:10.594Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:10.594Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:53:10.594Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:10.598Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:10.598Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779190594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:10.698Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:10.700Z||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-06-09T12:53:10.700Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:10.727Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:10.728Z||pool-48-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:53:11.599Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:53:11.601Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:53:11.601Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: be3919b0-cccc-4cd3-9105-9ee1ce3035e2, URL: /sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar to file: /app/ASDC/1/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:11.601Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:11.602Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:11.602Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:11.790Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP840972024913142610/Definitions/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml
2022-06-09T12:53:13.159Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T12:53:13.160Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:53:13.161Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.161Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-09T12:53:13.161Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f5150c6d-fc07 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-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.162Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||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-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.162Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.162Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||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-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.163Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||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-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.163Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||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-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.163Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.164Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:53:13.164Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:13.165Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.166Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Node template pNF f5150c6d-fc07 0 is matching search criteria
2022-06-09T12:53:13.166Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:53:13.167Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF f5150c6d-fc07 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:53:13.167Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:13.167Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.168Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Node template pNF f5150c6d-fc07 0 is matching search criteria
2022-06-09T12:53:13.168Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:53:13.168Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF f5150c6d-fc07 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:53:13.169Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:13.169Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.169Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:13.170Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.170Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:13.170Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.171Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:13.171Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.172Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:13.172Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.172Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_2fnPtCE5jzL1K7sbMtEO
Description:catalog service description
Model UUID:10125b5d-5dc3-450c-b63d-1f23a5768674
Model Version:NULL
Model InvariantUuid:ef9d0ac3-0602-4a5b-8fba-7ecde551e27e
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-06-09T12:53:13.180Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 00687f67-ed55-4ff5-aa91-629b21d6ea61
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-06-09T12:53:13.185Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||pNF f5150c6d-fc07 0
2022-06-09T12:53:13.185Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 00687f67-ed55-4ff5-aa91-629b21d6ea61
2022-06-09T12:53:13.185Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 10125b5d-5dc3-450c-b63d-1f23a5768674
2022-06-09T12:53:13.186Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 10125b5d-5dc3-450c-b63d-1f23a5768674
2022-06-09T12:53:13.186Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f5150c6d-fc07 0 00687f67-ed55-4ff5-aa91-629b21d6ea61 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-06-09T12:53:13.192Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ec9dbfb, org.onap.sdc.toscaparser.api.parameters.Input@254ef3b3, org.onap.sdc.toscaparser.api.parameters.Input@45945027, org.onap.sdc.toscaparser.api.parameters.Input@53b5045, org.onap.sdc.toscaparser.api.parameters.Input@75dd551a]
2022-06-09T12:53:13.193Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:13.193Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.193Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 10125b5d-5dc3-450c-b63d-1f23a5768674: pNF f5150c6d-fc07
2022-06-09T12:53:13.193Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||Processing PNF resource: 00687f67-ed55-4ff5-aa91-629b21d6ea61
2022-06-09T12:53:13.193Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:13.194Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2fnPtCE5jzL1K7sbMtEO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:13.194Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||Resource customization UUID: 8591cf5b-4d5e-442e-9388-9035a660ac73 is the same as notified resource customizationUUID: 8591cf5b-4d5e-442e-9388-9035a660ac73
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-06-09T12:53:13.251Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f5150c6d-fc07 00687f67-ed55-4ff5-aa91-629b21d6ea61 0 ASDC deployResourceStructure
2022-06-09T12:53:13.251Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar ASDC sendASDCNotification
2022-06-09T12:53:13.252Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar
2022-06-09T12:53:13.252Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:53:13.252Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:13.255Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:13.255Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779193251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:53:13.355Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:13.356Z||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-06-09T12:53:13.356Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:13.392Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:13.393Z||pool-49-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:53:14.256Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d9df564-e7bd-4c7a-86c4-4833fc09746b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:53:14.279Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d9df564-e7bd-4c7a-86c4-4833fc09746b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:53:14.291Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:53:14.291Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T12:53:14.291Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T12:53:14.292Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T12:53:14.292Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:53:14.292Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:53:14.292Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:53:14.292Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:53:14.292Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:53:14.293Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:53:14.293Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:53:14.293Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T12:53:14.307Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T12:53:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:53:19.976Z||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-06-09T12:53:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:20.005Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:20.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "aai-ml",
  "timestamp": 1654779034694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779032567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779031503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "cds",
  "timestamp": 1654779028498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "aai-ml",
  "timestamp": 1654779034694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779032567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779031503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:53:20.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "cds",
  "timestamp": 1654779028498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779032567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779031503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:53:20.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "aai-ml",
  "timestamp": 1654779034694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "cds",
  "timestamp": 1654779028498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "aai-ml",
  "timestamp": 1654779034694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779031503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "cds",
  "timestamp": 1654779028498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779032567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779031503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-09T12:53:20.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "cds",
  "timestamp": 1654779028498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779032567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "aai-ml",
  "timestamp": 1654779034694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "aai-ml",
  "timestamp": 1654779034694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779032567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779031503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "cds",
  "timestamp": 1654779028498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "aai-ml",
  "timestamp": 1654779034694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:53:20.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779031503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:53:20.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779032567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:53:20.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "cds",
  "timestamp": 1654779028498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:53:20.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "aai-ml",
  "timestamp": 1654779044925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:20.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:20.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779044948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:20.064Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:20.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779044417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:20.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:20.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "cds",
  "timestamp": 1654779045772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:20.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:20.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "cds",
  "timestamp": 1654779046779,
  "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-06-09T12:53:20.877Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7b71182-0b49-4b64-9398-122f54242f12
2022-06-09T12:53:20.878Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7b71182-0b49-4b64-9398-122f54242f12 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-06-09T12:53:20.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779046128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:20.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:20.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779047235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:20.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:20.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779046951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:53:20.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:20.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "cds",
  "timestamp": 1654779047784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:20.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:53:20.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:20.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:20.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779048264,
  "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-06-09T12:53:20.955Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7b71182-0b49-4b64-9398-122f54242f12
2022-06-09T12:53:20.956Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7b71182-0b49-4b64-9398-122f54242f12 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-06-09T12:53:21.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779047955,
  "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-06-09T12:53:21.025Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7b71182-0b49-4b64-9398-122f54242f12
2022-06-09T12:53:21.025Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7b71182-0b49-4b64-9398-122f54242f12 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-06-09T12:53:21.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "cds",
  "timestamp": 1654779047784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779049271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T12:53:21.042Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "cds",
  "timestamp": 1654779047784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "cds",
  "timestamp": 1654779047784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "aai-ml",
  "timestamp": 1654779051440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:53:21.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "cds",
  "timestamp": 1654779047784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779051503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "aai-ml",
  "timestamp": 1654779052444,
  "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-06-09T12:53:21.059Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7b71182-0b49-4b64-9398-122f54242f12
2022-06-09T12:53:21.060Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7b71182-0b49-4b64-9398-122f54242f12 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-06-09T12:53:21.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "cds",
  "timestamp": 1654779047784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "policy-id",
  "timestamp": 1654779052985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:21.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779051503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "cds",
  "timestamp": 1654779047784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "policy-id",
  "timestamp": 1654779053993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:53:21.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779051503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "cds",
  "timestamp": 1654779047784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "policy-id",
  "timestamp": 1654779054996,
  "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-06-09T12:53:21.170Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7b71182-0b49-4b64-9398-122f54242f12
2022-06-09T12:53:21.170Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7b71182-0b49-4b64-9398-122f54242f12 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-06-09T12:53:21.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779051503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "cds",
  "timestamp": 1654779047784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779051503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "cds",
  "timestamp": 1654779057884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:21.253Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779051503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "cds",
  "timestamp": 1654779058893,
  "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-06-09T12:53:21.303Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10fd3cb7-e350-4122-b436-e244e1b1b96e
2022-06-09T12:53:21.304Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10fd3cb7-e350-4122-b436-e244e1b1b96e 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-06-09T12:53:21.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779051503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779043282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779051503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779051503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779061380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:21.342Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779062484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:21.342Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779063580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:21.345Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "clamp",
  "timestamp": 1654779064010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:21.347Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779062566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "policy-id",
  "timestamp": 1654779045151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "clamp",
  "timestamp": 1654779065035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:53:21.349Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779064708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:21.349Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779062566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "policy-id",
  "timestamp": 1654779065154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:21.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "aai-ml",
  "timestamp": 1654779064694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "clamp",
  "timestamp": 1654779066042,
  "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-06-09T12:53:21.374Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c7b71182-0b49-4b64-9398-122f54242f12
2022-06-09T12:53:21.374Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7b71182-0b49-4b64-9398-122f54242f12 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-06-09T12:53:21.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779065763,
  "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-06-09T12:53:21.457Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10fd3cb7-e350-4122-b436-e244e1b1b96e
2022-06-09T12:53:21.458Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10fd3cb7-e350-4122-b436-e244e1b1b96e 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-06-09T12:53:21.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779062566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "policy-id",
  "timestamp": 1654779066158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:53:21.499Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "aai-ml",
  "timestamp": 1654779064694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779066766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T12:53:21.500Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779062566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "policy-id",
  "timestamp": 1654779067161,
  "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-06-09T12:53:21.546Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10fd3cb7-e350-4122-b436-e244e1b1b96e
2022-06-09T12:53:21.546Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10fd3cb7-e350-4122-b436-e244e1b1b96e 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-06-09T12:53:21.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "aai-ml",
  "timestamp": 1654779064694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779062566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "aai-ml",
  "timestamp": 1654779064694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779062566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "aai-ml",
  "timestamp": 1654779064694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779062566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "aai-ml",
  "timestamp": 1654779064694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779062566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "aai-ml",
  "timestamp": 1654779064694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779062566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "aai-ml",
  "timestamp": 1654779064694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779072360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:21.593Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "aai-ml",
  "timestamp": 1654779064694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:21.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "aai-ml",
  "timestamp": 1654779074520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:21.594Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "clamp",
  "timestamp": 1654779048571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:53:21.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:53:21.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779074753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:53:21.596Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:53:21.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:53:21.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779075758,
  "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-06-09T12:53:21.615Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10fd3cb7-e350-4122-b436-e244e1b1b96e
2022-06-09T12:53:21.615Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10fd3cb7-e350-4122-b436-e244e1b1b96e 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-06-09T12:53:44.308Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d9df564-e7bd-4c7a-86c4-4833fc09746b 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-06-09T12:53:44.331Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d9df564-e7bd-4c7a-86c4-4833fc09746b and serviceModelVersionId: 10125b5d-5dc3-450c-b63d-1f23a5768674
2022-06-09T12:53:44.331Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef9d0ac3-0602-4a5b-8fba-7ecde551e27e
2022-06-09T12:53:44.332Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef9d0ac3-0602-4a5b-8fba-7ecde551e27e/model-vers/model-ver/10125b5d-5dc3-450c-b63d-1f23a5768674?depth=0
2022-06-09T12:53:44.337Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T12:53:44.406Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef9d0ac3-0602-4a5b-8fba-7ecde551e27e/model-vers/model-ver/10125b5d-5dc3-450c-b63d-1f23a5768674?depth=0|INFO|500||Invoke
2022-06-09T12:53:44.407Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef9d0ac3-0602-4a5b-8fba-7ecde551e27e/model-vers/model-ver/10125b5d-5dc3-450c-b63d-1f23a5768674?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef9d0ac3-0602-4a5b-8fba-7ecde551e27e/model-vers/model-ver/10125b5d-5dc3-450c-b63d-1f23a5768674?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7d9df564-e7bd-4c7a-86c4-4833fc09746b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[037586ee-043f-48f6-946d-7b2acb245b61], X-ECOMP-RequestID=[7d9df564-e7bd-4c7a-86c4-4833fc09746b], X-TransactionId=[], X-ONAP-RequestID=[7d9df564-e7bd-4c7a-86c4-4833fc09746b], Content-Type=[application/merge-patch+json]}
2022-06-09T12:53:44.444Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef9d0ac3-0602-4a5b-8fba-7ecde551e27e/model-vers/model-ver/10125b5d-5dc3-450c-b63d-1f23a5768674?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-09T12:53:44.688Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef9d0ac3-0602-4a5b-8fba-7ecde551e27e/model-vers/model-ver/10125b5d-5dc3-450c-b63d-1f23a5768674?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/ef9d0ac3-0602-4a5b-8fba-7ecde551e27e/model-vers/model-ver/10125b5d-5dc3-450c-b63d-1f23a5768674?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220609-12:53:44:526-36770], vertex-id=[221312], Content-Length=[0], Date=[Thu, 09 Jun 2022 12:53:44 GMT], Content-Type=[application/json]}
2022-06-09T12:53:44.688Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef9d0ac3-0602-4a5b-8fba-7ecde551e27e/model-vers/model-ver/10125b5d-5dc3-450c-b63d-1f23a5768674?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-09T12:53:44.689Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef9d0ac3-0602-4a5b-8fba-7ecde551e27e/model-vers/model-ver/10125b5d-5dc3-450c-b63d-1f23a5768674?depth=0|INFO|500||InvokeReturn
2022-06-09T12:53:44.689Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T12:53:44.689Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T12:53:44.699Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-09T12:53:44.700Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d9df564-e7bd-4c7a-86c4-4833fc09746b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T12:53:44.700Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T12:53:44.700Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:44.702Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:44.703Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779224700,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:53:44.803Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:44.804Z||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-06-09T12:53:44.804Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:44.826Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:44.827Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 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-06-09T12:53:45.727Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T12:53:45.727Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7b71182-0b49-4b64-9398-122f54242f12","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8a3c9b29-ed96-4aa5-bc0e-84475329fbfb","serviceDescription":"service","serviceInvariantUUID":"fa54be31-ac4d-41e8-a467-15e81d4fea10","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a02fcdac-a60c-4e27-a496-cb362275dc0e","resourceInvariantUUID":"983aa764-fafb-403d-89f9-51d2fac4d8a2","resourceCustomizationUUID":"d0be503b-b817-48e7-acdc-69ae40e7a40b","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":"MjU0YjZmZmQ4OThjN2RmZTA4YzJiMzU3M2ZhZjMxZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab9e68fc-35a9-423e-a1c2-1a233f59271a","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":"ZjFmZWYxNGJkYjEzOTVlYTRkYzFlZGFlZjFkZTMwOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7623b63c-be3b-4a1a-affe-aca545e0001c","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":"c2fc115e-d9af-45cb-a239-b85cb3d760e2","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":"3f1e1f94-8a05-46ce-961c-4906cc2eec84","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":"44752c31-ca32-4688-90e0-b22a78b2b386","artifactVersion":"2","generatedFromUUID":"c2fc115e-d9af-45cb-a239-b85cb3d760e2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTkwY2E4YTIwMDQ0NzY2ZjhjZmY5MDRjNGNlZDEyNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69b988f4-bd48-4f53-b316-e91c87beca1f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDU2ODM4Yjc0MzU1MWQ4ZjUxYWY2OTcwZjlmNzJlMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b1ea2a5-4f8f-4065-a195-8b165eec8db4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T12:53:45.728Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:45.728Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:45.730Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:45.730Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:45.830Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:45.832Z||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-06-09T12:53:45.832Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:45.905Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:45.905Z||pool-51-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:53:46.731Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:46.732Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:46.734Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:46.735Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:53:46.835Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:46.836Z||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-06-09T12:53:46.836Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:46.860Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:46.860Z||pool-52-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:47.735Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:47.736Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:47.739Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:47.739Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:53:47.840Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T12:53:47.841Z||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-06-09T12:53:47.841Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:47.884Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:47.885Z||pool-53-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:48.742Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:48.743Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:48.747Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:48.747Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:48.847Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:53:48.849Z||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-06-09T12:53:48.849Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:48.897Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:48.899Z||pool-54-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:53:49.749Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:49.750Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:49.753Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:49.753Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-09T12:53:49.853Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:49.854Z||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-06-09T12:53:49.854Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:49.884Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:49.888Z||pool-55-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:53:50.755Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:50.757Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:50.761Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:50.761Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:53:50.861Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:50.862Z||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-06-09T12:53:50.862Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:50.880Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:50.880Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:51.762Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:53:51.764Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:51.766Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:51.766Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:53:51.866Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:51.867Z||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-06-09T12:53:51.867Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:51.886Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:51.887Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:52.767Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8a3c9b29-ed96-4aa5-bc0e-84475329fbfb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fa54be31-ac4d-41e8-a467-15e81d4fea10",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d0be503b-b817-48e7-acdc-69ae40e7a40b",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a02fcdac-a60c-4e27-a496-cb362275dc0e",
      "resourceInvariantUUID": "983aa764-fafb-403d-89f9-51d2fac4d8a2",
      "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": "ZjFmZWYxNGJkYjEzOTVlYTRkYzFlZGFlZjFkZTMwOGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7623b63c-be3b-4a1a-affe-aca545e0001c",
          "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": "c2fc115e-d9af-45cb-a239-b85cb3d760e2",
          "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": "44752c31-ca32-4688-90e0-b22a78b2b386",
            "generatedFromUUID": "c2fc115e-d9af-45cb-a239-b85cb3d760e2"
          },
          "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": "44752c31-ca32-4688-90e0-b22a78b2b386",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDU2ODM4Yjc0MzU1MWQ4ZjUxYWY2OTcwZjlmNzJlMGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9b1ea2a5-4f8f-4065-a195-8b165eec8db4"
    }
  ],
  "workloadContext": "Production"
}
2022-06-09T12:53:52.768Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T12:53:52.768Z|7d9df564-e7bd-4c7a-86c4-4833fc09746b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a3c9b29-ed96-4aa5-bc0e-84475329fbfb ASDC
2022-06-09T12:53:52.769Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c7b71182-0b49-4b64-9398-122f54242f12
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8a3c9b29-ed96-4aa5-bc0e-84475329fbfb
ServiceInvariantUUID:fa54be31-ac4d-41e8-a467-15e81d4fea10
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:9b1ea2a5-4f8f-4065-a195-8b165eec8db4
ArtifactChecksum:NDU2ODM4Yjc0MzU1MWQ4ZjUxYWY2OTcwZjlmNzJlMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d0be503b-b817-48e7-acdc-69ae40e7a40b
ResourceInvariantUUID:983aa764-fafb-403d-89f9-51d2fac4d8a2
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a02fcdac-a60c-4e27-a496-cb362275dc0e
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:7623b63c-be3b-4a1a-affe-aca545e0001c
ArtifactChecksum:ZjFmZWYxNGJkYjEzOTVlYTRkYzFlZGFlZjFkZTMwOGU=
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:c2fc115e-d9af-45cb-a239-b85cb3d760e2
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:44752c31-ca32-4688-90e0-b22a78b2b386
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:44752c31-ca32-4688-90e0-b22a78b2b386
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-09T12:53:52.769Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a3c9b29-ed96-4aa5-bc0e-84475329fbfb 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-06-09T12:53:54.623Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:53:54.624Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:53:54.624Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:53:54.625Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9b1ea2a5-4f8f-4065-a195-8b165eec8db4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-09T12:53:54.625Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:53:54.625Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-09T12:53:55.014Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:53:55.019Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9b1ea2a5-4f8f-4065-a195-8b165eec8db4 71047
2022-06-09T12:53:55.019Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-09T12:53:55.020Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-09T12:53:55.020Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:53:55.020Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:55.023Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:55.023Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779235019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:55.123Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:53:55.124Z||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-06-09T12:53:55.124Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:55.146Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:55.147Z||pool-58-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:56.024Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:53:56.025Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:53:56.025Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9b1ea2a5-4f8f-4065-a195-8b165eec8db4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-09T12:53:56.026Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-09T12:53:56.026Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-09T12:53:56.026Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-09T12:53:56.266Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3762626959602440059/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-06-09T12:53:57.991Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T12:53:57.994Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:53:57.994Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-09T12:53:57.994Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-09T12:53:57.994Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:53:57.994Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:53:57.994Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:53:57.995Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:53:57.996Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-09T12:53:57.996Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:53:57.996Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:53:57.996Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:53:57.996Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:53:57.997Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:53:57.997Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:57.997Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:57.997Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-09T12:53:57.998Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:53:57.998Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:53:57.998Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:57.998Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:57.999Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-09T12:53:57.999Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:53:57.999Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:53:57.999Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:57.999Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:58.000Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:58.000Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-09T12:53:58.000Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-09T12:53:58.000Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-09T12:53:58.001Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-09T12:53:58.001Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-09T12:53:58.001Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-09T12:53:58.001Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:58.001Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T12:53:58.002Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:58.002Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-09T12:53:58.002Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:53:58.002Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:58.003Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-09T12:53:58.003Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:53:58.003Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:58.003Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-09T12:53:58.003Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:53:58.004Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:58.004Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-09T12:53:58.004Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-09T12:53:58.005Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-09T12:53:58.005Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ec015451-48cd-4872-8c79-4027dc142211
2022-06-09T12:53:58.005Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:58.005Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:58.006Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:58.006Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:58.006Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:58.006Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:58.006Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:53:58.007Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:53:58.007Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8a3c9b29-ed96-4aa5-bc0e-84475329fbfb
Model Version:NULL
Model InvariantUuid:fa54be31-ac4d-41e8-a467-15e81d4fea10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:190d5936-4319-4c09-b5e1-3ad70b189294
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:983aa764-fafb-403d-89f9-51d2fac4d8a2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d0be503b-b817-48e7-acdc-69ae40e7a40b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7f77e2ff-c299-4286-a407-7861be79a7c6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:78403260-41cb-468e-ae8d-b59800933c7b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ec015451-48cd-4872-8c79-4027dc142211
ModelInvariantUuid:05e18f0a-af58-4dd5-afed-a9b9eecf36e1
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6a3edb82-5610-4a58-8698-a980087e95a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f0acc537-7d96-4ff8-9263-f1bb5b9e1a38
ModelInvariantUuid:3e143a00-bd24-4912-81fe-4ea82dde621e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:8ae8a007-1222-4078-bcd7-00a3bc1b0041
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-06-09T12:53:58.014Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a02fcdac-a60c-4e27-a496-cb362275dc0e
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-06-09T12:53:58.017Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-06-09T12:53:58.018Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a02fcdac-a60c-4e27-a496-cb362275dc0e
2022-06-09T12:53:58.018Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7623b63c-be3b-4a1a-affe-aca545e0001c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-09T12:53:58.018Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:53:58.018Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:53:58.156Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:53:58.157Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7623b63c-be3b-4a1a-affe-aca545e0001c 787
2022-06-09T12:53:58.158Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:53:58.159Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:53:58.159Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:53:58.160Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:58.162Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:58.163Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779238158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:58.264Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T12:53:58.265Z||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-06-09T12:53:58.265Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:58.288Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:58.289Z||pool-59-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:53:59.164Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7f77e2ff-c299-4286-a407-7861be79a7c6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "78403260-41cb-468e-ae8d-b59800933c7b",
    "vfModuleModelCustomizationUUID": "dae4b533-b78f-4628-a183-4d1669020973",
    "isBase": true,
    "artifacts": [
      "c2fc115e-d9af-45cb-a239-b85cb3d760e2",
      "44752c31-ca32-4688-90e0-b22a78b2b386"
    ],
    "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-06-09T12:53:59.171Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:78403260-41cb-468e-ae8d-b59800933c7b
VfModuleModelInvariantUUID:7f77e2ff-c299-4286-a407-7861be79a7c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2fc115e-d9af-45cb-a239-b85cb3d760e2
,
44752c31-ca32-4688-90e0-b22a78b2b386

}
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-06-09T12:53:59.175Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7f77e2ff-c299-4286-a407-7861be79a7c6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "78403260-41cb-468e-ae8d-b59800933c7b",
    "vfModuleModelCustomizationUUID": "dae4b533-b78f-4628-a183-4d1669020973",
    "isBase": true,
    "artifacts": [
      "c2fc115e-d9af-45cb-a239-b85cb3d760e2",
      "44752c31-ca32-4688-90e0-b22a78b2b386"
    ],
    "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-06-09T12:53:59.175Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:78403260-41cb-468e-ae8d-b59800933c7b
VfModuleModelInvariantUUID:7f77e2ff-c299-4286-a407-7861be79a7c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2fc115e-d9af-45cb-a239-b85cb3d760e2
,
44752c31-ca32-4688-90e0-b22a78b2b386

}
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-06-09T12:53:59.175Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c2fc115e-d9af-45cb-a239-b85cb3d760e2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-09T12:53:59.176Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:53:59.176Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:53:59.343Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:53:59.344Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c2fc115e-d9af-45cb-a239-b85cb3d760e2 5033
2022-06-09T12:53:59.344Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:53:59.344Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:53:59.345Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:53:59.345Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:53:59.348Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:53:59.349Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779239344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:53:59.449Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:53:59.450Z||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-06-09T12:53:59.450Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:53:59.475Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:53:59.475Z||pool-60-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:54:00.351Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 44752c31-ca32-4688-90e0-b22a78b2b386 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-09T12:54:00.352Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:54:00.352Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:54:00.443Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:54:00.444Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 44752c31-ca32-4688-90e0-b22a78b2b386 903
2022-06-09T12:54:00.444Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:54:00.444Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:54:00.444Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:54:00.445Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:00.447Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:00.447Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779240444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:54:00.548Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:00.549Z||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-06-09T12:54:00.549Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:00.566Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:00.567Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:01.448Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8a3c9b29-ed96-4aa5-bc0e-84475329fbfb
2022-06-09T12:54:01.448Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a02fcdac-a60c-4e27-a496-cb362275dc0e 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-06-09T12:54:01.467Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e0faf47, org.onap.sdc.toscaparser.api.parameters.Input@3100c733, org.onap.sdc.toscaparser.api.parameters.Input@666cf1e7, org.onap.sdc.toscaparser.api.parameters.Input@396c1e0d, org.onap.sdc.toscaparser.api.parameters.Input@a2aebf0]
2022-06-09T12:54:01.469Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:01.469Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:01.470Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-06-09T12:54:01.470Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d0be503b-b817-48e7-acdc-69ae40e7a40b
2022-06-09T12:54:01.470Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d0be503b-b817-48e7-acdc-69ae40e7a40b matches Tosca VF Customization UUID: d0be503b-b817-48e7-acdc-69ae40e7a40b
2022-06-09T12:54:01.470Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d0be503b-b817-48e7-acdc-69ae40e7a40b  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-06-09T12:54:01.473Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:01.473Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:01.474Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d0be503b-b817-48e7-acdc-69ae40e7a40b: {\"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-06-09T12:54:01.474Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65834ca0
2022-06-09T12:54:01.475Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:01.475Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T12:54:01.475Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dae4b533-b78f-4628-a183-4d1669020973
2022-06-09T12:54:01.475Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dae4b533-b78f-4628-a183-4d1669020973
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-06-09T12:54:01.478Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:01.479Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-09T12:54:01.479Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:54:01.480Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:01.480Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-09T12:54:01.480Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:54:01.480Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:01.481Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-09T12:54:01.481Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-09T12:54:01.481Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-09T12:54:01.481Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ec015451-48cd-4872-8c79-4027dc142211
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-06-09T12:54:01.484Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:01.485Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-09T12:54:01.485Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:54:01.485Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:01.486Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-09T12:54:01.486Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d0be503b-b817-48e7-acdc-69ae40e7a40b
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-06-09T12:54:01.488Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:01.489Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:01.489Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8a3c9b29-ed96-4aa5-bc0e-84475329fbfb: basic_vm
2022-06-09T12:54:01.490Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:01.490Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:01.490Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:01.491Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:01.491Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:01.491Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:01.491Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:01.492Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:01.492Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:01.492Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:01.492Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:54:01.627Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a02fcdac-a60c-4e27-a496-cb362275dc0e 1 ASDC deployResourceStructure
2022-06-09T12:54:01.628Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:54:01.628Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:54:01.628Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:54:01.629Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:01.633Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:01.633Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779241628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T12:54:01.732Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:54:01.733Z||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-06-09T12:54:01.734Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:01.750Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:01.751Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:02.634Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:54:02.635Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:54:02.635Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:54:02.635Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:02.638Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:02.638Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779242634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-09T12:54:02.738Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:02.739Z||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-06-09T12:54:02.740Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:02.760Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:02.761Z||pool-63-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:03.639Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:54:03.640Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||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-06-09T12:54:03.640Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:54:03.640Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:03.643Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:03.643Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779243639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-09T12:54:03.743Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:03.744Z||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-06-09T12:54:03.744Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:03.762Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:03.763Z||pool-64-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:04.644Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-09T12:54:04.645Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-09T12:54:04.645Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:54:04.645Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:04.648Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:04.648Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779244644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:54:04.748Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:04.749Z||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-06-09T12:54:04.750Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:04.772Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:04.773Z||pool-65-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:05.649Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7b71182-0b49-4b64-9398-122f54242f12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:54:05.679Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7b71182-0b49-4b64-9398-122f54242f12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:54:05.685Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:54:05.686Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T12:54:05.687Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T12:54:05.687Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T12:54:05.687Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:54:05.687Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:54:05.687Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:54:05.688Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:54:05.688Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:54:05.688Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:54:05.688Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T12:54:05.723Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T12:54:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:54:19.976Z||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-06-09T12:54:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:20.018Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:20.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:54:20.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "clamp",
  "timestamp": 1654779080013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:54:20.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:54:20.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:54:20.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "clamp",
  "timestamp": 1654779082028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:54:20.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:54:20.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:54:20.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "aai-ml",
  "timestamp": 1654779081897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:54:20.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:54:20.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:54:20.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "clamp",
  "timestamp": 1654779083032,
  "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-06-09T12:54:20.040Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10fd3cb7-e350-4122-b436-e244e1b1b96e
2022-06-09T12:54:20.041Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10fd3cb7-e350-4122-b436-e244e1b1b96e 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-06-09T12:54:20.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:54:20.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "aai-ml",
  "timestamp": 1654779082902,
  "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-06-09T12:54:20.104Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10fd3cb7-e350-4122-b436-e244e1b1b96e
2022-06-09T12:54:20.104Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10fd3cb7-e350-4122-b436-e244e1b1b96e 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-06-09T12:54:35.723Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7b71182-0b49-4b64-9398-122f54242f12 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-06-09T12:54:35.747Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7b71182-0b49-4b64-9398-122f54242f12 and serviceModelVersionId: 8a3c9b29-ed96-4aa5-bc0e-84475329fbfb
2022-06-09T12:54:35.748Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa54be31-ac4d-41e8-a467-15e81d4fea10
2022-06-09T12:54:35.749Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa54be31-ac4d-41e8-a467-15e81d4fea10/model-vers/model-ver/8a3c9b29-ed96-4aa5-bc0e-84475329fbfb?depth=0
2022-06-09T12:54:35.752Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T12:54:35.822Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa54be31-ac4d-41e8-a467-15e81d4fea10/model-vers/model-ver/8a3c9b29-ed96-4aa5-bc0e-84475329fbfb?depth=0|INFO|500||Invoke
2022-06-09T12:54:35.823Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa54be31-ac4d-41e8-a467-15e81d4fea10/model-vers/model-ver/8a3c9b29-ed96-4aa5-bc0e-84475329fbfb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa54be31-ac4d-41e8-a467-15e81d4fea10/model-vers/model-ver/8a3c9b29-ed96-4aa5-bc0e-84475329fbfb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c7b71182-0b49-4b64-9398-122f54242f12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b060734c-0918-43db-bc03-976fbae616a7], X-ECOMP-RequestID=[c7b71182-0b49-4b64-9398-122f54242f12], X-TransactionId=[], X-ONAP-RequestID=[c7b71182-0b49-4b64-9398-122f54242f12], Content-Type=[application/merge-patch+json]}
2022-06-09T12:54:35.852Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa54be31-ac4d-41e8-a467-15e81d4fea10/model-vers/model-ver/8a3c9b29-ed96-4aa5-bc0e-84475329fbfb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-09T12:54:36.019Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa54be31-ac4d-41e8-a467-15e81d4fea10/model-vers/model-ver/8a3c9b29-ed96-4aa5-bc0e-84475329fbfb?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/fa54be31-ac4d-41e8-a467-15e81d4fea10/model-vers/model-ver/8a3c9b29-ed96-4aa5-bc0e-84475329fbfb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220609-12:54:35:936-55246], vertex-id=[241808], Content-Length=[0], Date=[Thu, 09 Jun 2022 12:54:35 GMT], Content-Type=[application/json]}
2022-06-09T12:54:36.020Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa54be31-ac4d-41e8-a467-15e81d4fea10/model-vers/model-ver/8a3c9b29-ed96-4aa5-bc0e-84475329fbfb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-09T12:54:36.021Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa54be31-ac4d-41e8-a467-15e81d4fea10/model-vers/model-ver/8a3c9b29-ed96-4aa5-bc0e-84475329fbfb?depth=0|INFO|500||InvokeReturn
2022-06-09T12:54:36.027Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T12:54:36.027Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T12:54:36.033Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-09T12:54:36.033Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7b71182-0b49-4b64-9398-122f54242f12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T12:54:36.033Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T12:54:36.034Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:36.035Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:36.035Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779276033,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:54:36.136Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T12:54:36.137Z||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-06-09T12:54:36.137Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:36.165Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:36.166Z||pool-66-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-09T12:54:37.056Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T12:54:37.057Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"10fd3cb7-e350-4122-b436-e244e1b1b96e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8d49e795-8bac-4df3-9b62-3ec7928fe6fe","serviceDescription":"service","serviceInvariantUUID":"cbf220a7-364a-4bb9-85fe-595362a431ee","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7edea6d8-f7eb-4f12-8041-b49afef3ece1","resourceInvariantUUID":"17f2600a-98e3-475a-8a1d-ef2f859cdbe3","resourceCustomizationUUID":"a2767cff-7047-4e1e-a932-c251821e6a3f","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":"ZjU1YjdlNWQ3NzJlOTcxYjBkZWViNjA5ODg5N2M5NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8ba23717-b812-4c0d-a623-0f61554f1a69","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":"7c826477-68f5-40c1-b20c-9b098d381d42","artifactVersion":"2","generatedFromUUID":"cabe525a-f5f0-4e5c-bbf9-58d4d6a547fd"},{"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":"cabe525a-f5f0-4e5c-bbf9-58d4d6a547fd","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":"ZGVmZDllMjA0YjY4ZTllNDdlNzM5YjMxZWZiOTE4ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"47f63e5f-0730-4c9a-b6cc-3eebc0b1960a","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":"84c30a04-4e4a-4b7b-8d9e-187d8526fb20","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":"1f6a516c-eff1-4e79-83b8-7519c0eb2700","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":"2acd21c5-78da-4c26-9e38-684a2b6b555f","artifactVersion":"2","generatedFromUUID":"84c30a04-4e4a-4b7b-8d9e-187d8526fb20"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGQ3YWVhMzYyMGVkMjQ5N2M3MjcwOGY5MGFlZGVlYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4c9b3ee-da53-49b3-885f-c447372585ef","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjI5ZjE5YjAwM2E0NDc1MTRlMDM2MmFmNTlhMDE5MTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"308eb526-2ea6-4143-9742-5997e0ac6237","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T12:54:37.058Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:54:37.058Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:37.061Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:37.061Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:54:37.161Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:54:37.162Z||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-06-09T12:54:37.163Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:37.194Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:37.195Z||pool-67-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:38.062Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:54:38.063Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:38.069Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:38.070Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-09T12:54:38.169Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:54:38.170Z||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-06-09T12:54:38.171Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:38.190Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:38.190Z||pool-68-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:39.070Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:54:39.072Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:39.074Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:39.074Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-09T12:54:39.174Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:39.175Z||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-06-09T12:54:39.175Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:39.205Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:39.206Z||pool-69-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:40.075Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:54:40.076Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:40.078Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:40.078Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:54:40.179Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:40.180Z||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-06-09T12:54:40.181Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:40.197Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:40.198Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:41.080Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:54:41.080Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:41.082Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:41.083Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:54:41.183Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:54:41.183Z||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-06-09T12:54:41.184Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:41.198Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:41.199Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:42.083Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:54:42.085Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:42.087Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:42.087Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:54:42.188Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T12:54:42.189Z||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-06-09T12:54:42.189Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:42.212Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:42.213Z||pool-72-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:54:43.088Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:54:43.090Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:43.092Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:43.093Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-09T12:54:43.193Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:43.194Z||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-06-09T12:54:43.194Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:43.212Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:43.213Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:44.096Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:54:44.096Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:44.099Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:44.099Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:54:44.199Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:44.201Z||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-06-09T12:54:44.201Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:44.239Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:44.240Z||pool-74-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:45.100Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T12:54:45.101Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:45.103Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:45.103Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:54:45.203Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:45.204Z||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-06-09T12:54:45.205Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:45.224Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:45.226Z||pool-75-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:54:46.105Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "8d49e795-8bac-4df3-9b62-3ec7928fe6fe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cbf220a7-364a-4bb9-85fe-595362a431ee",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "a2767cff-7047-4e1e-a932-c251821e6a3f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7edea6d8-f7eb-4f12-8041-b49afef3ece1",
      "resourceInvariantUUID": "17f2600a-98e3-475a-8a1d-ef2f859cdbe3",
      "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": "7c826477-68f5-40c1-b20c-9b098d381d42",
          "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": "cabe525a-f5f0-4e5c-bbf9-58d4d6a547fd",
          "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": "ZGVmZDllMjA0YjY4ZTllNDdlNzM5YjMxZWZiOTE4ZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "47f63e5f-0730-4c9a-b6cc-3eebc0b1960a",
          "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": "84c30a04-4e4a-4b7b-8d9e-187d8526fb20",
          "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": "2acd21c5-78da-4c26-9e38-684a2b6b555f",
            "generatedFromUUID": "84c30a04-4e4a-4b7b-8d9e-187d8526fb20"
          },
          "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": "2acd21c5-78da-4c26-9e38-684a2b6b555f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjI5ZjE5YjAwM2E0NDc1MTRlMDM2MmFmNTlhMDE5MTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "308eb526-2ea6-4143-9742-5997e0ac6237"
    }
  ],
  "workloadContext": "Production"
}
2022-06-09T12:54:46.106Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T12:54:46.106Z|c7b71182-0b49-4b64-9398-122f54242f12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8d49e795-8bac-4df3-9b62-3ec7928fe6fe ASDC
2022-06-09T12:54:46.106Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:10fd3cb7-e350-4122-b436-e244e1b1b96e
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:8d49e795-8bac-4df3-9b62-3ec7928fe6fe
ServiceInvariantUUID:cbf220a7-364a-4bb9-85fe-595362a431ee
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:308eb526-2ea6-4143-9742-5997e0ac6237
ArtifactChecksum:MjI5ZjE5YjAwM2E0NDc1MTRlMDM2MmFmNTlhMDE5MTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:a2767cff-7047-4e1e-a932-c251821e6a3f
ResourceInvariantUUID:17f2600a-98e3-475a-8a1d-ef2f859cdbe3
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7edea6d8-f7eb-4f12-8041-b49afef3ece1
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:7c826477-68f5-40c1-b20c-9b098d381d42
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:cabe525a-f5f0-4e5c-bbf9-58d4d6a547fd
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:47f63e5f-0730-4c9a-b6cc-3eebc0b1960a
ArtifactChecksum:ZGVmZDllMjA0YjY4ZTllNDdlNzM5YjMxZWZiOTE4ZDE=
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:84c30a04-4e4a-4b7b-8d9e-187d8526fb20
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:2acd21c5-78da-4c26-9e38-684a2b6b555f
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:2acd21c5-78da-4c26-9e38-684a2b6b555f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-09T12:54:46.107Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d49e795-8bac-4df3-9b62-3ec7928fe6fe 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-06-09T12:54:46.233Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:54:46.234Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:54:46.234Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:54:46.234Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 308eb526-2ea6-4143-9742-5997e0ac6237 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-09T12:54:46.235Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:54:46.235Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-09T12:54:46.607Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:54:46.614Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 308eb526-2ea6-4143-9742-5997e0ac6237 68946
2022-06-09T12:54:46.614Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-09T12:54:46.615Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-09T12:54:46.615Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:54:46.615Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:46.618Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:46.619Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779286614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:54:46.721Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-09T12:54:46.722Z||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-06-09T12:54:46.722Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:46.764Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:46.765Z||pool-76-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:47.620Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T12:54:47.621Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-09T12:54:47.621Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 308eb526-2ea6-4143-9742-5997e0ac6237, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-09T12:54:47.622Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-09T12:54:47.622Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-09T12:54:47.622Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-09T12:54:47.772Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16148180426474227137/Definitions/service-BasicCnf-template.yml
2022-06-09T12:54:49.507Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T12:54:49.508Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:54:49.508Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-09T12:54:49.508Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-09T12:54:49.509Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:49.509Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:49.509Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-09T12:54:49.509Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:49.509Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-09T12:54:49.509Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:49.509Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:49.510Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-09T12:54:49.510Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:54:49.510Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:54:49.510Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:49.510Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:49.510Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-09T12:54:49.511Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-09T12:54:49.511Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T12:54:49.511Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:49.511Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:49.511Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:49.511Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-09T12:54:49.512Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-09T12:54:49.512Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-09T12:54:49.512Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-09T12:54:49.512Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:49.513Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T12:54:49.513Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:49.513Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-09T12:54:49.513Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:54:49.513Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:49.514Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-09T12:54:49.514Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:54:49.514Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:49.514Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-09T12:54:49.514Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:54:49.514Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:49.514Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-09T12:54:49.515Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-09T12:54:49.515Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7e76cd99-6dfa-4f9e-a668-91a961e4c38e
2022-06-09T12:54:49.515Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:49.515Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:49.515Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:49.515Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:49.515Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:49.516Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:49.516Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:49.516Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:49.516Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:8d49e795-8bac-4df3-9b62-3ec7928fe6fe
Model Version:NULL
Model InvariantUuid:cbf220a7-364a-4bb9-85fe-595362a431ee
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:4c7abacb-af47-43c0-9e82-a8fef5d39df9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:17f2600a-98e3-475a-8a1d-ef2f859cdbe3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a2767cff-7047-4e1e-a932-c251821e6a3f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:067c4512-de8f-42a3-aaea-10672f14a461
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e818d051-9605-4de0-a50a-4058b2339625
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7e76cd99-6dfa-4f9e-a668-91a961e4c38e
ModelInvariantUuid:d12aa7c8-e297-43d6-b4f5-bb2ff55a6ebb
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:28530753-c8d2-4b97-9b51-cf6bc93bef1e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f73ec853-d377-4ed7-8fa3-e8dbeb0384f0
ModelInvariantUuid:57ffc2be-50de-454c-9d50-5329da988382
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e74ed4f4-67fe-4f02-9005-1f2db49dafc0
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-06-09T12:54:49.528Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7edea6d8-f7eb-4f12-8041-b49afef3ece1
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-06-09T12:54:49.532Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-06-09T12:54:49.533Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7edea6d8-f7eb-4f12-8041-b49afef3ece1
2022-06-09T12:54:49.533Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c826477-68f5-40c1-b20c-9b098d381d42 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-09T12:54:49.533Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:54:49.533Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:49.633Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:54:49.633Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7c826477-68f5-40c1-b20c-9b098d381d42 12
2022-06-09T12:54:49.633Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:49.634Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:49.634Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:54:49.634Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:49.636Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:49.637Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779289633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:54:49.737Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:49.738Z||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-06-09T12:54:49.738Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:49.758Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:49.758Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:50.637Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cabe525a-f5f0-4e5c-bbf9-58d4d6a547fd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-09T12:54:50.638Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:54:50.638Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:50.706Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:54:50.707Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cabe525a-f5f0-4e5c-bbf9-58d4d6a547fd 2688
2022-06-09T12:54:50.707Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:50.707Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:50.708Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:54:50.708Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:50.711Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:50.711Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779290707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:54:50.811Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:50.812Z||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-06-09T12:54:50.812Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:50.835Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:50.836Z||pool-78-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:51.713Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 47f63e5f-0730-4c9a-b6cc-3eebc0b1960a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-09T12:54:51.713Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:54:51.713Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:51.837Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:54:51.838Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 47f63e5f-0730-4c9a-b6cc-3eebc0b1960a 828
2022-06-09T12:54:51.838Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:51.838Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:51.838Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:54:51.839Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:51.841Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:51.841Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779291838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:54:51.941Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:51.942Z||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-06-09T12:54:51.942Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:51.969Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:51.969Z||pool-79-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:52.841Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "067c4512-de8f-42a3-aaea-10672f14a461",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e818d051-9605-4de0-a50a-4058b2339625",
    "vfModuleModelCustomizationUUID": "ea638ffb-f868-4e84-8f10-329169d1ee56",
    "isBase": true,
    "artifacts": [
      "cabe525a-f5f0-4e5c-bbf9-58d4d6a547fd",
      "84c30a04-4e4a-4b7b-8d9e-187d8526fb20",
      "2acd21c5-78da-4c26-9e38-684a2b6b555f"
    ],
    "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-06-09T12:54:52.845Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e818d051-9605-4de0-a50a-4058b2339625
VfModuleModelInvariantUUID:067c4512-de8f-42a3-aaea-10672f14a461
VfModuleModelDescription:NULL
Artifacts UUID List:{
cabe525a-f5f0-4e5c-bbf9-58d4d6a547fd
,
84c30a04-4e4a-4b7b-8d9e-187d8526fb20
,
2acd21c5-78da-4c26-9e38-684a2b6b555f

}
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-06-09T12:54:52.847Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "067c4512-de8f-42a3-aaea-10672f14a461",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e818d051-9605-4de0-a50a-4058b2339625",
    "vfModuleModelCustomizationUUID": "ea638ffb-f868-4e84-8f10-329169d1ee56",
    "isBase": true,
    "artifacts": [
      "cabe525a-f5f0-4e5c-bbf9-58d4d6a547fd",
      "84c30a04-4e4a-4b7b-8d9e-187d8526fb20",
      "2acd21c5-78da-4c26-9e38-684a2b6b555f"
    ],
    "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-06-09T12:54:52.847Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e818d051-9605-4de0-a50a-4058b2339625
VfModuleModelInvariantUUID:067c4512-de8f-42a3-aaea-10672f14a461
VfModuleModelDescription:NULL
Artifacts UUID List:{
cabe525a-f5f0-4e5c-bbf9-58d4d6a547fd
,
84c30a04-4e4a-4b7b-8d9e-187d8526fb20
,
2acd21c5-78da-4c26-9e38-684a2b6b555f

}
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-06-09T12:54:52.847Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 84c30a04-4e4a-4b7b-8d9e-187d8526fb20 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-09T12:54:52.847Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:54:52.848Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:52.926Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:54:52.926Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 84c30a04-4e4a-4b7b-8d9e-187d8526fb20 1164
2022-06-09T12:54:52.927Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:52.927Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:52.927Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:54:52.927Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:52.930Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:52.930Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779292927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:54:53.030Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:53.031Z||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-06-09T12:54:53.032Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:53.054Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:53.055Z||pool-80-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:53.930Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2acd21c5-78da-4c26-9e38-684a2b6b555f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-09T12:54:53.931Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-09T12:54:53.932Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:54.015Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-09T12:54:54.016Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2acd21c5-78da-4c26-9e38-684a2b6b555f 200
2022-06-09T12:54:54.016Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:54.016Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:54.017Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T12:54:54.017Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:54.040Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:54.041Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779294016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:54:54.120Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-06-09T12:54:54.121Z||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-06-09T12:54:54.121Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:54.137Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:54.137Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:55.041Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8d49e795-8bac-4df3-9b62-3ec7928fe6fe
2022-06-09T12:54:55.042Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7edea6d8-f7eb-4f12-8041-b49afef3ece1 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=?
2022-06-09T12:54:55.060Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-06-09T12:54:55.070Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32a1956, org.onap.sdc.toscaparser.api.parameters.Input@146f4a05, org.onap.sdc.toscaparser.api.parameters.Input@6751ba3e, org.onap.sdc.toscaparser.api.parameters.Input@6132e394, org.onap.sdc.toscaparser.api.parameters.Input@3281a64d]
2022-06-09T12:54:55.071Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:55.071Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:55.072Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-06-09T12:54:55.072Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a2767cff-7047-4e1e-a932-c251821e6a3f
2022-06-09T12:54:55.072Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2767cff-7047-4e1e-a932-c251821e6a3f matches Tosca VF Customization UUID: a2767cff-7047-4e1e-a932-c251821e6a3f
2022-06-09T12:54:55.072Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a2767cff-7047-4e1e-a932-c251821e6a3f  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-06-09T12:54:55.075Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:55.075Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:55.076Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a2767cff-7047-4e1e-a932-c251821e6a3f: {\"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-06-09T12:54:55.076Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40e24794
2022-06-09T12:54:55.077Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:55.077Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T12:54:55.077Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ea638ffb-f868-4e84-8f10-329169d1ee56
2022-06-09T12:54:55.077Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ea638ffb-f868-4e84-8f10-329169d1ee56
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-06-09T12:54:55.080Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:55.081Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-09T12:54:55.081Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:54:55.081Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:55.082Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-09T12:54:55.082Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:54:55.082Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:55.083Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-09T12:54:55.083Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-09T12:54:55.084Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7e76cd99-6dfa-4f9e-a668-91a961e4c38e
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-06-09T12:54:55.086Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:55.086Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-09T12:54:55.087Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T12:54:55.087Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:55.087Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-09T12:54:55.088Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a2767cff-7047-4e1e-a932-c251821e6a3f
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-06-09T12:54:55.090Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:55.090Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:55.091Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8d49e795-8bac-4df3-9b62-3ec7928fe6fe: basic_cnf
2022-06-09T12:54:55.091Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:55.091Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:55.091Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:55.092Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:55.092Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:55.092Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:55.092Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:55.093Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:55.093Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T12:54:55.093Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T12:54:55.093Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T12:54:55.217Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7edea6d8-f7eb-4f12-8041-b49afef3ece1 1 ASDC deployResourceStructure
2022-06-09T12:54:55.218Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:55.219Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:55.219Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-09T12:54:55.219Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:55.224Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:55.224Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779295218,
  "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-06-09T12:54:55.322Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-09T12:54:55.324Z||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-06-09T12:54:55.324Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:55.343Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:55.345Z||pool-82-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:54:56.225Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:56.226Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:56.226Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-09T12:54:56.226Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:56.228Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:56.228Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779296225,
  "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-06-09T12:54:56.330Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T12:54:56.331Z||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-06-09T12:54:56.331Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:56.362Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:56.363Z||pool-83-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:57.230Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:57.230Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:57.230Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:54:57.231Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:57.233Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:57.233Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779297229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T12:54:57.333Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:57.335Z||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-06-09T12:54:57.335Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:57.365Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:57.366Z||pool-84-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:54:58.235Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:58.235Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:58.235Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:54:58.236Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:58.238Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:58.238Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779298234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-09T12:54:58.339Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T12:54:58.340Z||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-06-09T12:54:58.340Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:58.361Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:58.362Z||pool-85-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-09T12:54:59.240Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:59.240Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||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-06-09T12:54:59.240Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:54:59.241Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:54:59.243Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:54:59.243Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779299240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-09T12:54:59.343Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:54:59.345Z||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-06-09T12:54:59.345Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:54:59.360Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:54:59.361Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:55:00.244Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-09T12:55:00.245Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-09T12:55:00.245Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T12:55:00.245Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:55:00.247Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:55:00.247Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779300244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:55:00.380Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:55:00.382Z||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-06-09T12:55:00.382Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:55:00.398Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:55:00.398Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-09T12:55:01.281Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10fd3cb7-e350-4122-b436-e244e1b1b96e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:55:01.332Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10fd3cb7-e350-4122-b436-e244e1b1b96e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T12:55:01.340Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T12:55:01.341Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T12:55:01.341Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T12:55:01.341Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T12:55:01.341Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:55:01.341Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:55:01.341Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:55:01.341Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:55:01.341Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:55:01.341Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T12:55:01.341Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T12:55:01.349Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T12:55:19.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:55:19.977Z||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-06-09T12:55:19.977Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:55:20.012Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:55:20.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:55:20.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "737e58e3-e6c0-46cc-a703-38c84d12f8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779176432,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:55:20.014Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:55:20.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:55:20.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:55:20.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:55:20.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:55:20.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:55:20.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:55:20.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:55:20.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:55:20.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:55:20.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:55:20.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:55:20.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:55:20.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:55:20.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:55:20.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:55:20.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:55:20.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/resourceInstances/pnff5150c6dfc070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:55:20.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:55:20.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:55:20.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:55:20.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:55:20.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:55:20.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:55:20.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:55:20.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:55:20.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779190594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:55:20.018Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:55:20.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-09T12:55:20.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779193251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2fnptce5jzl1k7sbmteo/1.0/artifacts/service-DemoPnf2fnptce5jzl1k7sbmteo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:55:20.018Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:55:31.352Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10fd3cb7-e350-4122-b436-e244e1b1b96e 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-06-09T12:55:31.363Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10fd3cb7-e350-4122-b436-e244e1b1b96e and serviceModelVersionId: 8d49e795-8bac-4df3-9b62-3ec7928fe6fe
2022-06-09T12:55:31.363Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cbf220a7-364a-4bb9-85fe-595362a431ee
2022-06-09T12:55:31.364Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cbf220a7-364a-4bb9-85fe-595362a431ee/model-vers/model-ver/8d49e795-8bac-4df3-9b62-3ec7928fe6fe?depth=0
2022-06-09T12:55:31.367Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T12:55:31.419Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbf220a7-364a-4bb9-85fe-595362a431ee/model-vers/model-ver/8d49e795-8bac-4df3-9b62-3ec7928fe6fe?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-06-09T12:55:31.421Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbf220a7-364a-4bb9-85fe-595362a431ee/model-vers/model-ver/8d49e795-8bac-4df3-9b62-3ec7928fe6fe?depth=0|INFO|500||Invoke
2022-06-09T12:55:31.467Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbf220a7-364a-4bb9-85fe-595362a431ee/model-vers/model-ver/8d49e795-8bac-4df3-9b62-3ec7928fe6fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-09T12:55:31.611Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbf220a7-364a-4bb9-85fe-595362a431ee/model-vers/model-ver/8d49e795-8bac-4df3-9b62-3ec7928fe6fe?depth=0|INFO|500||InvokeReturn
2022-06-09T12:55:31.613Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbf220a7-364a-4bb9-85fe-595362a431ee/model-vers/model-ver/8d49e795-8bac-4df3-9b62-3ec7928fe6fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220609-12:55:31:562-59918], vertex-id=[229440], Content-Length=[0], Date=[Thu, 09 Jun 2022 12:55:31 GMT], Content-Type=[application/json]}
2022-06-09T12:55:31.613Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-06-09T12:55:31.614Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T12:55:31.614Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T12:55:31.623Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-09T12:55:31.623Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10fd3cb7-e350-4122-b436-e244e1b1b96e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T12:55:31.623Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T12:55:31.624Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-09T12:55:31.626Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T12:55:31.626Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779331623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:55:31.726Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T12:55:31.727Z||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-06-09T12:55:31.727Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T12:55:31.748Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:55:31.749Z||pool-88-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-06-09T12:55:32.649Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:55:32.650Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T12:55:32.650Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:55:42.997Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:55:42.998Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:55:42.999Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T12:55:42.999Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:55:52.578Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:55:52.579Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:55:52.579Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T12:55:52.579Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:56:02.139Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:56:02.139Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:56:02.140Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T12:56:02.140Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:56:11.696Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:56:11.698Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:56:11.698Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T12:56:11.698Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:56:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:56:19.976Z||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-06-09T12:56:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:56:20.018Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:56:20.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9df564-e7bd-4c7a-86c4-4833fc09746b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779224700,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:56:20.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:56:20.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:56:20.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:56:20.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:56:20.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:56:20.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:56:20.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:56:20.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:56:20.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:56:20.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-09T12:56:20.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:56:20.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:56:20.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:56:20.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:56:20.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:56:20.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779235019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:56:20.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:56:20.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779238158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:56:20.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:56:20.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779239344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:56:20.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:56:20.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779240444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:56:20.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:56:20.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779241628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T12:56:20.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:56:20.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779242634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-09T12:56:20.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:56:20.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779243639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-09T12:56:20.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:56:20.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T12:56:20.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779244644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:56:20.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:56:21.283Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:56:21.284Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:56:21.285Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T12:56:21.285Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:56:30.831Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:57:19.970Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:57:19.971Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T12:57:19.971Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:57:19.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:57:19.976Z||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-06-09T12:57:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:57:20.028Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:57:20.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7b71182-0b49-4b64-9398-122f54242f12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779276033,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:57:20.030Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:57:20.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:57:20.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:57:20.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-09T12:57:20.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:57:20.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T12:57:20.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:57:20.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779177472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T12:57:20.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-09T12:57:20.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779286614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:57:20.034Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:57:20.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779289633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:57:20.034Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:57:20.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779290707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:57:20.035Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:57:20.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779291838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:57:20.035Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:57:20.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779292927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:57:20.035Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:57:20.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779294016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T12:57:20.036Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:57:20.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779295218,
  "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-06-09T12:57:20.036Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:57:20.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779296225,
  "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-06-09T12:57:20.038Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:57:20.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779297229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T12:57:20.038Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:57:20.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779298234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-09T12:57:20.039Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:57:20.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779299240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-09T12:57:20.039Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:57:20.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T12:57:20.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779300244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T12:57:20.039Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:57:29.546Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:58:19.972Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:58:19.973Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T12:58:19.973Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:58:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:58:19.975Z||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-06-09T12:58:19.975Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:58:20.509Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:58:20.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T12:58:20.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10fd3cb7-e350-4122-b436-e244e1b1b96e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779331623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T12:58:20.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T12:58:29.534Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:59:19.970Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:59:19.971Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T12:59:19.971Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:59:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T12:59:19.975Z||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-06-09T12:59:19.975Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T12:59:29.527Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T12:59:29.530Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:00:19.970Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:00:19.971Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T13:00:19.971Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:00:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:00:19.976Z||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-06-09T13:00:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:00:29.542Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:00:29.543Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:01:19.970Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:01:19.971Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T13:01:19.971Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:01:19.976Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:01:19.978Z|05823dd2-72f1-404e-b9f5-672b4c141663|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-06-09T13:01:19.978Z|05823dd2-72f1-404e-b9f5-672b4c141663|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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:01:29.520Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:01:29.522Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:02:19.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:02:19.971Z||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-06-09T13:02:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:02:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:02:19.976Z||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-06-09T13:02:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:02:29.525Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:02:29.526Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:03:19.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:03:19.971Z||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-06-09T13:03:19.971Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:03:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:03:19.976Z||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-06-09T13:03:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:03:29.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:03:29.532Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:04:19.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:04:19.971Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:04:19.971Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:04:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:04:19.975Z||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-06-09T13:04:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:04:29.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:04:29.543Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:05:19.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:05:19.971Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:05:19.971Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:05:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:05:19.975Z||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-06-09T13:05:19.975Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:05:29.540Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:05:29.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:19.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:06:19.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:06:19.976Z||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-06-09T13:06:19.976Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:06:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:19.976Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:20.123Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:20.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "cds",
  "timestamp": 1654779943498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "policy-id",
  "timestamp": 1654779945151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "cds",
  "timestamp": 1654779943498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "policy-id",
  "timestamp": 1654779945151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "policy-id",
  "timestamp": 1654779945151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "cds",
  "timestamp": 1654779943498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "clamp",
  "timestamp": 1654779948571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "policy-id",
  "timestamp": 1654779945151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "cds",
  "timestamp": 1654779943498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "clamp",
  "timestamp": 1654779948571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "policy-id",
  "timestamp": 1654779945151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "cds",
  "timestamp": 1654779943498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "clamp",
  "timestamp": 1654779948571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "policy-id",
  "timestamp": 1654779945151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "cds",
  "timestamp": 1654779943498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "clamp",
  "timestamp": 1654779948571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779951503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "policy-id",
  "timestamp": 1654779945151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "cds",
  "timestamp": 1654779943498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "clamp",
  "timestamp": 1654779948571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779951503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "policy-id",
  "timestamp": 1654779945151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "cds",
  "timestamp": 1654779943498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "clamp",
  "timestamp": 1654779948571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779951503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "policy-id",
  "timestamp": 1654779945151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "cds",
  "timestamp": 1654779943498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "clamp",
  "timestamp": 1654779948571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779951503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "policy-id",
  "timestamp": 1654779945151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "cds",
  "timestamp": 1654779943498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "clamp",
  "timestamp": 1654779948571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779951503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "cds",
  "timestamp": 1654779957409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:20.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "policy-id",
  "timestamp": 1654779956609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:20.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "clamp",
  "timestamp": 1654779948571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779951503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "policy-id",
  "timestamp": 1654779957618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:06:20.278Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "clamp",
  "timestamp": 1654779948571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779951503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "policy-id",
  "timestamp": 1654779958621,
  "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-06-09T13:06:20.303Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
2022-06-09T13:06:20.304Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c7f0ed5-f52b-4907-9734-9ce3614fb16b 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-06-09T13:06:20.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779951503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "cds",
  "timestamp": 1654779960393,
  "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-06-09T13:06:20.321Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
2022-06-09T13:06:20.322Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c7f0ed5-f52b-4907-9734-9ce3614fb16b 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-06-09T13:06:20.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779951503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "cds",
  "timestamp": 1654779961398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779951503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "cds",
  "timestamp": 1654779961398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779962391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:20.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779963282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "cds",
  "timestamp": 1654779961398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779963481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:20.334Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "clamp",
  "timestamp": 1654779964226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:20.334Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779963282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "cds",
  "timestamp": 1654779961398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779964588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:20.335Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779963282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "cds",
  "timestamp": 1654779961398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779965764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:20.336Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "policy-id",
  "timestamp": 1654779965151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779963282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "cds",
  "timestamp": 1654779961398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "policy-id",
  "timestamp": 1654779965151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779966839,
  "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-06-09T13:06:20.344Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
2022-06-09T13:06:20.344Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c7f0ed5-f52b-4907-9734-9ce3614fb16b 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-06-09T13:06:20.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779963282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "cds",
  "timestamp": 1654779961398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779967844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T13:06:20.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "policy-id",
  "timestamp": 1654779965151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779963282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "cds",
  "timestamp": 1654779961398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "policy-id",
  "timestamp": 1654779965151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779963282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "cds",
  "timestamp": 1654779970300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:20.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "policy-id",
  "timestamp": 1654779965151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "clamp",
  "timestamp": 1654779970230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:06:20.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654779963282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "cds",
  "timestamp": 1654779971559,
  "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-06-09T13:06:20.371Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8
2022-06-09T13:06:20.372Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8 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-06-09T13:06:20.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "clamp",
  "timestamp": 1654779971235,
  "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-06-09T13:06:20.385Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
2022-06-09T13:06:20.385Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c7f0ed5-f52b-4907-9734-9ce3614fb16b 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-06-09T13:06:20.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "policy-id",
  "timestamp": 1654779965151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "policy-id",
  "timestamp": 1654779965151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779971503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.397Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.397Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.397Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "policy-id",
  "timestamp": 1654779965151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779971503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "policy-id",
  "timestamp": 1654779973942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:20.399Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779973410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:20.399Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779971503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "policy-id",
  "timestamp": 1654779974947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:06:20.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779971503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "aai-ml",
  "timestamp": 1654779975623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:20.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "policy-id",
  "timestamp": 1654779975952,
  "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-06-09T13:06:20.407Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8
2022-06-09T13:06:20.407Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8 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-06-09T13:06:20.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779971503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779976113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:06:20.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:06:20.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779971503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779977117,
  "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-06-09T13:06:20.424Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
2022-06-09T13:06:20.424Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c7f0ed5-f52b-4907-9734-9ce3614fb16b 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-06-09T13:06:20.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779971503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "clamp",
  "timestamp": 1654779978572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779971503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:06:20.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:06:20.629Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:20.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T13:06:20.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c7f0ed5-f52b-4907-9734-9ce3614fb16b","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"2265951a-68fc-4a39-a9c8-32dce8231826","serviceDescription":"service","serviceInvariantUUID":"6d7db10e-8a6c-4c23-a45d-0925e78264bb","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3307c287-5e16-4e1a-874f-5efd9ec019a5","resourceInvariantUUID":"89e2bafa-a095-4ba6-9fbe-cf2338d888b0","resourceCustomizationUUID":"fe76a1ba-498e-4b4b-b75b-4b6c967f5afa","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":"MTk5YTI5NTM0MDFjN2RlMjJiNTcwYzc3OTczMjU0Yzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92f684bc-60c9-438f-a386-ebbf507c393f","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":"OWM5NWVjOTE4ZWQ5ODMwNjQzZjY1MWYwMGE2NjhhNDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea51b57c-2e57-4c67-b8a7-f2b91b9abf6a","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":"38ac6ff2-eb12-4129-b83a-b44ab2aedd09","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":"173c1bbf-9f9c-4e67-aa51-2f82ec697540","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":"0361fc84-3350-4a29-b824-fe6440814dd3","artifactVersion":"2","generatedFromUUID":"7b765dab-2348-46be-8f9c-f1781794df80"},{"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":"8b4be7a8-f187-4249-8ee4-1dc164a6bbf9","artifactVersion":"2","generatedFromUUID":"38ac6ff2-eb12-4129-b83a-b44ab2aedd09"},{"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":"7b765dab-2348-46be-8f9c-f1781794df80","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":"58282c38-7e5e-4179-9a74-d56c02e4f5c8","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":"NjA1NDIyN2RkZGFiZTVhZjEyNWY1NjBlYTM3NWEwZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"143828ca-266a-4c03-b8dc-dad6804851f2","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWYyZjc5OTI5NGZhZjRhZjkyOWMwMWUwZmNjYmEzMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08d8615c-ae61-4ee7-9ec1-6ab919627db7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T13:06:20.633Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:06:20.633Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:20.637Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:20.637Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:20.738Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:20.739Z||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-06-09T13:06:20.740Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:20.775Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:20.775Z||pool-89-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:21.638Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:06:21.639Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:21.642Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:21.642Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T13:06:21.742Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:21.743Z||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-06-09T13:06:21.743Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:21.796Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:21.797Z||pool-90-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:22.643Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:06:22.644Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:22.646Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:22.647Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-09T13:06:22.747Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:22.748Z||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-06-09T13:06:22.748Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:22.770Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:22.770Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:23.647Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:06:23.648Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:23.651Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:23.651Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:23.751Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:23.752Z||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-06-09T13:06:23.752Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:23.768Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:23.769Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-09T13:06:24.651Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:06:24.653Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:24.655Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:24.655Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-09T13:06:24.755Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:24.756Z||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-06-09T13:06:24.756Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:24.793Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:24.794Z||pool-93-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:25.657Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:06:25.657Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:25.660Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:25.660Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-09T13:06:25.760Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:25.761Z||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-06-09T13:06:25.761Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:25.788Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:25.788Z||pool-94-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:26.660Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:06:26.661Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:26.664Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:26.664Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-09T13:06:26.764Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:26.765Z||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-06-09T13:06:26.765Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:26.790Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:26.790Z||pool-95-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:27.665Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:06:27.666Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:27.668Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:27.668Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:27.769Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:27.770Z||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-06-09T13:06:27.770Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:27.806Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:27.807Z||pool-96-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:28.669Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:06:28.670Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:28.672Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:28.672Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:06:28.773Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:28.774Z||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-06-09T13:06:28.774Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:28.788Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:28.788Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:29.673Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:06:29.674Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:29.677Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:29.677Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:06:29.777Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:29.779Z||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-06-09T13:06:29.779Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:29.801Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:29.801Z||pool-98-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:30.679Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2265951a-68fc-4a39-a9c8-32dce8231826",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6d7db10e-8a6c-4c23-a45d-0925e78264bb",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "fe76a1ba-498e-4b4b-b75b-4b6c967f5afa",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3307c287-5e16-4e1a-874f-5efd9ec019a5",
      "resourceInvariantUUID": "89e2bafa-a095-4ba6-9fbe-cf2338d888b0",
      "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": "OWM5NWVjOTE4ZWQ5ODMwNjQzZjY1MWYwMGE2NjhhNDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea51b57c-2e57-4c67-b8a7-f2b91b9abf6a",
          "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": "38ac6ff2-eb12-4129-b83a-b44ab2aedd09",
          "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": "8b4be7a8-f187-4249-8ee4-1dc164a6bbf9",
            "generatedFromUUID": "38ac6ff2-eb12-4129-b83a-b44ab2aedd09"
          },
          "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": "0361fc84-3350-4a29-b824-fe6440814dd3",
          "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": "8b4be7a8-f187-4249-8ee4-1dc164a6bbf9",
          "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": "7b765dab-2348-46be-8f9c-f1781794df80",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWYyZjc5OTI5NGZhZjRhZjkyOWMwMWUwZmNjYmEzMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "08d8615c-ae61-4ee7-9ec1-6ab919627db7"
    }
  ],
  "workloadContext": "Production"
}
2022-06-09T13:06:30.680Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T13:06:30.680Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2265951a-68fc-4a39-a9c8-32dce8231826 ASDC
2022-06-09T13:06:30.682Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6c7f0ed5-f52b-4907-9734-9ce3614fb16b
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:2265951a-68fc-4a39-a9c8-32dce8231826
ServiceInvariantUUID:6d7db10e-8a6c-4c23-a45d-0925e78264bb
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:08d8615c-ae61-4ee7-9ec1-6ab919627db7
ArtifactChecksum:NWYyZjc5OTI5NGZhZjRhZjkyOWMwMWUwZmNjYmEzMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:fe76a1ba-498e-4b4b-b75b-4b6c967f5afa
ResourceInvariantUUID:89e2bafa-a095-4ba6-9fbe-cf2338d888b0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:3307c287-5e16-4e1a-874f-5efd9ec019a5
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:ea51b57c-2e57-4c67-b8a7-f2b91b9abf6a
ArtifactChecksum:OWM5NWVjOTE4ZWQ5ODMwNjQzZjY1MWYwMGE2NjhhNDM=
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:38ac6ff2-eb12-4129-b83a-b44ab2aedd09
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:8b4be7a8-f187-4249-8ee4-1dc164a6bbf9
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:0361fc84-3350-4a29-b824-fe6440814dd3
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:8b4be7a8-f187-4249-8ee4-1dc164a6bbf9
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:7b765dab-2348-46be-8f9c-f1781794df80
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-09T13:06:30.682Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2265951a-68fc-4a39-a9c8-32dce8231826 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-06-09T13:06:30.726Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T13:06:30.728Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-09T13:06:30.728Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-09T13:06:30.728Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 08d8615c-ae61-4ee7-9ec1-6ab919627db7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-09T13:06:30.729Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-09T13:06:30.729Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-09T13:06:30.842Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-09T13:06:30.852Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 08d8615c-ae61-4ee7-9ec1-6ab919627db7 158200
2022-06-09T13:06:30.853Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-09T13:06:30.853Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-09T13:06:30.854Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T13:06:30.854Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:30.856Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:30.857Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779990853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:30.957Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T13:06:30.958Z||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-06-09T13:06:30.958Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:30.977Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:30.977Z||pool-99-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:31.863Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T13:06:31.864Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-09T13:06:31.865Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 08d8615c-ae61-4ee7-9ec1-6ab919627db7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-09T13:06:31.866Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-09T13:06:31.867Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-09T13:06:31.868Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-09T13:06:32.149Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8015962349564596326/Definitions/service-BasicCnfMacro-template.yml
2022-06-09T13:06:33.980Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T13:06:33.981Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-09T13:06:33.981Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-09T13:06:33.981Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-09T13:06:33.981Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:33.982Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:33.982Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:33.982Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:33.982Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-09T13:06:33.982Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:33.983Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:33.983Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-09T13:06:33.983Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-09T13:06:33.984Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T13:06:33.984Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:33.984Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:33.985Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-09T13:06:33.985Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-09T13:06:33.985Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T13:06:33.985Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:33.985Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:33.986Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:33.986Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-09T13:06:33.987Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-09T13:06:33.987Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-09T13:06:33.987Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-09T13:06:33.987Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:33.988Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T13:06:33.988Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:33.988Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-09T13:06:33.988Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T13:06:33.989Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:33.992Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-09T13:06:33.993Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T13:06:33.993Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:33.993Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-09T13:06:33.993Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T13:06:33.993Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:33.993Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-09T13:06:33.994Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T13:06:33.994Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:33.994Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-09T13:06:33.994Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-09T13:06:33.994Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=bec48f42-f6dd-4b90-9e3c-67d3a2308159
2022-06-09T13:06:33.994Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:33.994Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:33.995Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:33.995Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:33.995Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:33.995Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:33.995Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:33.995Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:33.995Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:2265951a-68fc-4a39-a9c8-32dce8231826
Model Version:NULL
Model InvariantUuid:6d7db10e-8a6c-4c23-a45d-0925e78264bb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:6fc577c9-9232-41fd-a0ac-b5b335b7de9a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:89e2bafa-a095-4ba6-9fbe-cf2338d888b0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fe76a1ba-498e-4b4b-b75b-4b6c967f5afa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4277c48-566a-47cb-abde-4012bf0ff115
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:09bf717f-b320-431e-9f19-ddfc571cab7d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:16304b54-708c-407a-b594-47c88fab97d5
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:8b7f1e37-fa8a-44b1-a6ee-a73c34c92a8f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bec48f42-f6dd-4b90-9e3c-67d3a2308159
ModelInvariantUuid:b4808432-012d-4e42-a9c2-3db1a3928c45
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:acbc1cc6-32b8-4d16-ae95-7e27572db167
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c8de6bd9-0880-490c-971e-ecdf8c1474da
ModelInvariantUuid:44953d42-1918-43e3-abf5-c99b47670bd8
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:8381de3e-ab71-402c-8a20-f0e1a42ec28d
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-06-09T13:06:34.006Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3307c287-5e16-4e1a-874f-5efd9ec019a5
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-06-09T13:06:34.011Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-06-09T13:06:34.011Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3307c287-5e16-4e1a-874f-5efd9ec019a5
2022-06-09T13:06:34.011Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ea51b57c-2e57-4c67-b8a7-f2b91b9abf6a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-09T13:06:34.011Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-09T13:06:34.011Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:34.083Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-09T13:06:34.084Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ea51b57c-2e57-4c67-b8a7-f2b91b9abf6a 1565
2022-06-09T13:06:34.084Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:34.084Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:34.084Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T13:06:34.085Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:34.087Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:34.087Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779994084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:34.187Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:34.189Z||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-06-09T13:06:34.189Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:34.219Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:34.220Z||pool-100-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-09T13:06:35.090Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "16304b54-708c-407a-b594-47c88fab97d5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8b7f1e37-fa8a-44b1-a6ee-a73c34c92a8f",
    "vfModuleModelCustomizationUUID": "deccfd94-506b-4791-878a-7f5f643fc3fb",
    "isBase": true,
    "artifacts": [
      "38ac6ff2-eb12-4129-b83a-b44ab2aedd09",
      "8b4be7a8-f187-4249-8ee4-1dc164a6bbf9"
    ],
    "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": "b4277c48-566a-47cb-abde-4012bf0ff115",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "09bf717f-b320-431e-9f19-ddfc571cab7d",
    "vfModuleModelCustomizationUUID": "c4d43df2-ac05-49a3-bda8-8d077b7babbd",
    "isBase": false,
    "artifacts": [
      "7b765dab-2348-46be-8f9c-f1781794df80"
    ],
    "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-06-09T13:06:35.105Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8b7f1e37-fa8a-44b1-a6ee-a73c34c92a8f
VfModuleModelInvariantUUID:16304b54-708c-407a-b594-47c88fab97d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
38ac6ff2-eb12-4129-b83a-b44ab2aedd09
,
8b4be7a8-f187-4249-8ee4-1dc164a6bbf9

}
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:09bf717f-b320-431e-9f19-ddfc571cab7d
VfModuleModelInvariantUUID:b4277c48-566a-47cb-abde-4012bf0ff115
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b765dab-2348-46be-8f9c-f1781794df80

}
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-06-09T13:06:35.109Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "16304b54-708c-407a-b594-47c88fab97d5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8b7f1e37-fa8a-44b1-a6ee-a73c34c92a8f",
    "vfModuleModelCustomizationUUID": "deccfd94-506b-4791-878a-7f5f643fc3fb",
    "isBase": true,
    "artifacts": [
      "38ac6ff2-eb12-4129-b83a-b44ab2aedd09",
      "8b4be7a8-f187-4249-8ee4-1dc164a6bbf9"
    ],
    "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": "b4277c48-566a-47cb-abde-4012bf0ff115",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "09bf717f-b320-431e-9f19-ddfc571cab7d",
    "vfModuleModelCustomizationUUID": "c4d43df2-ac05-49a3-bda8-8d077b7babbd",
    "isBase": false,
    "artifacts": [
      "7b765dab-2348-46be-8f9c-f1781794df80"
    ],
    "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-06-09T13:06:35.110Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8b7f1e37-fa8a-44b1-a6ee-a73c34c92a8f
VfModuleModelInvariantUUID:16304b54-708c-407a-b594-47c88fab97d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
38ac6ff2-eb12-4129-b83a-b44ab2aedd09
,
8b4be7a8-f187-4249-8ee4-1dc164a6bbf9

}
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:09bf717f-b320-431e-9f19-ddfc571cab7d
VfModuleModelInvariantUUID:b4277c48-566a-47cb-abde-4012bf0ff115
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b765dab-2348-46be-8f9c-f1781794df80

}
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-06-09T13:06:35.111Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 38ac6ff2-eb12-4129-b83a-b44ab2aedd09 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-09T13:06:35.111Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-09T13:06:35.111Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:35.196Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-09T13:06:35.196Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 38ac6ff2-eb12-4129-b83a-b44ab2aedd09 914
2022-06-09T13:06:35.197Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:35.197Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:35.197Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T13:06:35.198Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:35.200Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:35.200Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779995197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:35.300Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:35.301Z||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-06-09T13:06:35.301Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:35.318Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:35.319Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:36.201Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0361fc84-3350-4a29-b824-fe6440814dd3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-09T13:06:36.202Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-09T13:06:36.202Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:36.300Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-09T13:06:36.301Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 0361fc84-3350-4a29-b824-fe6440814dd3 12
2022-06-09T13:06:36.301Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:36.302Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:36.302Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T13:06:36.302Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:36.304Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:36.305Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779996301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:36.405Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:36.406Z||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-06-09T13:06:36.406Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:36.425Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:36.426Z||pool-102-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:37.305Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8b4be7a8-f187-4249-8ee4-1dc164a6bbf9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-09T13:06:37.306Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-09T13:06:37.307Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:37.392Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-09T13:06:37.393Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 8b4be7a8-f187-4249-8ee4-1dc164a6bbf9 96
2022-06-09T13:06:37.393Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:37.394Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:37.394Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T13:06:37.394Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:37.397Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:37.397Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779997393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:37.497Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:37.498Z||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-06-09T13:06:37.498Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:37.517Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:37.518Z||pool-103-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:38.399Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7b765dab-2348-46be-8f9c-f1781794df80 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-09T13:06:38.399Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-09T13:06:38.400Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:38.516Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-09T13:06:38.517Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 7b765dab-2348-46be-8f9c-f1781794df80 20206
2022-06-09T13:06:38.518Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:38.518Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:38.518Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T13:06:38.520Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:38.522Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:38.523Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779998518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:06:38.623Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:38.625Z||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-06-09T13:06:38.625Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:38.648Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:38.649Z||pool-104-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:39.530Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2265951a-68fc-4a39-a9c8-32dce8231826
2022-06-09T13:06:39.530Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 3307c287-5e16-4e1a-874f-5efd9ec019a5 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-06-09T13:06:39.540Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5560b852, org.onap.sdc.toscaparser.api.parameters.Input@66d24c0, org.onap.sdc.toscaparser.api.parameters.Input@6e53a43, org.onap.sdc.toscaparser.api.parameters.Input@6c876785, org.onap.sdc.toscaparser.api.parameters.Input@3c75f06f]
2022-06-09T13:06:39.542Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:39.542Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:39.542Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-09T13:06:39.542Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= fe76a1ba-498e-4b4b-b75b-4b6c967f5afa
2022-06-09T13:06:39.542Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fe76a1ba-498e-4b4b-b75b-4b6c967f5afa matches Tosca VF Customization UUID: fe76a1ba-498e-4b4b-b75b-4b6c967f5afa
2022-06-09T13:06:39.542Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: fe76a1ba-498e-4b4b-b75b-4b6c967f5afa  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-06-09T13:06:39.546Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:39.546Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:39.547Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id fe76a1ba-498e-4b4b-b75b-4b6c967f5afa: {\"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-06-09T13:06:39.547Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ba57c5d
2022-06-09T13:06:39.547Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:39.547Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T13:06:39.548Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c4d43df2-ac05-49a3-bda8-8d077b7babbd
2022-06-09T13:06:39.548Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c4d43df2-ac05-49a3-bda8-8d077b7babbd
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-06-09T13:06:39.550Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:39.551Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-09T13:06:39.551Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T13:06:39.551Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:39.551Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-09T13:06:39.551Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T13:06:39.552Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:39.552Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-09T13:06:39.553Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fe76a1ba-498e-4b4b-b75b-4b6c967f5afa
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-06-09T13:06:39.554Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:39.554Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:39.555Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2265951a-68fc-4a39-a9c8-32dce8231826: basic_cnf_macro
2022-06-09T13:06:39.555Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:39.555Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:39.555Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:39.555Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:39.556Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:39.556Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:39.556Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:39.556Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:39.556Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:06:39.556Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:06:39.557Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:39.622Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 3307c287-5e16-4e1a-874f-5efd9ec019a5 2 ASDC deployResourceStructure
2022-06-09T13:06:39.623Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:39.623Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:39.623Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T13:06:39.624Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:39.628Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:39.628Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779999623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T13:06:39.741Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-06-09T13:06:39.742Z||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-06-09T13:06:39.742Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:39.769Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:39.770Z||pool-105-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-09T13:06:40.629Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:40.629Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:40.629Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T13:06:40.630Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:40.633Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:40.633Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780000629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-09T13:06:40.733Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:40.734Z||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-06-09T13:06:40.734Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:40.758Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:40.759Z||pool-106-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:41.635Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:41.636Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:41.636Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-09T13:06:41.636Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:41.638Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:41.639Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780001635,
  "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-06-09T13:06:41.739Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:41.740Z||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-06-09T13:06:41.740Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:41.767Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:41.768Z||pool-107-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-09T13:06:42.643Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:42.643Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:42.643Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T13:06:42.643Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:42.645Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:42.646Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780002643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-09T13:06:42.746Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:42.747Z||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-06-09T13:06:42.748Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:42.769Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:42.770Z||pool-108-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-09T13:06:43.647Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:43.647Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:06:43.648Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-09T13:06:43.648Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:43.650Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:43.650Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780003647,
  "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-06-09T13:06:43.750Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T13:06:43.751Z||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-06-09T13:06:43.751Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:43.773Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:43.773Z||pool-109-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:44.651Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-09T13:06:44.652Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-09T13:06:44.653Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T13:06:44.654Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:06:44.656Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:06:44.657Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780004651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:06:44.757Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:06:44.758Z||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-06-09T13:06:44.758Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:06:44.785Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:06:44.786Z||pool-110-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:06:45.657Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T13:06:45.673Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T13:06:45.677Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T13:06:45.677Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T13:06:45.677Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T13:07:15.677Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T13:07:15.693Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T13:07:15.697Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T13:07:15.697Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T13:07:15.697Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T13:07:19.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:07:19.976Z||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-06-09T13:07:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:07:20.009Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:07:20.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:07:20.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:07:20.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:07:45.698Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T13:07:45.721Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T13:07:45.725Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T13:07:45.725Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T13:07:45.725Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T13:08:15.725Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T13:08:15.742Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T13:08:15.748Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T13:08:15.749Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T13:08:15.749Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T13:08:19.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:08:19.976Z||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-06-09T13:08:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:08:20.009Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:08:20.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T13:08:20.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "clamp",
  "timestamp": 1654779978572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T13:08:20.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:08:45.749Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T13:08:45.765Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T13:08:45.768Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T13:08:45.768Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T13:08:45.768Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T13:09:15.769Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T13:09:15.779Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T13:09:15.781Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T13:09:15.781Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T13:09:15.781Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T13:09:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:09:19.976Z||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-06-09T13:09:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:09:20.013Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:09:20.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779980362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:09:20.016Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "clamp",
  "timestamp": 1654779978572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T13:09:20.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779981524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:09:20.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "clamp",
  "timestamp": 1654779978572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-09T13:09:20.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779982604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:09:20.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "clamp",
  "timestamp": 1654779978572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779983624,
  "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-06-09T13:09:20.037Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8
2022-06-09T13:09:20.038Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8 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-06-09T13:09:20.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "aai-ml",
  "timestamp": 1654779983791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:09:20.057Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "clamp",
  "timestamp": 1654779978572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-09T13:09:20.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654779984628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T13:09:20.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "aai-ml",
  "timestamp": 1654779984794,
  "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-06-09T13:09:20.065Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
2022-06-09T13:09:20.065Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c7f0ed5-f52b-4907-9734-9ce3614fb16b 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-06-09T13:09:20.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "clamp",
  "timestamp": 1654779978572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-09T13:09:20.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779962567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:09:20.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "clamp",
  "timestamp": 1654779978572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:09:20.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-09T13:09:20.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779986347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:09:20.081Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:09:20.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779988862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:09:20.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654779989871,
  "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-06-09T13:09:20.096Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8
2022-06-09T13:09:20.097Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8 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-06-09T13:09:20.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779990853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:09:20.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:09:20.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "aai-ml",
  "timestamp": 1654779964694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:09:20.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:09:20.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779994084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:09:20.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "aai-ml",
  "timestamp": 1654779993911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:09:20.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779995197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:09:20.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "clamp",
  "timestamp": 1654779995232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:09:20.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779996301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:09:20.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779997393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:09:20.119Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "clamp",
  "timestamp": 1654779998403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:09:20.119Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779998518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:09:20.119Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "clamp",
  "timestamp": 1654779999408,
  "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-06-09T13:09:20.125Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8
2022-06-09T13:09:20.126Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8 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-06-09T13:09:20.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779999623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T13:09:20.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780000629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-09T13:09:20.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780001635,
  "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-06-09T13:09:20.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "aai-ml",
  "timestamp": 1654780001439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:09:20.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780002643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-09T13:09:20.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "aai-ml",
  "timestamp": 1654780002445,
  "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-06-09T13:09:20.150Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8
2022-06-09T13:09:20.150Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8 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-06-09T13:09:20.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780003647,
  "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-06-09T13:09:20.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:20.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:09:20.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780004651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:09:20.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:09:45.782Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T13:09:45.798Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T13:09:45.801Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T13:09:45.801Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T13:09:45.801Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T13:09:45.801Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T13:09:45.802Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:09:45.802Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:09:45.802Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:09:45.803Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:09:45.803Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:09:45.803Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:09:45.804Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:09:45.811Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T13:10:15.811Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b 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-06-09T13:10:15.819Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c7f0ed5-f52b-4907-9734-9ce3614fb16b and serviceModelVersionId: 2265951a-68fc-4a39-a9c8-32dce8231826
2022-06-09T13:10:15.819Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d7db10e-8a6c-4c23-a45d-0925e78264bb
2022-06-09T13:10:15.821Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d7db10e-8a6c-4c23-a45d-0925e78264bb/model-vers/model-ver/2265951a-68fc-4a39-a9c8-32dce8231826?depth=0
2022-06-09T13:10:15.825Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T13:10:15.877Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7db10e-8a6c-4c23-a45d-0925e78264bb/model-vers/model-ver/2265951a-68fc-4a39-a9c8-32dce8231826?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-06-09T13:10:15.879Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7db10e-8a6c-4c23-a45d-0925e78264bb/model-vers/model-ver/2265951a-68fc-4a39-a9c8-32dce8231826?depth=0|INFO|500||Invoke
2022-06-09T13:10:15.905Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7db10e-8a6c-4c23-a45d-0925e78264bb/model-vers/model-ver/2265951a-68fc-4a39-a9c8-32dce8231826?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-09T13:10:16.082Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7db10e-8a6c-4c23-a45d-0925e78264bb/model-vers/model-ver/2265951a-68fc-4a39-a9c8-32dce8231826?depth=0|INFO|500||InvokeReturn
2022-06-09T13:10:16.083Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7db10e-8a6c-4c23-a45d-0925e78264bb/model-vers/model-ver/2265951a-68fc-4a39-a9c8-32dce8231826?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220609-13:10:15:994-57604], vertex-id=[221192], Content-Length=[0], Date=[Thu, 09 Jun 2022 13:10:15 GMT], Content-Type=[application/json]}
2022-06-09T13:10:16.083Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-09T13:10:16.084Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T13:10:16.084Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:10:16.087Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||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-06-09T13:10:16.088Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c7f0ed5-f52b-4907-9734-9ce3614fb16b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T13:10:16.088Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T13:10:16.088Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:16.090Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:16.090Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780216088,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T13:10:16.191Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:10:16.191Z||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-06-09T13:10:16.192Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:16.217Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:16.218Z||pool-111-thread-1|||||INFO|500||cambria reply ok (27 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-06-09T13:10:17.121Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T13:10:17.122Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6d60d417-de51-462d-8624-23490e3fd489","serviceDescription":"service","serviceInvariantUUID":"f18e8d4c-78b9-4dc5-96b5-0ecbb7c092dd","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cf382305-84a7-4c89-a661-08f5e8ef1ee4","resourceInvariantUUID":"7cb90630-8187-4cab-babb-4a24406f589b","resourceCustomizationUUID":"7bfbd1ec-aed3-4a17-afb7-df11d23088a2","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":"MzM3MzQ5NGVjZDc1MDk5NzdiM2M2ODhmMjU1MmZkOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"24022a5e-0ea7-437c-9adc-4ca3f75fdac0","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":"MjMzZDMwZTc5NDFiOGE5YWViMzUxMmY3ZTljODA4MjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05b94ea6-033a-4dba-bf3b-8e070732d7b6","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":"dc384c64-7442-4583-a2ac-1ec100d6cd6a","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":"cb0d38d8-d456-4424-b31d-eb4149217620","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":"d8e1a3a5-360e-414a-94a7-974c40b9a0d1","artifactVersion":"2","generatedFromUUID":"dc384c64-7442-4583-a2ac-1ec100d6cd6a"},{"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":"ZWJlNzhkNWM1OWYwNDljNjIzM2Y1NTkyYzU0OWYwODM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9235e101-d1db-4089-a1ba-bab69ea22e07","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":"NWE4NDBiYjg2MmYwNjM1YmFiY2Y5YzgyMTg0ODUzYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe4fa2e0-4998-4ec0-903b-7d9b3c556710","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YWExMmQzNzI0ZmViMjA0ZDM3MTEwNDgxYzYxMWIzNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e1fa99d-b62a-49dd-a606-e4312ecb11ba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T13:10:17.123Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:10:17.123Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:17.126Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:17.126Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:17.226Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T13:10:17.226Z||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-06-09T13:10:17.226Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:17.244Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:17.245Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:10:18.127Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:10:18.129Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:18.131Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:18.131Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T13:10:18.232Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T13:10:18.233Z||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-06-09T13:10:18.233Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:18.251Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:18.252Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:10:19.132Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:10:19.133Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:19.137Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:19.137Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-09T13:10:19.238Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:10:19.239Z||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-06-09T13:10:19.239Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:19.252Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:19.253Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:10:19.975Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:10:19.976Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T13:10:19.976Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:20.013Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:20.015Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.015Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "clamp",
  "timestamp": 1654780038571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.016Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.017Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.017Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654780043282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.017Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.017Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.017Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "clamp",
  "timestamp": 1654780038571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.017Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.017Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.018Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654780043282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.018Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.018Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.018Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "clamp",
  "timestamp": 1654780038571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.018Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.018Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.018Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654780043282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.018Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.019Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.019Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "policy-id",
  "timestamp": 1654780045151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.019Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.019Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.019Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "clamp",
  "timestamp": 1654780038571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.019Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.019Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.020Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654780043282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.020Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.020Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.020Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "policy-id",
  "timestamp": 1654780045151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.020Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.021Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.021Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "clamp",
  "timestamp": 1654780038571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.021Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.021Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.021Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654780043282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.021Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.021Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.021Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "policy-id",
  "timestamp": 1654780045151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.022Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.022Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.022Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "clamp",
  "timestamp": 1654780038571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.022Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.022Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.022Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654780043282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.022Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.022Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.022Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "cds",
  "timestamp": 1654780048498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.023Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.023Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.023Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "policy-id",
  "timestamp": 1654780045151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.023Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.023Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.023Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "clamp",
  "timestamp": 1654780038571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.024Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.024Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.024Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654780043282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-09T13:10:20.024Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.024Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.024Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "cds",
  "timestamp": 1654780048498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.024Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.024Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.025Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "policy-id",
  "timestamp": 1654780045151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.025Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.025Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.025Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "clamp",
  "timestamp": 1654780038571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.025Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.025Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.025Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654780043282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.025Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.025Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.026Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "cds",
  "timestamp": 1654780048498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.026Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.026Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.026Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "policy-id",
  "timestamp": 1654780045151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.026Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.026Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.026Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "clamp",
  "timestamp": 1654780038571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:10:20.026Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.027Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.027Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654780043282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.027Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.027Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.027Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "cds",
  "timestamp": 1654780048498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.027Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.027Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.027Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "policy-id",
  "timestamp": 1654780045151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.027Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.028Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.028Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654780051504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.028Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.028Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.028Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "cds",
  "timestamp": 1654780048498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.028Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.028Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.028Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654780053206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:10:20.028Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:10:20.028Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.029Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "policy-id",
  "timestamp": 1654780045151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.029Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.029Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.029Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654780051504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.029Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.029Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.029Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "cds",
  "timestamp": 1654780048498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.029Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.029Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.029Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654780054248,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-09T13:10:20.029Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:10:20.030Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.030Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654780052567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.030Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.030Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.030Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "policy-id",
  "timestamp": 1654780045151,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:10:20.030Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.030Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.030Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654780051504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.030Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.030Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.030Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "cds",
  "timestamp": 1654780048498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.031Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.031Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.031Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654780055252,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T13:10:20.046Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 326b1250-0dd5-4c23-b030-fea9b2a295d3
2022-06-09T13:10:20.047Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 326b1250-0dd5-4c23-b030-fea9b2a295d3 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-06-09T13:10:20.063Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.063Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654780052567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.064Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.064Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.064Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "policy-id",
  "timestamp": 1654780055033,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:10:20.064Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:10:20.064Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.064Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654780051504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.065Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.065Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.065Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "aai-ml",
  "timestamp": 1654780054694,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.065Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.065Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.065Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "cds",
  "timestamp": 1654780048498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.066Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.066Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.066Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654780052567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.066Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.066Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.066Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "policy-id",
  "timestamp": 1654780056038,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:10:20.066Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:10:20.066Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.066Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654780051504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.067Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.067Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.067Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "aai-ml",
  "timestamp": 1654780054694,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.067Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.067Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.067Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "cds",
  "timestamp": 1654780048498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:10:20.067Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.067Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.068Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654780052567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.068Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.068Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.068Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "policy-id",
  "timestamp": 1654780057040,
  "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-06-09T13:10:20.074Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 326b1250-0dd5-4c23-b030-fea9b2a295d3
2022-06-09T13:10:20.074Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 326b1250-0dd5-4c23-b030-fea9b2a295d3 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-06-09T13:10:20.100Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.101Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654780051504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.101Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.101Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.101Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "aai-ml",
  "timestamp": 1654780054694,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.101Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.101Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.101Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "cds",
  "timestamp": 1654780058373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:10:20.101Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:10:20.101Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.101Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654780052567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.102Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.102Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.102Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654780051504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.102Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.102Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.102Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "aai-ml",
  "timestamp": 1654780054694,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.102Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.102Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.102Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "cds",
  "timestamp": 1654780059601,
  "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-06-09T13:10:20.108Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 326b1250-0dd5-4c23-b030-fea9b2a295d3
2022-06-09T13:10:20.108Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 326b1250-0dd5-4c23-b030-fea9b2a295d3 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-06-09T13:10:20.118Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.118Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654780052567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.118Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.118Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.118Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "clamp",
  "timestamp": 1654780059250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:10:20.118Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:10:20.118Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.119Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654780051504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.119Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.119Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.119Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "aai-ml",
  "timestamp": 1654780054694,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.119Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.119Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.119Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654780052567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.119Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.119Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.119Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654780051504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:10:20.120Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.120Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.120Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "aai-ml",
  "timestamp": 1654780054694,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.120Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.120Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.120Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654780052567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.120Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.120Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.120Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "clamp",
  "timestamp": 1654780061258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:10:20.121Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:10:20.121Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.121Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "aai-ml",
  "timestamp": 1654780054694,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.121Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.121Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.121Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654780052567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:10:20.121Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.121Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.121Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "clamp",
  "timestamp": 1654780062262,
  "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-06-09T13:10:20.126Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 326b1250-0dd5-4c23-b030-fea9b2a295d3
2022-06-09T13:10:20.126Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 326b1250-0dd5-4c23-b030-fea9b2a295d3 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-06-09T13:10:20.135Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.135Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "aai-ml",
  "timestamp": 1654780054694,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:20.135Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.136Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.136Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654780062443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:10:20.136Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:10:20.136Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.136Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "aai-ml",
  "timestamp": 1654780054694,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:10:20.136Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:10:20.136Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.136Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "aai-ml",
  "timestamp": 1654780064580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:10:20.137Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:10:20.137Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.137Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654780064477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:10:20.137Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:10:20.137Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.137Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654780065482,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-06-09T13:10:20.138Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:10:20.139Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:20.140Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:20.140Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T13:10:20.145Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 326b1250-0dd5-4c23-b030-fea9b2a295d3
2022-06-09T13:10:20.145Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 326b1250-0dd5-4c23-b030-fea9b2a295d3 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-06-09T13:10:20.154Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.154Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "aai-ml",
  "timestamp": 1654780069125,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:10:20.155Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:10:20.155Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:10:20.155Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "aai-ml",
  "timestamp": 1654780070128,
  "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-06-09T13:10:20.164Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 326b1250-0dd5-4c23-b030-fea9b2a295d3
2022-06-09T13:10:20.165Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 326b1250-0dd5-4c23-b030-fea9b2a295d3 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-06-09T13:10:20.241Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:10:20.242Z||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-06-09T13:10:20.242Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:20.267Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:20.268Z||pool-115-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-09T13:10:21.141Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:10:21.142Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:21.144Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:21.144Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-09T13:10:21.245Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T13:10:21.246Z||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-06-09T13:10:21.246Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:21.272Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:21.273Z||pool-116-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:10:22.145Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:10:22.146Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:22.148Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:22.148Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:22.248Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T13:10:22.249Z||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-06-09T13:10:22.250Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:22.264Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:22.264Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:10:23.149Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:10:23.150Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:23.153Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:23.153Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:10:23.253Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:10:23.254Z||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-06-09T13:10:23.254Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:23.269Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:23.270Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:10:24.154Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:10:24.155Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:24.172Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:24.173Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:10:24.260Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-06-09T13:10:24.261Z||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-06-09T13:10:24.261Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:24.307Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:24.308Z||pool-119-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-06-09T13:10:25.174Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6d60d417-de51-462d-8624-23490e3fd489",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f18e8d4c-78b9-4dc5-96b5-0ecbb7c092dd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "7bfbd1ec-aed3-4a17-afb7-df11d23088a2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cf382305-84a7-4c89-a661-08f5e8ef1ee4",
      "resourceInvariantUUID": "7cb90630-8187-4cab-babb-4a24406f589b",
      "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": "MjMzZDMwZTc5NDFiOGE5YWViMzUxMmY3ZTljODA4MjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "05b94ea6-033a-4dba-bf3b-8e070732d7b6",
          "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": "dc384c64-7442-4583-a2ac-1ec100d6cd6a",
          "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": "d8e1a3a5-360e-414a-94a7-974c40b9a0d1",
            "generatedFromUUID": "dc384c64-7442-4583-a2ac-1ec100d6cd6a"
          },
          "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": "d8e1a3a5-360e-414a-94a7-974c40b9a0d1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YWExMmQzNzI0ZmViMjA0ZDM3MTEwNDgxYzYxMWIzNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9e1fa99d-b62a-49dd-a606-e4312ecb11ba"
    }
  ],
  "workloadContext": "Production"
}
2022-06-09T13:10:25.175Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T13:10:25.175Z|6c7f0ed5-f52b-4907-9734-9ce3614fb16b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d60d417-de51-462d-8624-23490e3fd489 ASDC
2022-06-09T13:10:25.176Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6d60d417-de51-462d-8624-23490e3fd489
ServiceInvariantUUID:f18e8d4c-78b9-4dc5-96b5-0ecbb7c092dd
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:9e1fa99d-b62a-49dd-a606-e4312ecb11ba
ArtifactChecksum:YWExMmQzNzI0ZmViMjA0ZDM3MTEwNDgxYzYxMWIzNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:7bfbd1ec-aed3-4a17-afb7-df11d23088a2
ResourceInvariantUUID:7cb90630-8187-4cab-babb-4a24406f589b
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:cf382305-84a7-4c89-a661-08f5e8ef1ee4
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:05b94ea6-033a-4dba-bf3b-8e070732d7b6
ArtifactChecksum:MjMzZDMwZTc5NDFiOGE5YWViMzUxMmY3ZTljODA4MjA=
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:dc384c64-7442-4583-a2ac-1ec100d6cd6a
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:d8e1a3a5-360e-414a-94a7-974c40b9a0d1
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:d8e1a3a5-360e-414a-94a7-974c40b9a0d1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-09T13:10:25.176Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d60d417-de51-462d-8624-23490e3fd489 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-06-09T13:10:25.231Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T13:10:25.232Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-09T13:10:25.233Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-09T13:10:25.233Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9e1fa99d-b62a-49dd-a606-e4312ecb11ba from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-09T13:10:25.233Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-09T13:10:25.233Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-09T13:10:26.087Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-09T13:10:26.113Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9e1fa99d-b62a-49dd-a606-e4312ecb11ba 78796
2022-06-09T13:10:26.114Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-09T13:10:26.114Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-09T13:10:26.115Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T13:10:26.115Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:26.117Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:26.117Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780226114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:10:26.217Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T13:10:26.218Z||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-06-09T13:10:26.219Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:26.242Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:26.242Z||pool-120-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:10:27.118Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T13:10:27.120Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-09T13:10:27.120Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9e1fa99d-b62a-49dd-a606-e4312ecb11ba, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-09T13:10:27.121Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-09T13:10:27.121Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-09T13:10:27.122Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-09T13:10:27.345Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3059720334368767148/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-06-09T13:10:28.978Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T13:10:28.979Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-09T13:10:28.979Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-09T13:10:28.979Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-09T13:10:28.979Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:28.979Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:28.980Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:28.980Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:28.980Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:28.980Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:28.980Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:28.980Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:28.981Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:28.981Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-09T13:10:28.981Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:28.981Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:28.982Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-09T13:10:28.982Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-09T13:10:28.982Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T13:10:28.982Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:28.982Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:28.983Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-09T13:10:28.983Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-09T13:10:28.983Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T13:10:28.983Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:28.983Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:28.983Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:28.984Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-09T13:10:28.984Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-09T13:10:28.984Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-09T13:10:28.984Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-09T13:10:28.984Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-09T13:10:28.985Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-09T13:10:28.985Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:28.985Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T13:10:28.985Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:28.985Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-09T13:10:28.986Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T13:10:28.986Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:28.986Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-09T13:10:28.986Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T13:10:28.987Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:28.987Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-09T13:10:28.987Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T13:10:28.987Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:28.987Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-09T13:10:28.988Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-09T13:10:28.988Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-09T13:10:28.988Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=21999d2c-8cab-45a3-901c-179df2b53da4
2022-06-09T13:10:28.988Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:28.989Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:28.989Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:28.989Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:28.989Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:28.989Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:28.990Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:28.990Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:28.990Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:6d60d417-de51-462d-8624-23490e3fd489
Model Version:NULL
Model InvariantUuid:f18e8d4c-78b9-4dc5-96b5-0ecbb7c092dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:315e094d-3371-4692-bd2f-02c4cda535d9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7cb90630-8187-4cab-babb-4a24406f589b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7bfbd1ec-aed3-4a17-afb7-df11d23088a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4c947b25-a11b-45df-a7d4-660b2a3a4dd9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:fb425de6-ecfa-4f35-baef-2c2732a7a631
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:21999d2c-8cab-45a3-901c-179df2b53da4
ModelInvariantUuid:6ca85d8f-e2ec-4b83-b56c-add255175f5d
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:cb8e33d9-1f8a-4e91-8681-20ab332ff6a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d2b4a3ce-363b-4030-b7bf-265f5fa98f27
ModelInvariantUuid:ce277242-f58b-46dc-9c01-5b6e60ad2251
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:b2722915-f343-4bb8-9117-839d2874459d
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-06-09T13:10:28.996Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: cf382305-84a7-4c89-a661-08f5e8ef1ee4
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-06-09T13:10:28.999Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-06-09T13:10:28.999Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cf382305-84a7-4c89-a661-08f5e8ef1ee4
2022-06-09T13:10:28.999Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 05b94ea6-033a-4dba-bf3b-8e070732d7b6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-09T13:10:28.999Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-09T13:10:29.000Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:29.134Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-09T13:10:29.135Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 05b94ea6-033a-4dba-bf3b-8e070732d7b6 792
2022-06-09T13:10:29.135Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:29.136Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:29.136Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T13:10:29.136Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:29.139Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:29.139Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780229135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:10:29.239Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:10:29.240Z||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-06-09T13:10:29.240Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:29.258Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:29.259Z||pool-121-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:10:30.139Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4c947b25-a11b-45df-a7d4-660b2a3a4dd9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fb425de6-ecfa-4f35-baef-2c2732a7a631",
    "vfModuleModelCustomizationUUID": "1d32b7f1-157e-4cdc-a31a-156449d3be67",
    "isBase": true,
    "artifacts": [
      "dc384c64-7442-4583-a2ac-1ec100d6cd6a",
      "d8e1a3a5-360e-414a-94a7-974c40b9a0d1"
    ],
    "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-06-09T13:10:30.150Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb425de6-ecfa-4f35-baef-2c2732a7a631
VfModuleModelInvariantUUID:4c947b25-a11b-45df-a7d4-660b2a3a4dd9
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc384c64-7442-4583-a2ac-1ec100d6cd6a
,
d8e1a3a5-360e-414a-94a7-974c40b9a0d1

}
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-06-09T13:10:30.154Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4c947b25-a11b-45df-a7d4-660b2a3a4dd9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fb425de6-ecfa-4f35-baef-2c2732a7a631",
    "vfModuleModelCustomizationUUID": "1d32b7f1-157e-4cdc-a31a-156449d3be67",
    "isBase": true,
    "artifacts": [
      "dc384c64-7442-4583-a2ac-1ec100d6cd6a",
      "d8e1a3a5-360e-414a-94a7-974c40b9a0d1"
    ],
    "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-06-09T13:10:30.154Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb425de6-ecfa-4f35-baef-2c2732a7a631
VfModuleModelInvariantUUID:4c947b25-a11b-45df-a7d4-660b2a3a4dd9
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc384c64-7442-4583-a2ac-1ec100d6cd6a
,
d8e1a3a5-360e-414a-94a7-974c40b9a0d1

}
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-06-09T13:10:30.154Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dc384c64-7442-4583-a2ac-1ec100d6cd6a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-09T13:10:30.154Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-09T13:10:30.155Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:30.243Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-09T13:10:30.243Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml dc384c64-7442-4583-a2ac-1ec100d6cd6a 5033
2022-06-09T13:10:30.244Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:30.244Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:30.244Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T13:10:30.245Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:30.247Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:30.247Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780230244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:10:30.347Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:10:30.348Z||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-06-09T13:10:30.348Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:30.376Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:30.377Z||pool-122-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:10:31.248Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d8e1a3a5-360e-414a-94a7-974c40b9a0d1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-09T13:10:31.248Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-09T13:10:31.249Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:31.423Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-09T13:10:31.423Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d8e1a3a5-360e-414a-94a7-974c40b9a0d1 903
2022-06-09T13:10:31.434Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:31.434Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:31.434Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T13:10:31.435Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:31.437Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:31.438Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780231434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:10:31.538Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:10:31.540Z||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-06-09T13:10:31.540Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:31.556Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:31.557Z||pool-123-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:10:32.438Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6d60d417-de51-462d-8624-23490e3fd489
2022-06-09T13:10:32.439Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 cf382305-84a7-4c89-a661-08f5e8ef1ee4 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-06-09T13:10:32.456Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@239962a4, org.onap.sdc.toscaparser.api.parameters.Input@8c09ea5, org.onap.sdc.toscaparser.api.parameters.Input@6d864c33, org.onap.sdc.toscaparser.api.parameters.Input@16f32432, org.onap.sdc.toscaparser.api.parameters.Input@7e17e80a]
2022-06-09T13:10:32.458Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:32.459Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:32.459Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-09T13:10:32.459Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7bfbd1ec-aed3-4a17-afb7-df11d23088a2
2022-06-09T13:10:32.459Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7bfbd1ec-aed3-4a17-afb7-df11d23088a2 matches Tosca VF Customization UUID: 7bfbd1ec-aed3-4a17-afb7-df11d23088a2
2022-06-09T13:10:32.460Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7bfbd1ec-aed3-4a17-afb7-df11d23088a2  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-06-09T13:10:32.462Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:32.462Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:32.463Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7bfbd1ec-aed3-4a17-afb7-df11d23088a2: {\"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-06-09T13:10:32.463Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22cb2a5d
2022-06-09T13:10:32.463Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:32.464Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T13:10:32.464Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1d32b7f1-157e-4cdc-a31a-156449d3be67
2022-06-09T13:10:32.464Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1d32b7f1-157e-4cdc-a31a-156449d3be67
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-06-09T13:10:32.466Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:32.467Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-09T13:10:32.467Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T13:10:32.467Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:32.468Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-09T13:10:32.468Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T13:10:32.468Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:32.468Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-09T13:10:32.469Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-09T13:10:32.469Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-09T13:10:32.469Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=21999d2c-8cab-45a3-901c-179df2b53da4
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-06-09T13:10:32.474Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:32.475Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-09T13:10:32.475Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T13:10:32.475Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:32.476Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-09T13:10:32.476Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7bfbd1ec-aed3-4a17-afb7-df11d23088a2
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-06-09T13:10:32.477Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:32.478Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:32.478Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 6d60d417-de51-462d-8624-23490e3fd489: basic_vm_macro
2022-06-09T13:10:32.478Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:32.478Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:32.478Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:32.479Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:32.479Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:32.479Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:32.479Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:32.480Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:32.480Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:10:32.480Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:10:32.480Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:32.562Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro cf382305-84a7-4c89-a661-08f5e8ef1ee4 1 ASDC deployResourceStructure
2022-06-09T13:10:32.562Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:32.562Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:32.563Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T13:10:32.563Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:32.565Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:32.565Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780232562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T13:10:32.665Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:10:32.666Z||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-06-09T13:10:32.666Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:32.684Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:32.685Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:10:33.566Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:33.567Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:33.567Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T13:10:33.568Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:33.570Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:33.571Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780233566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-09T13:10:33.671Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:10:33.672Z||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-06-09T13:10:33.672Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:33.698Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:33.699Z||pool-125-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:10:34.572Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:34.572Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:34.572Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T13:10:34.572Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:34.575Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:34.575Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780234572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-09T13:10:34.675Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:10:34.677Z||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-06-09T13:10:34.677Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:34.706Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:34.707Z||pool-126-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:10:35.576Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-09T13:10:35.578Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-09T13:10:35.578Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T13:10:35.580Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:10:35.594Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:10:35.595Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780235576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:10:35.690Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-09T13:10:35.691Z||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-06-09T13:10:35.691Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:10:35.712Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:10:35.713Z||pool-127-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:10:36.596Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T13:10:36.610Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T13:10:36.623Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T13:10:36.623Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T13:10:36.623Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T13:10:36.623Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T13:10:36.623Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:10:36.623Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:10:36.623Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:10:36.624Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:10:36.624Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:10:36.624Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:10:36.624Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:10:36.630Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T13:11:06.631Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8 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-06-09T13:11:06.641Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8 and serviceModelVersionId: 6d60d417-de51-462d-8624-23490e3fd489
2022-06-09T13:11:06.642Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f18e8d4c-78b9-4dc5-96b5-0ecbb7c092dd
2022-06-09T13:11:06.644Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f18e8d4c-78b9-4dc5-96b5-0ecbb7c092dd/model-vers/model-ver/6d60d417-de51-462d-8624-23490e3fd489?depth=0
2022-06-09T13:11:06.652Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T13:11:06.719Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f18e8d4c-78b9-4dc5-96b5-0ecbb7c092dd/model-vers/model-ver/6d60d417-de51-462d-8624-23490e3fd489?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-06-09T13:11:06.720Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f18e8d4c-78b9-4dc5-96b5-0ecbb7c092dd/model-vers/model-ver/6d60d417-de51-462d-8624-23490e3fd489?depth=0|INFO|500||Invoke
2022-06-09T13:11:06.762Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f18e8d4c-78b9-4dc5-96b5-0ecbb7c092dd/model-vers/model-ver/6d60d417-de51-462d-8624-23490e3fd489?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-09T13:11:06.983Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f18e8d4c-78b9-4dc5-96b5-0ecbb7c092dd/model-vers/model-ver/6d60d417-de51-462d-8624-23490e3fd489?depth=0|INFO|500||InvokeReturn
2022-06-09T13:11:06.986Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f18e8d4c-78b9-4dc5-96b5-0ecbb7c092dd/model-vers/model-ver/6d60d417-de51-462d-8624-23490e3fd489?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220609-13:11:06:853-15924], vertex-id=[262208], Content-Length=[0], Date=[Thu, 09 Jun 2022 13:11:06 GMT], Content-Type=[application/json]}
2022-06-09T13:11:06.986Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-09T13:11:06.990Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T13:11:06.993Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:11:07.005Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||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-06-09T13:11:07.006Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T13:11:07.006Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T13:11:07.006Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:11:07.011Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:11:07.011Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780267006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T13:11:07.110Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T13:11:07.111Z||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-06-09T13:11:07.127Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:07.186Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:07.187Z||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-06-09T13:11:08.029Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:11:08.030Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:11:08.030Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:12.597Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:12.598Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-09T13:11:12.598Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"326b1250-0dd5-4c23-b030-fea9b2a295d3","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0a13853d-fd86-4356-bdb2-e7828cb9d9ae","serviceDescription":"service","serviceInvariantUUID":"6d932594-09e4-4fc2-a82d-d76b5f7273b0","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b15b147-4d9f-456f-8b1e-4df6e387a69b","resourceInvariantUUID":"4ee25f38-f54c-46c5-9107-b3bcf4e56be3","resourceCustomizationUUID":"2d6c4a16-c40e-4877-884d-631abc59f585","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":"N2MwNmVlNjAzOWE2NGQ5Y2YwMjBhZDBhNGVjMTU5MTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"91161c1e-8e04-4957-a73d-82e1e701852a","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":"41e7700d-c512-45c1-a890-17cd7fa1cd7c","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":"32146216-d026-484a-a2ac-f443d09545a7","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":"ZmQ2ZjUzY2U4ZmQ1NDA5NWJiMjFmMWNiOWE1Y2NjOTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e79d39db-f521-464d-b63f-b082a56b2803","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":"b1e03fe5-d41b-41be-8a19-bbc4338ea137","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":"2fda7a1e-83e9-44e5-a914-7544677bd200","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":"cf055493-b50a-4041-8666-c920dd5d4db7","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":"Y2I3ZmI5M2JhZGQ4Yjk0MmJjNDY5NGJjZWEzYzIyOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"597d7a68-a823-4014-8849-dc824e8e9b1a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjA0MzcyMTIzZGI5MjdhZmE1NjIxZDVmMzYwYWVmYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"23a40a1b-6709-40d2-a712-4b128f04552b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T13:11:12.600Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:11:12.600Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:11:12.602Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:11:12.602Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:11:12.704Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T13:11:12.705Z||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-06-09T13:11:12.706Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:12.747Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:12.748Z||pool-129-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:11:13.603Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:11:13.604Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:11:13.607Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:11:13.608Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:11:13.708Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:11:13.709Z||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-06-09T13:11:13.709Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:13.730Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:13.731Z||pool-130-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-09T13:11:14.620Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:11:14.620Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:11:14.636Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:11:14.636Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:11:14.736Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:11:14.737Z||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-06-09T13:11:14.738Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:14.772Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:14.787Z||pool-131-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:11:15.640Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:11:15.646Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:11:15.652Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:11:15.652Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:11:15.749Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-09T13:11:15.750Z||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-06-09T13:11:15.750Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:15.767Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:15.767Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:11:16.652Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:11:16.653Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:11:16.657Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:11:16.657Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:11:16.758Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T13:11:16.760Z||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-06-09T13:11:16.760Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:16.807Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:16.808Z||pool-133-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-06-09T13:11:17.660Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:11:17.661Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:11:17.663Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:11:17.663Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:11:17.763Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:11:17.764Z||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-06-09T13:11:17.764Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:17.787Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:17.788Z||pool-134-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:11:18.663Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:11:18.665Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:11:18.667Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:11:18.667Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:11:18.768Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T13:11:18.770Z||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-06-09T13:11:18.770Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:18.790Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:18.790Z||pool-135-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:11:19.668Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:11:19.671Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:11:19.673Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:11:19.674Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:11:19.774Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T13:11:19.775Z||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-06-09T13:11:19.775Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:19.791Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:19.792Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:11:19.975Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:11:19.977Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T13:11:19.977Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:20.004Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:20.005Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:11:20.005Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c7f0ed5-f52b-4907-9734-9ce3614fb16b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780216088,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T13:11:20.006Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:11:20.006Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:11:20.006Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:11:20.007Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:11:20.007Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:11:20.007Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-09T13:11:20.007Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:11:20.007Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:11:20.007Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-09T13:11:20.007Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:11:20.674Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T13:11:20.675Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:11:20.677Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:11:20.677Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:11:20.778Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T13:11:20.778Z||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-06-09T13:11:20.779Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:20.796Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:20.797Z||pool-137-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:11:21.679Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0a13853d-fd86-4356-bdb2-e7828cb9d9ae",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6d932594-09e4-4fc2-a82d-d76b5f7273b0",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2d6c4a16-c40e-4877-884d-631abc59f585",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7b15b147-4d9f-456f-8b1e-4df6e387a69b",
      "resourceInvariantUUID": "4ee25f38-f54c-46c5-9107-b3bcf4e56be3",
      "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": "MjA0MzcyMTIzZGI5MjdhZmE1NjIxZDVmMzYwYWVmYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "23a40a1b-6709-40d2-a712-4b128f04552b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-09T13:11:21.679Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T13:11:21.679Z|6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0a13853d-fd86-4356-bdb2-e7828cb9d9ae ASDC
2022-06-09T13:11:21.679Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:326b1250-0dd5-4c23-b030-fea9b2a295d3
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0a13853d-fd86-4356-bdb2-e7828cb9d9ae
ServiceInvariantUUID:6d932594-09e4-4fc2-a82d-d76b5f7273b0
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:23a40a1b-6709-40d2-a712-4b128f04552b
ArtifactChecksum:MjA0MzcyMTIzZGI5MjdhZmE1NjIxZDVmMzYwYWVmYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2d6c4a16-c40e-4877-884d-631abc59f585
ResourceInvariantUUID:4ee25f38-f54c-46c5-9107-b3bcf4e56be3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7b15b147-4d9f-456f-8b1e-4df6e387a69b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-09T13:11:21.679Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a13853d-fd86-4356-bdb2-e7828cb9d9ae 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-06-09T13:11:21.719Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T13:11:21.721Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-09T13:11:21.721Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-09T13:11:21.721Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 23a40a1b-6709-40d2-a712-4b128f04552b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-09T13:11:21.721Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-09T13:11:21.722Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-09T13:11:22.305Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-09T13:11:22.315Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 23a40a1b-6709-40d2-a712-4b128f04552b 105668
2022-06-09T13:11:22.316Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-09T13:11:22.316Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-09T13:11:22.316Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T13:11:22.317Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:11:22.320Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:11:22.320Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780282316,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:11:22.420Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:11:22.421Z||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-06-09T13:11:22.421Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:22.446Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:22.447Z||pool-138-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:11:23.321Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T13:11:23.323Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-09T13:11:23.323Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 23a40a1b-6709-40d2-a712-4b128f04552b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-09T13:11:23.323Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-09T13:11:23.323Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-09T13:11:23.324Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-09T13:11:23.435Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11047940520807272253/Definitions/service-TestPnfMacro-template.yml
2022-06-09T13:11:24.334Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T13:11:24.335Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-09T13:11:24.335Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-09T13:11:24.335Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-09T13:11:24.335Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||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-06-09T13:11:24.335Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||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-06-09T13:11:24.335Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||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-06-09T13:11:24.335Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||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-06-09T13:11:24.335Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||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-06-09T13:11:24.335Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||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-06-09T13:11:24.336Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||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-06-09T13:11:24.336Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-09T13:11:24.336Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:11:24.336Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:11:24.336Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-09T13:11:24.336Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-09T13:11:24.337Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T13:11:24.337Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:11:24.337Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:11:24.337Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-09T13:11:24.337Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-09T13:11:24.337Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T13:11:24.338Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:11:24.338Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:11:24.338Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:11:24.338Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:11:24.338Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:11:24.338Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:11:24.338Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:11:24.338Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:11:24.339Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:11:24.339Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:11:24.339Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:0a13853d-fd86-4356-bdb2-e7828cb9d9ae
Model Version:NULL
Model InvariantUuid:6d932594-09e4-4fc2-a82d-d76b5f7273b0
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-06-09T13:11:24.342Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7b15b147-4d9f-456f-8b1e-4df6e387a69b
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-06-09T13:11:24.344Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-06-09T13:11:24.344Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7b15b147-4d9f-456f-8b1e-4df6e387a69b
2022-06-09T13:11:24.344Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0a13853d-fd86-4356-bdb2-e7828cb9d9ae
2022-06-09T13:11:24.345Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0a13853d-fd86-4356-bdb2-e7828cb9d9ae
2022-06-09T13:11:24.345Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7b15b147-4d9f-456f-8b1e-4df6e387a69b 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-06-09T13:11:24.348Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68b47d5, org.onap.sdc.toscaparser.api.parameters.Input@4800038, org.onap.sdc.toscaparser.api.parameters.Input@49de1bab, org.onap.sdc.toscaparser.api.parameters.Input@2bb80e53, org.onap.sdc.toscaparser.api.parameters.Input@7751411e]
2022-06-09T13:11:24.348Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:11:24.348Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:11:24.349Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0a13853d-fd86-4356-bdb2-e7828cb9d9ae: test-pnf
2022-06-09T13:11:24.349Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||Processing PNF resource: 7b15b147-4d9f-456f-8b1e-4df6e387a69b
2022-06-09T13:11:24.349Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-09T13:11:24.349Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T13:11:24.349Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||Resource customization UUID: 2d6c4a16-c40e-4877-884d-631abc59f585 is the same as notified resource customizationUUID: 2d6c4a16-c40e-4877-884d-631abc59f585
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-06-09T13:11:24.376Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 7b15b147-4d9f-456f-8b1e-4df6e387a69b 0 ASDC deployResourceStructure
2022-06-09T13:11:24.377Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-09T13:11:24.377Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-09T13:11:24.377Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T13:11:24.377Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:11:24.379Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:11:24.379Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780284377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:11:24.479Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T13:11:24.480Z||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-06-09T13:11:24.480Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:24.496Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:24.497Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-09T13:11:25.380Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 326b1250-0dd5-4c23-b030-fea9b2a295d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T13:11:25.393Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 326b1250-0dd5-4c23-b030-fea9b2a295d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-09T13:11:25.396Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T13:11:25.396Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T13:11:25.396Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T13:11:25.396Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T13:11:25.396Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:11:25.397Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:11:25.397Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:11:25.397Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:11:25.397Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:11:25.397Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:11:25.398Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-09T13:11:25.398Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||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-06-09T13:11:25.403Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T13:11:55.403Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 326b1250-0dd5-4c23-b030-fea9b2a295d3 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-06-09T13:11:55.408Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 326b1250-0dd5-4c23-b030-fea9b2a295d3 and serviceModelVersionId: 0a13853d-fd86-4356-bdb2-e7828cb9d9ae
2022-06-09T13:11:55.409Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d932594-09e4-4fc2-a82d-d76b5f7273b0
2022-06-09T13:11:55.409Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d932594-09e4-4fc2-a82d-d76b5f7273b0/model-vers/model-ver/0a13853d-fd86-4356-bdb2-e7828cb9d9ae?depth=0
2022-06-09T13:11:55.414Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T13:11:55.465Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d932594-09e4-4fc2-a82d-d76b5f7273b0/model-vers/model-ver/0a13853d-fd86-4356-bdb2-e7828cb9d9ae?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-06-09T13:11:55.466Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d932594-09e4-4fc2-a82d-d76b5f7273b0/model-vers/model-ver/0a13853d-fd86-4356-bdb2-e7828cb9d9ae?depth=0|INFO|500||Invoke
2022-06-09T13:11:55.507Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d932594-09e4-4fc2-a82d-d76b5f7273b0/model-vers/model-ver/0a13853d-fd86-4356-bdb2-e7828cb9d9ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-09T13:11:55.705Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d932594-09e4-4fc2-a82d-d76b5f7273b0/model-vers/model-ver/0a13853d-fd86-4356-bdb2-e7828cb9d9ae?depth=0|INFO|500||InvokeReturn
2022-06-09T13:11:55.706Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d932594-09e4-4fc2-a82d-d76b5f7273b0/model-vers/model-ver/0a13853d-fd86-4356-bdb2-e7828cb9d9ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220609-13:11:55:598-26342], vertex-id=[274560], Content-Length=[0], Date=[Thu, 09 Jun 2022 13:11:55 GMT], Content-Type=[application/json]}
2022-06-09T13:11:55.706Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-09T13:11:55.706Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T13:11:55.707Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||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-06-09T13:11:55.712Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||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-06-09T13:11:55.713Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 326b1250-0dd5-4c23-b030-fea9b2a295d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T13:11:55.713Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T13:11:55.714Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-09T13:11:55.716Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T13:11:55.716Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780315713,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T13:11:55.816Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T13:11:55.817Z||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-06-09T13:11:55.817Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:11:55.838Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:11:55.840Z||pool-140-thread-1|||||INFO|500||cambria reply ok (23 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-06-09T13:11:56.729Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:11:56.730Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:11:56.730Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:12:06.279Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:12:06.280Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:12:06.280Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:12:06.281Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:12:15.834Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:12:15.835Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:12:15.835Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:12:15.836Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:12:19.975Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:12:19.976Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T13:12:19.976Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:12:20.005Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:12:20.006Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T13:12:20.006Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:12:20.007Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:12:25.405Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:12:25.406Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:12:25.406Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:12:25.406Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:12:34.972Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:12:34.972Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:12:34.973Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:12:34.974Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:12:44.552Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:13:19.970Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:13:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:13:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:13:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:13:19.975Z||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-06-09T13:13:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:13:20.012Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:13:20.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-09T13:13:20.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:13:20.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:13:20.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:13:20.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:13:20.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:13:20.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654779979971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:13:20.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:13:20.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780226114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:13:20.015Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:13:20.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780229135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:13:20.015Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:13:20.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780230244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:13:20.016Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:13:20.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780231434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:13:20.016Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:13:20.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780232562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-09T13:13:20.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:13:20.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780233566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-09T13:13:20.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:13:20.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780234572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-09T13:13:20.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:13:20.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780235576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:13:20.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:13:20.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e2f34ce-6f6d-4d4f-a32a-b7200c0b69c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780267006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T13:13:20.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:13:20.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:13:20.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:13:20.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:13:20.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:13:20.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:13:20.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:13:20.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:13:20.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:13:20.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:13:20.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:13:20.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:13:20.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:13:20.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:13:20.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:13:20.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T13:13:20.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-09T13:13:20.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:13:29.532Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:14:19.970Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:14:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:14:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:14:19.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:14:19.976Z||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-06-09T13:14:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:14:20.505Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:14:20.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T13:14:20.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780268029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-09T13:14:20.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-09T13:14:20.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T13:14:20.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780282316,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-09T13:14:20.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:14:20.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T13:14:20.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780284377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-09T13:14:20.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:14:20.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T13:14:20.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "326b1250-0dd5-4c23-b030-fea9b2a295d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654780315713,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T13:14:20.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T13:14:29.535Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:15:19.972Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:15:19.973Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:15:19.973Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:15:19.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:15:19.976Z||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-06-09T13:15:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:15:29.536Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:15:29.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:16:19.970Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:16:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:16:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:16:19.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:16:19.976Z||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-06-09T13:16:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:16:29.536Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:16:29.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:17:19.970Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:17:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:17:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:17:19.975Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:17:19.975Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T13:17:19.976Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:17:29.533Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:17:29.535Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:18:19.970Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:18:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:18:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:18:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:18:19.975Z||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-06-09T13:18:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:18:29.526Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:18:29.527Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:19:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:19:19.974Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:19:19.975Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:19:19.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:19:19.976Z||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-06-09T13:19:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:19:29.536Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:19:29.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:20:19.970Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:20:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:20:19.972Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:20:19.976Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:20:19.977Z|05823dd2-72f1-404e-b9f5-672b4c141663|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-06-09T13:20:19.977Z|05823dd2-72f1-404e-b9f5-672b4c141663|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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:20:29.519Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:20:29.528Z|05823dd2-72f1-404e-b9f5-672b4c141663|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:21:19.970Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:21:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:21:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:21:19.975Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:21:19.976Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T13:21:19.976Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:21:29.533Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:21:29.534Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:22:19.970Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:22:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:22:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:22:19.975Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:22:19.976Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T13:22:19.976Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:22:29.531Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:22:29.532Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:23:19.970Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:23:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:23:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:23:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:23:19.976Z||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-06-09T13:23:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:23:29.525Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:23:29.537Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:24:19.970Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:24:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:24:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:24:19.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:24:19.976Z||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-06-09T13:24:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:24:29.524Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:24:29.528Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:25:19.970Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:25:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:25:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:25:19.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:25:19.975Z||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-06-09T13:25:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:25:29.521Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:25:29.522Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:26:19.970Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:26:19.972Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:26:19.972Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:26:19.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:26:19.976Z||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-06-09T13:26:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:26:29.527Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:26:29.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:27:19.970Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:27:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:27:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:27:19.975Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:27:19.976Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T13:27:19.976Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:27:29.539Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:27:29.539Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:28:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:28:19.972Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:28:19.972Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:28:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:28:19.976Z||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-06-09T13:28:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:28:29.523Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:28:29.523Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:29:19.970Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:29:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:29:19.971Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:29:19.975Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:29:19.976Z||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-06-09T13:29:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:29:29.528Z|326b1250-0dd5-4c23-b030-fea9b2a295d3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:29:29.531Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:30:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:30:19.971Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:30:19.971Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:30:19.975Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:30:19.975Z||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-06-09T13:30:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:30:29.528Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:30:29.531Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:31:19.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:31:19.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:31:19.975Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:31:19.976Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:31:19.977Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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-06-09T13:31:19.977Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:31:29.538Z|10fd3cb7-e350-4122-b436-e244e1b1b96e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:31:29.538Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:32:19.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:32:19.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:32:19.973Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:32:19.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:32:19.975Z||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-06-09T13:32:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:32:29.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:32:29.528Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:33:19.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:33:19.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T13:33:19.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sK5HAHSWonVLwlqA) ...
2022-06-09T13:33:19.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T13:33:19.976Z||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-06-09T13:33:19.976Z||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 sK5HAHSWonVLwlqA) ...
2022-06-09T13:33:29.548Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-09T13:33:29.548Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK