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-12-01T18:53:42.918Z||main|||||INFO|500||The following profiles are active: basic
2022-12-01T18:53:54.082Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-01T18:53:54.083Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-01T18:53:54.198Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-01T18:53:58.058Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-01T18:53:58.456Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-01T18:53:58.942Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-01T18:53:58.951Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-01T18:53:59.069Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-01T18:53:59.287Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-01T18:53:59.930Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-01T18:54:01.606Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-01T18:54:04.087Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-01T18:54:04.149Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-01T18:54:04.759Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-01T18:54:04.977Z||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-12-01T18:54:06.361Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-01T18:54:07.537Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-12-01T18:54:07.554Z||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$$2538ded1.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-12-01T18:54:07.555Z||main|||||WARN|500||The sdc end point is not alive
2022-12-01T18:54:10.721Z||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-12-01T18:54:13.571Z||main|||||WARN|500||---
2022-12-01T18:54:13.572Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-01T18:54:13.573Z||main|||||WARN|500||---
2022-12-01T18:54:14.076Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-01T18:54:18.809Z||main|||||INFO|500||Started Application in 38.985 seconds (JVM running for 41.117)
2022-12-01T18:54:18.821Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-01T18:54:18.822Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-01T18:54:18.833Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-01T18:54:18.857Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-01T18:54:18.909Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5b8934a7-5c7e-44b5-ad95-3e4cb3469133 url= /sdc/v1/artifactTypes
2022-12-01T18:54:18.909Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-01T18:54:19.233Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-01T18:54:19.258Z||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-12-01T18:54:19.315Z||scheduling-1|||||DEBUG|500||create keys
2022-12-01T18:54:19.326Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-01T18:54:19.360Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T18:54:19.376Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fb0f6f1f-00ac-4958-9b37-7e705831bf1a url= /sdc/v1/registerForDistribution
2022-12-01T18:54:19.501Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fb0f6f1f-00ac-4958-9b37-7e705831bf1a url= /sdc/v1/registerForDistribution
2022-12-01T18:54:19.502Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-01T18:54:19.511Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T18:54:19.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T18:54:19.522Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-01T18:54:19.523Z||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-12-01T18:54:19.523Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T18:54:19.524Z||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-12-01T18:54:19.524Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T18:54:29.863Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T18:54:29.863Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T18:55:19.509Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T18:55:19.510Z||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-12-01T18:55:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T18:55:19.511Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T18:55:19.512Z||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-12-01T18:55:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T18:55:29.093Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T18:55:29.107Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T18:56:19.509Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T18:56:19.511Z||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-12-01T18:56:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T18:56:19.511Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T18:56:19.512Z||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-12-01T18:56:19.513Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T18:56:29.077Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T18:56:29.079Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T18:57:19.509Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T18:57:19.511Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T18:57:19.512Z||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-12-01T18:57:19.512Z||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-12-01T18:57:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T18:57:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T18:57:29.074Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T18:57:29.075Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T18:58:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T18:58:19.510Z||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-12-01T18:58:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T18:58:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T18:58:19.513Z||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-12-01T18:58:19.513Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T18:58:29.068Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T18:58:29.071Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T18:59:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T18:59:19.510Z||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-12-01T18:59:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T18:59:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T18:59:19.512Z||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-12-01T18:59:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T18:59:29.105Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T18:59:29.124Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:00:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:00:19.510Z||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-12-01T19:00:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:00:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:00:19.513Z||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-12-01T19:00:19.514Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:00:29.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:00:29.083Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:01:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:01:19.510Z||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-12-01T19:01:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:01:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:01:19.512Z||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-12-01T19:01:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:01:29.077Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:01:29.110Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:02:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:02:19.511Z||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-12-01T19:02:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:02:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:02:19.512Z||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-12-01T19:02:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:02:29.089Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:02:29.092Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:03:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:03:19.510Z||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-12-01T19:03:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:03:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:03:19.512Z||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-12-01T19:03:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:03:29.066Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:03:29.072Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:04:18.138Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-01T19:04:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:04:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:04:19.511Z||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-12-01T19:04:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:04:19.512Z||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-12-01T19:04:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:04:29.066Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:04:29.066Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:05:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:05:19.511Z||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-12-01T19:05:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:05:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:05:19.511Z||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-12-01T19:05:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:05:29.068Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:05:29.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:06:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:06:19.510Z||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-12-01T19:06:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:06:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:06:19.511Z||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-12-01T19:06:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:06:29.069Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:06:29.069Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:07:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:07:19.510Z||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-12-01T19:07:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:07:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:07:19.511Z||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-12-01T19:07:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:07:29.060Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:07:29.066Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:08:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:08:19.510Z||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-12-01T19:08:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:08:19.511Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:08:19.511Z||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-12-01T19:08:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:08:29.067Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:08:29.071Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:09:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:09:19.510Z||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-12-01T19:09:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:09:19.511Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:09:19.512Z||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-12-01T19:09:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:09:29.065Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:09:29.065Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:10:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:10:19.510Z||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-12-01T19:10:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:10:19.511Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:10:19.511Z||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-12-01T19:10:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:10:29.070Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:10:29.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:11:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:11:19.510Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T19:11:19.510Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:11:19.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:11:19.513Z||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-12-01T19:11:19.514Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:11:29.080Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:11:29.083Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:12:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:12:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:12:19.511Z||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-12-01T19:12:19.511Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T19:12:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:12:19.512Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:12:29.068Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:12:29.068Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:13:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:13:19.510Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T19:13:19.510Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:13:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:13:19.512Z||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-12-01T19:13:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:13:29.060Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:13:29.060Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:14:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:14:19.510Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T19:14:19.510Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:14:19.511Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:14:19.511Z||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-12-01T19:14:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:14:29.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:14:29.059Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:15:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:15:19.511Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T19:15:19.511Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:15:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:15:19.511Z||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-12-01T19:15:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:15:29.067Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:15:29.070Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:16:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:16:19.510Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T19:16:19.510Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:16:19.511Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:16:19.511Z||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-12-01T19:16:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:16:29.061Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:16:29.063Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:17:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:17:19.510Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T19:17:19.510Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:17:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:17:19.512Z||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-12-01T19:17:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:17:29.059Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:17:29.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:18:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:18:19.510Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T19:18:19.510Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:18:19.511Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:18:19.511Z||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-12-01T19:18:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:18:29.067Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:18:29.068Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:19:19.509Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:19:19.510Z||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-12-01T19:19:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:19:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:19:19.513Z||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-12-01T19:19:19.513Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:19:29.061Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:19:29.062Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:20:19.509Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:20:19.510Z||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-12-01T19:20:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:20:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:20:19.511Z||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-12-01T19:20:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:20:29.056Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:20:29.056Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:21:19.509Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:21:19.510Z||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-12-01T19:21:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:21:19.511Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:21:19.512Z||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-12-01T19:21:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:21:29.059Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:21:29.060Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:22:19.509Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:22:19.510Z||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-12-01T19:22:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:22:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:22:19.512Z||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-12-01T19:22:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:22:29.060Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:22:29.060Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:23:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:23:19.510Z||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-12-01T19:23:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:23:19.511Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:23:19.513Z||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-12-01T19:23:19.514Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:23:29.086Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:23:29.086Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:24:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:24:19.510Z||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-12-01T19:24:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:24:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:24:19.512Z||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-12-01T19:24:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:24:29.062Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:24:29.063Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:25:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:25:19.510Z||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-12-01T19:25:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:25:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:25:19.511Z||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-12-01T19:25:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:25:29.066Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:25:29.066Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:26:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:26:19.510Z||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-12-01T19:26:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:26:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:26:19.511Z||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-12-01T19:26:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:26:29.061Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:26:29.070Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:27:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:27:19.510Z||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-12-01T19:27:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:27:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:27:19.512Z||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-12-01T19:27:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:27:29.065Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:27:29.067Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:28:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:28:19.510Z||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-12-01T19:28:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:28:19.511Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:28:19.512Z||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-12-01T19:28:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:28:29.057Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:28:29.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:29:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:29:19.510Z||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-12-01T19:29:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:29:19.511Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:29:19.511Z||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-12-01T19:29:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:29:29.056Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:29:29.057Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:30:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:30:19.510Z||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-12-01T19:30:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:30:19.511Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:30:19.512Z||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-12-01T19:30:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:30:29.056Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:30:29.057Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:31:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:31:19.510Z||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-12-01T19:31:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:31:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:31:19.511Z||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-12-01T19:31:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:31:29.057Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:31:29.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:32:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:32:19.510Z||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-12-01T19:32:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:32:19.511Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:32:19.511Z||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-12-01T19:32:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:32:29.083Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:32:29.083Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:33:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:33:19.510Z||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-12-01T19:33:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:33:19.511Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:33:19.512Z||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-12-01T19:33:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:33:29.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:33:29.062Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:34:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:34:19.510Z||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-12-01T19:34:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:34:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:34:19.512Z||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-12-01T19:34:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:34:29.059Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:34:29.060Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:35:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:35:19.510Z||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-12-01T19:35:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:35:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:35:19.512Z||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-12-01T19:35:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:35:29.059Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:35:29.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:36:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:36:19.510Z||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-12-01T19:36:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:36:19.511Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:36:19.512Z||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-12-01T19:36:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:36:29.063Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:36:29.063Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:37:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:37:19.510Z||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-12-01T19:37:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:37:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:37:19.511Z||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-12-01T19:37:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:37:29.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:37:29.059Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:38:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:38:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:38:19.511Z||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-12-01T19:38:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:38:19.512Z||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-12-01T19:38:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:38:29.062Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:38:29.064Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:39:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:39:19.510Z||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-12-01T19:39:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:39:19.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:39:19.512Z||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-12-01T19:39:19.513Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:39:29.063Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:39:29.064Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:40:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:40:19.510Z||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-12-01T19:40:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:40:19.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:40:19.513Z||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-12-01T19:40:19.513Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:40:29.063Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:40:29.063Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:41:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:41:19.510Z||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-12-01T19:41:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:41:19.511Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:41:19.511Z||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-12-01T19:41:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:41:29.067Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:41:29.067Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:42:19.509Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:42:19.510Z||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-12-01T19:42:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:42:19.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:42:19.513Z||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-12-01T19:42:19.513Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:42:29.061Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:42:29.061Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:43:19.509Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:43:19.510Z||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-12-01T19:43:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:43:19.511Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:43:19.512Z||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-12-01T19:43:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:43:29.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:43:29.071Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:44:19.509Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:44:19.510Z||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-12-01T19:44:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:44:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:44:19.512Z||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-12-01T19:44:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:44:29.066Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:44:29.069Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:45:19.509Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:45:19.510Z||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-12-01T19:45:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:45:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:45:19.511Z||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-12-01T19:45:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:45:29.057Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:45:29.058Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:46:19.509Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:46:19.510Z||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-12-01T19:46:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:46:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:46:19.511Z||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-12-01T19:46:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:46:29.060Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:46:29.060Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:47:19.509Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:47:19.510Z||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-12-01T19:47:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:47:19.511Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:47:19.511Z||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-12-01T19:47:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:47:29.062Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:47:29.062Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:48:19.509Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:48:19.510Z||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-12-01T19:48:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:48:19.511Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:48:19.511Z||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-12-01T19:48:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:48:29.061Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:48:29.070Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:49:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:49:19.510Z||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-12-01T19:49:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:49:19.520Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:49:19.522Z||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-12-01T19:49:19.522Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:49:29.072Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:49:29.072Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:50:19.510Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:50:19.511Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:50:19.514Z||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-12-01T19:50:19.514Z||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-12-01T19:50:19.514Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:50:19.515Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:50:29.070Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:50:29.085Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:51:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:51:19.510Z||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-12-01T19:51:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:51:19.511Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:51:19.512Z||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-12-01T19:51:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:51:29.063Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:51:29.063Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:52:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:52:19.510Z||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-12-01T19:52:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:52:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:52:19.512Z||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-12-01T19:52:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:52:29.073Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:52:29.073Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:53:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:53:19.510Z||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-12-01T19:53:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:53:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:53:19.511Z||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-12-01T19:53:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:53:29.063Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:53:29.064Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:54:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:54:19.510Z||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-12-01T19:54:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:54:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:54:19.511Z||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-12-01T19:54:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:54:29.060Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:54:29.060Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:55:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:55:19.510Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T19:55:19.510Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:55:19.511Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:55:19.517Z||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-12-01T19:55:19.518Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:55:29.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:55:29.080Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:56:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:56:19.510Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T19:56:19.510Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:56:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:56:19.512Z||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-12-01T19:56:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:56:29.059Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:56:29.066Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:57:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:57:19.510Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T19:57:19.510Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:57:19.511Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:57:19.511Z||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-12-01T19:57:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:57:29.064Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:57:29.067Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:58:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:58:19.510Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T19:58:19.510Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:58:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:58:19.512Z||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-12-01T19:58:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:58:29.062Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:58:29.076Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:59:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:59:19.510Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T19:59:19.510Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:59:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T19:59:19.511Z||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-12-01T19:59:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T19:59:29.059Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T19:59:29.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:00:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:00:19.510Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T20:00:19.510Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:00:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:00:19.511Z||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-12-01T20:00:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:00:29.063Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:00:29.063Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:01:19.509Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:01:19.510Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-01T20:01:19.511Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:01:19.511Z||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-12-01T20:01:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:01:19.511Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:01:29.079Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:01:29.090Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:19.509Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:02:19.510Z||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-12-01T20:02:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:02:19.512Z||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-12-01T20:02:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:19.843Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:19.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924920215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "policy-id",
  "timestamp": 1669924919235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "aai-ml",
  "timestamp": 1669924929115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924920215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "policy-id",
  "timestamp": 1669924919235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "cds",
  "timestamp": 1669924929027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "aai-ml",
  "timestamp": 1669924929115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924920215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "policy-id",
  "timestamp": 1669924919235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:02:19.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "cds",
  "timestamp": 1669924929027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "aai-ml",
  "timestamp": 1669924929115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924920215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "policy-id",
  "timestamp": 1669924919235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "cds",
  "timestamp": 1669924929027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "aai-ml",
  "timestamp": 1669924929115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924932200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924920215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "policy-id",
  "timestamp": 1669924919235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "cds",
  "timestamp": 1669924929027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "aai-ml",
  "timestamp": 1669924929115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924932200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:02:19.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924920215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "policy-id",
  "timestamp": 1669924919235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "cds",
  "timestamp": 1669924929027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "aai-ml",
  "timestamp": 1669924929115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924932200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:02:19.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924920215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:02:19.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "policy-id",
  "timestamp": 1669924919235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:02:19.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "cds",
  "timestamp": 1669924929027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "aai-ml",
  "timestamp": 1669924929115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:02:19.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924932200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "cds",
  "timestamp": 1669924929027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:02:19.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924936960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:02:19.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:02:19.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "policy-id",
  "timestamp": 1669924936409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:02:19.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:02:19.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924932200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-01T20:02:19.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "aai-ml",
  "timestamp": 1669924936951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:02:19.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:02:19.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "policy-id",
  "timestamp": 1669924937423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:02:19.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:02:19.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "cds",
  "timestamp": 1669924936897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:02:19.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:02:19.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924932200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669924937244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:19.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:19.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:19.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "policy-id",
  "timestamp": 1669924938430,
  "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-12-01T20:02:20.065Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e79d35a-c5b4-4593-b23a-224833c6094d
2022-12-01T20:02:20.088Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e79d35a-c5b4-4593-b23a-224833c6094d 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-12-01T20:02:20.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:20.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "cds",
  "timestamp": 1669924937919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-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-12-01T20:02:20.130Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e79d35a-c5b4-4593-b23a-224833c6094d
2022-12-01T20:02:20.130Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e79d35a-c5b4-4593-b23a-224833c6094d 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-12-01T20:02:20.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:20.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924932200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:02:20.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:20.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:02:20.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669924937244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:20.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:02:20.142Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:20.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-01T20:02:20.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e79d35a-c5b4-4593-b23a-224833c6094d","serviceName":"vFW 2022-12-01 20-01-18","serviceVersion":"1.0","serviceUUID":"16400ab0-8f30-4af8-8742-71676be5fafa","serviceDescription":"catalog service description","serviceInvariantUUID":"3150ea3d-eaa2-4f86-b3b8-d8fbdc9904e8","resources":[{"resourceInstanceName":"vFW d5ae08d6-6465 0","resourceName":"vFW d5ae08d6-6465","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"654a7de1-e2a2-46bb-a24b-10000478a287","resourceInvariantUUID":"fc0db519-65f8-469a-828f-60f2703293d6","resourceCustomizationUUID":"a19f39f1-2087-4bf0-b3be-fc60b400bff3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vf-license-model.xml","artifactChecksum":"Y2I4Y2UxYjQwYjgyZjhhZTY2YmNlMTViNGRmNWZlOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee2ffb2c-9b6f-4d16-bb61-ad515d320ee8","artifactVersion":"1"},{"artifactName":"vfwd5ae08d664650_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json","artifactChecksum":"ZTNjZjgzZTdmMWQ0M2QzZmQyZjRlMGYxOGNiYTMwY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eba9935f-3328-4775-b6ee-685047e980f8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1432ee6d-16d9-47dd-afb9-e0ae4084067e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vendor-license-model.xml","artifactChecksum":"NTQ3YmU4ZjE2MjQ2NWMzNjc3YjUzOWZhNDFiNGRlYWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"226e0a35-e73b-48c5-9f2e-23f9b1311b78","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"45894444-c5fe-4ff3-94ca-4668a20b9795","artifactVersion":"2","generatedFromUUID":"1432ee6d-16d9-47dd-afb9-e0ae4084067e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221201200118-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-template.yml","artifactChecksum":"M2E5NWNhZGM0Mjc0ZWM2NWUxYWQ1NDdkOWE4MWY1YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab172d93-ae2e-43e8-9960-9921e0432de5","artifactVersion":"1"},{"artifactName":"service-Vfw20221201200118-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar","artifactChecksum":"ZDdkMWE4ZmI1ZmRjNTE0ODk3MGY5YjJiNTRlMGE0OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0424898f-0a2b-427c-b28c-2eb0fba583a3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-01T20:02:20.152Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:02:20.158Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:20.167Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:20.167Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924939509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:20.267Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-01T20:02:20.272Z||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-12-01T20:02:20.272Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:20.286Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:20.287Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:02:21.173Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:02:21.174Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:21.176Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:21.176Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924939509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:02:21.276Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:02:21.277Z||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-12-01T20:02:21.277Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:21.290Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:21.291Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:02:22.177Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:02:22.177Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:22.179Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:22.179Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924939509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:02:22.279Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:02:22.280Z||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-12-01T20:02:22.281Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:22.297Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:22.298Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:02:23.180Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:02:23.181Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:23.183Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:23.183Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924939509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:23.284Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:02:23.285Z||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-12-01T20:02:23.285Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:23.313Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:23.314Z||pool-6-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:02:24.186Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:02:24.187Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:24.190Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:24.191Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924939509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-01T20:02:24.291Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:02:24.292Z||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-12-01T20:02:24.292Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:24.308Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:24.309Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:02:25.191Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:02:25.192Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:25.195Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:25.195Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924939509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:02:25.295Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:02:25.296Z||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-12-01T20:02:25.296Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:25.313Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:25.314Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:02:26.196Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:02:26.197Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:26.199Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:26.199Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924939509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:02:26.299Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:02:26.300Z||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-12-01T20:02:26.300Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:26.315Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:26.316Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:02:27.202Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "serviceName": "vFW 2022-12-01 20-01-18",
  "serviceVersion": "1.0",
  "serviceUUID": "16400ab0-8f30-4af8-8742-71676be5fafa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3150ea3d-eaa2-4f86-b3b8-d8fbdc9904e8",
  "resources": [
    {
      "resourceInstanceName": "vFW d5ae08d6-6465 0",
      "resourceCustomizationUUID": "a19f39f1-2087-4bf0-b3be-fc60b400bff3",
      "resourceName": "vFW d5ae08d6-6465",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "654a7de1-e2a2-46bb-a24b-10000478a287",
      "resourceInvariantUUID": "fc0db519-65f8-469a-828f-60f2703293d6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd5ae08d664650_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
          "artifactChecksum": "ZTNjZjgzZTdmMWQ0M2QzZmQyZjRlMGYxOGNiYTMwY2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eba9935f-3328-4775-b6ee-685047e980f8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1432ee6d-16d9-47dd-afb9-e0ae4084067e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "45894444-c5fe-4ff3-94ca-4668a20b9795",
            "generatedFromUUID": "1432ee6d-16d9-47dd-afb9-e0ae4084067e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "45894444-c5fe-4ff3-94ca-4668a20b9795",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221201200118-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
      "artifactChecksum": "ZDdkMWE4ZmI1ZmRjNTE0ODk3MGY5YjJiNTRlMGE0OTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0424898f-0a2b-427c-b28c-2eb0fba583a3"
    }
  ],
  "workloadContext": "Production"
}
2022-12-01T20:02:27.204Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-01T20:02:27.205Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 16400ab0-8f30-4af8-8742-71676be5fafa ASDC
2022-12-01T20:02:27.367Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2e79d35a-c5b4-4593-b23a-224833c6094d
ServiceName:vFW 2022-12-01 20-01-18
ServiceVersion:1.0
ServiceUUID:16400ab0-8f30-4af8-8742-71676be5fafa
ServiceInvariantUUID:3150ea3d-eaa2-4f86-b3b8-d8fbdc9904e8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221201200118-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar
ArtifactUUID:0424898f-0a2b-427c-b28c-2eb0fba583a3
ArtifactChecksum:ZDdkMWE4ZmI1ZmRjNTE0ODk3MGY5YjJiNTRlMGE0OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d5ae08d6-6465 0
ResourceCustomizationUUID:a19f39f1-2087-4bf0-b3be-fc60b400bff3
ResourceInvariantUUID:fc0db519-65f8-469a-828f-60f2703293d6
ResourceName:vFW d5ae08d6-6465
ResourceType:VF
ResourceUUID:654a7de1-e2a2-46bb-a24b-10000478a287
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd5ae08d664650_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json
ArtifactUUID:eba9935f-3328-4775-b6ee-685047e980f8
ArtifactChecksum:ZTNjZjgzZTdmMWQ0M2QzZmQyZjRlMGYxOGNiYTMwY2M=
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/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml
ArtifactUUID:1432ee6d-16d9-47dd-afb9-e0ae4084067e
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/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env
ArtifactUUID:45894444-c5fe-4ff3-94ca-4668a20b9795
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/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env
ArtifactUUID:45894444-c5fe-4ff3-94ca-4668a20b9795
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-01T20:02:27.368Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16400ab0-8f30-4af8-8742-71676be5fafa 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-12-01T20:02:27.424Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:02:27.426Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:02:27.427Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:02:27.427Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0424898f-0a2b-427c-b28c-2eb0fba583a3 from URL: /sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:27.427Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:02:27.429Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:27.521Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:02:27.542Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar 0424898f-0a2b-427c-b28c-2eb0fba583a3 99037
2022-12-01T20:02:27.544Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar ASDC sendASDCNotification
2022-12-01T20:02:27.544Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:27.545Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:02:27.546Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:27.549Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:27.549Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924947542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:02:27.649Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:02:27.650Z||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-12-01T20:02:27.650Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:27.667Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:27.667Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:02:28.549Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:02:28.551Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:02:28.551Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0424898f-0a2b-427c-b28c-2eb0fba583a3, URL: /sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar to file: /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:28.552Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221201200118-csar.csar
2022-12-01T20:02:28.637Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:28.638Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:29.351Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2838409488400507608/Definitions/service-Vfw20221201200118-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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
2022-12-01T20:02:32.295Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-01T20:02:32.300Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-01T20:02:32.301Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:32.301Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-12-01T20:02:32.301Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:32.301Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:32.302Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:32.302Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d5ae08d6-6465 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-Vfw20221201200118-csar.csar
2022-12-01T20:02:32.302Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:32.302Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:32.302Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:32.303Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:32.303Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:32.303Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:32.303Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:32.303Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:32.304Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:32.304Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-01T20:02:32.310Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.312Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:32.316Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is matching search criteria
2022-12-01T20:02:32.316Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-01T20:02:32.318Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d5ae08d6-6465 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:02:32.320Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.320Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:32.320Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is matching search criteria
2022-12-01T20:02:32.320Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-01T20:02:32.321Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d5ae08d6-6465 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:02:32.321Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.321Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:32.325Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.325Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is not matching search criteria
2022-12-01T20:02:32.325Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-01T20:02:32.326Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-01T20:02:32.326Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-01T20:02:32.326Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:32.326Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T20:02:32.327Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-01T20:02:32.327Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-01T20:02:32.327Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-01T20:02:32.327Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-01T20:02:32.328Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-01T20:02:32.328Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:32.328Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-01T20:02:32.328Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:32.328Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-01T20:02:32.329Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T20:02:32.329Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-01T20:02:32.329Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.329Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T20:02:32.331Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.331Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is matching search criteria
2022-12-01T20:02:32.331Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d5ae08d6-6465 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:02:32.332Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.332Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is matching search criteria
2022-12-01T20:02:32.332Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d5ae08d6-6465 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:02:32.333Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.333Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is matching search criteria
2022-12-01T20:02:32.333Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d5ae08d6-6465 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:02:32.333Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.334Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is not matching search criteria
2022-12-01T20:02:32.334Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-01T20:02:32.334Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-01T20:02:32.334Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-01T20:02:32.334Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-01T20:02:32.335Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-01T20:02:32.335Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-01T20:02:32.335Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:32.335Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-01T20:02:32.336Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:32.336Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-01T20:02:32.336Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T20:02:32.336Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=afc69338-9634-4c13-b10a-96b1bef0fa93
2022-12-01T20:02:32.337Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.337Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is not matching search criteria
2022-12-01T20:02:32.337Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-01T20:02:32.337Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-01T20:02:32.337Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-01T20:02:32.338Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:32.338Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T20:02:32.338Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-01T20:02:32.338Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-01T20:02:32.339Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-01T20:02:32.339Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-01T20:02:32.339Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:32.339Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-01T20:02:32.339Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T20:02:32.339Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb59ffad-d799-4039-b509-aa0bc8a4cad3
2022-12-01T20:02:32.340Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.340Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is not matching search criteria
2022-12-01T20:02:32.340Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-01T20:02:32.340Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-01T20:02:32.340Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-01T20:02:32.340Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:32.341Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T20:02:32.341Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-01T20:02:32.341Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-01T20:02:32.341Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-01T20:02:32.341Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-01T20:02:32.341Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-01T20:02:32.341Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:32.341Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-01T20:02:32.342Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=be71f690-5560-4dfd-a818-f720b579b476
2022-12-01T20:02:32.342Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.342Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:32.342Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.342Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:32.342Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.343Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:32.343Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:32.343Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:32.343Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-01 20-01-18
Description:catalog service description
Model UUID:16400ab0-8f30-4af8-8742-71676be5fafa
Model Version:NULL
Model InvariantUuid:3150ea3d-eaa2-4f86-b3b8-d8fbdc9904e8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d5ae08d6-6465
Model UUID:ffcffb44-b0a0-4748-ab02-82193b39f81b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fc0db519-65f8-469a-828f-60f2703293d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a19f39f1-2087-4bf0-b3be-fc60b400bff3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:edf06db7-d8b3-4a4d-9acc-ebd9aaabbd89
ModelName:VfwD5ae08d66465..base_vfw..module-0
ModelUuid:45b2eb66-3802-43dd-b96b-a44dc85b9347
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:afc69338-9634-4c13-b10a-96b1bef0fa93
ModelInvariantUuid:69ebd614-3e74-4a56-91b1-35d5f2a34978
ModelName:vFW d5ae08d6-6465-nodes.vfwCvfc
ModelUuid:eed4b9ad-7545-4a0f-8e61-ebcba43e971b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a1cd50f9-492d-4353-a115-26e4f3f899d9
ModelInvariantUuid:ef778426-a1bb-40be-8f97-f29890ca7ec2
ModelName:VfwD5ae08d66465.compute.nodes.heat.vfw
ModelUuid:eba226aa-7277-4598-bf03-b7d759c22856
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fb59ffad-d799-4039-b509-aa0bc8a4cad3
ModelInvariantUuid:d13af775-fdd8-4467-9072-3c2e4f296059
ModelName:vFW d5ae08d6-6465-nodes.vsnCvfc
ModelUuid:a723f00a-6213-454b-98a2-8ea133dd5bbf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:39f89b56-eb78-4b4d-8ab7-92ed9d9d1e10
ModelInvariantUuid:fb6fd35a-7e66-4b2a-948a-a150f83e24fc
ModelName:VfwD5ae08d66465.compute.nodes.heat.vsn
ModelUuid:a55323be-f2df-4012-8ca1-56c6b30e0a83
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:be71f690-5560-4dfd-a818-f720b579b476
ModelInvariantUuid:95842116-f8a1-47a1-a151-dfdb322e8893
ModelName:vFW d5ae08d6-6465-nodes.vpgCvfc
ModelUuid:c93c7fa0-dc30-4d0d-929e-8ed96512f789
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4f231aa1-331a-4c56-9684-abc541fa19a7
ModelInvariantUuid:6229ccb1-ee8b-4b9d-acaf-c251ee12fb14
ModelName:VfwD5ae08d66465.compute.nodes.heat.vpg
ModelUuid:7b0cf7d0-5876-48ee-b715-e12bb6afe170
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-12-01T20:02:32.356Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 654a7de1-e2a2-46bb-a24b-10000478a287
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-12-01T20:02:32.459Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||vFW d5ae08d6-6465 0
2022-12-01T20:02:32.467Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 654a7de1-e2a2-46bb-a24b-10000478a287
2022-12-01T20:02:32.467Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eba9935f-3328-4775-b6ee-685047e980f8 from URL: /sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json
2022-12-01T20:02:32.467Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:02:32.467Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json
2022-12-01T20:02:32.527Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:02:32.527Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json eba9935f-3328-4775-b6ee-685047e980f8 785
2022-12-01T20:02:32.528Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json ASDC sendASDCNotification
2022-12-01T20:02:32.528Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json
2022-12-01T20:02:32.528Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:02:32.528Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:32.531Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:32.531Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924952528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:02:32.631Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:02:32.632Z||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-12-01T20:02:32.633Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:32.649Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:32.649Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:02:33.533Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD5ae08d66465..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "edf06db7-d8b3-4a4d-9acc-ebd9aaabbd89",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "45b2eb66-3802-43dd-b96b-a44dc85b9347",
    "vfModuleModelCustomizationUUID": "d90bc52a-4a2c-4d9c-a043-2b3a81040486",
    "isBase": true,
    "artifacts": [
      "1432ee6d-16d9-47dd-afb9-e0ae4084067e",
      "45894444-c5fe-4ff3-94ca-4668a20b9795"
    ],
    "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-12-01T20:02:33.552Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5ae08d66465..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45b2eb66-3802-43dd-b96b-a44dc85b9347
VfModuleModelInvariantUUID:edf06db7-d8b3-4a4d-9acc-ebd9aaabbd89
VfModuleModelDescription:NULL
Artifacts UUID List:{
1432ee6d-16d9-47dd-afb9-e0ae4084067e
,
45894444-c5fe-4ff3-94ca-4668a20b9795

}
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-12-01T20:02:33.557Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD5ae08d66465..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "edf06db7-d8b3-4a4d-9acc-ebd9aaabbd89",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "45b2eb66-3802-43dd-b96b-a44dc85b9347",
    "vfModuleModelCustomizationUUID": "d90bc52a-4a2c-4d9c-a043-2b3a81040486",
    "isBase": true,
    "artifacts": [
      "1432ee6d-16d9-47dd-afb9-e0ae4084067e",
      "45894444-c5fe-4ff3-94ca-4668a20b9795"
    ],
    "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-12-01T20:02:33.557Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5ae08d66465..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45b2eb66-3802-43dd-b96b-a44dc85b9347
VfModuleModelInvariantUUID:edf06db7-d8b3-4a4d-9acc-ebd9aaabbd89
VfModuleModelDescription:NULL
Artifacts UUID List:{
1432ee6d-16d9-47dd-afb9-e0ae4084067e
,
45894444-c5fe-4ff3-94ca-4668a20b9795

}
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-12-01T20:02:33.557Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1432ee6d-16d9-47dd-afb9-e0ae4084067e from URL: /sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml
2022-12-01T20:02:33.557Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:02:33.558Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml
2022-12-01T20:02:33.621Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:02:33.623Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml 1432ee6d-16d9-47dd-afb9-e0ae4084067e 20368
2022-12-01T20:02:33.623Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-01T20:02:33.623Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml
2022-12-01T20:02:33.623Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:02:33.623Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:33.625Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:33.625Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924953623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:02:33.726Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:02:33.727Z||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-12-01T20:02:33.727Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:33.751Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:33.752Z||pool-12-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:02:34.626Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 45894444-c5fe-4ff3-94ca-4668a20b9795 from URL: /sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env
2022-12-01T20:02:34.627Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:02:34.627Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env
2022-12-01T20:02:34.685Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:02:34.685Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env 45894444-c5fe-4ff3-94ca-4668a20b9795 2098
2022-12-01T20:02:34.686Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-01T20:02:34.686Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env
2022-12-01T20:02:34.686Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:02:34.686Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:34.689Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:34.689Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924954686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:02:34.789Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:02:34.790Z||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-12-01T20:02:34.790Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:34.812Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:34.813Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:02:35.690Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 16400ab0-8f30-4af8-8742-71676be5fafa
2022-12-01T20:02:35.690Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d5ae08d6-6465 0 654a7de1-e2a2-46bb-a24b-10000478a287 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-12-01T20:02:35.751Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12d7667d, org.onap.sdc.toscaparser.api.parameters.Input@5f616daa, org.onap.sdc.toscaparser.api.parameters.Input@3558e589, org.onap.sdc.toscaparser.api.parameters.Input@6f604473, org.onap.sdc.toscaparser.api.parameters.Input@462d236c]
2022-12-01T20:02:35.758Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.758Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:35.759Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-12-01T20:02:35.759Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a19f39f1-2087-4bf0-b3be-fc60b400bff3
2022-12-01T20:02:35.759Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a19f39f1-2087-4bf0-b3be-fc60b400bff3 matches Tosca VF Customization UUID: a19f39f1-2087-4bf0-b3be-fc60b400bff3
2022-12-01T20:02:35.760Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a19f39f1-2087-4bf0-b3be-fc60b400bff3  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-12-01T20:02:35.769Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.770Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:35.772Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a19f39f1-2087-4bf0-b3be-fc60b400bff3: {\"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-12-01T20:02:35.772Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@603f5801
2022-12-01T20:02:35.772Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.772Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T20:02:35.773Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d90bc52a-4a2c-4d9c-a043-2b3a81040486
2022-12-01T20:02:35.774Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d90bc52a-4a2c-4d9c-a043-2b3a81040486
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-12-01T20:02:35.782Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.782Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is matching search criteria
2022-12-01T20:02:35.782Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d5ae08d6-6465 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:02:35.783Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.783Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is matching search criteria
2022-12-01T20:02:35.784Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d5ae08d6-6465 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:02:35.784Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.784Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is not matching search criteria
2022-12-01T20:02:35.784Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-01T20:02:35.784Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-01T20:02:35.784Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-01T20:02:35.785Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-01T20:02:35.785Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-01T20:02:35.785Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-01T20:02:35.785Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:35.785Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-01T20:02:35.786Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:35.786Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-01T20:02:35.786Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T20:02:35.786Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=afc69338-9634-4c13-b10a-96b1bef0fa93
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-12-01T20:02:35.811Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.812Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is matching search criteria
2022-12-01T20:02:35.812Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d5ae08d6-6465 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:02:35.812Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.812Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is not matching search criteria
2022-12-01T20:02:35.813Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-01T20:02:35.813Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-01T20:02:35.813Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-01T20:02:35.813Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:35.813Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T20:02:35.814Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-01T20:02:35.814Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-01T20:02:35.814Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-01T20:02:35.814Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-01T20:02:35.814Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:35.815Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-01T20:02:35.815Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T20:02:35.815Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb59ffad-d799-4039-b509-aa0bc8a4cad3
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-12-01T20:02:35.818Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.818Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is matching search criteria
2022-12-01T20:02:35.818Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d5ae08d6-6465 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:02:35.820Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.821Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is not matching search criteria
2022-12-01T20:02:35.821Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-01T20:02:35.821Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-01T20:02:35.821Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-01T20:02:35.821Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:35.822Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-01T20:02:35.822Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-01T20:02:35.822Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-01T20:02:35.822Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-01T20:02:35.822Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-01T20:02:35.822Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-01T20:02:35.823Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-01T20:02:35.823Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-01T20:02:35.823Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=be71f690-5560-4dfd-a818-f720b579b476
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-12-01T20:02:35.825Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.826Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is matching search criteria
2022-12-01T20:02:35.826Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d5ae08d6-6465 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:02:35.826Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.826Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Node template vFW d5ae08d6-6465 0 is matching search criteria
2022-12-01T20:02:35.826Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d5ae08d6-6465 0] matching following query criteria: sdcType=VF, customizationUUID=a19f39f1-2087-4bf0-b3be-fc60b400bff3
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-12-01T20:02:35.828Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.828Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:35.829Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 16400ab0-8f30-4af8-8742-71676be5fafa: vFW d5ae08d6-6465
2022-12-01T20:02:35.829Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.830Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:35.830Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.830Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:35.830Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.830Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:35.831Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.831Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:35.831Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:02:35.831Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-01 20-01-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:02:35.831Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-12-01 20-01-18 
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-12-01T20:02:36.190Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d5ae08d6-6465 654a7de1-e2a2-46bb-a24b-10000478a287 1 ASDC deployResourceStructure
2022-12-01T20:02:36.191Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json ASDC sendASDCNotification
2022-12-01T20:02:36.191Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json
2022-12-01T20:02:36.191Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:02:36.192Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:36.194Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:36.194Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924956191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:02:36.294Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:02:36.295Z||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-12-01T20:02:36.295Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:36.311Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:36.312Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:02:37.195Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-01T20:02:37.196Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml
2022-12-01T20:02:37.196Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:02:37.196Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:37.198Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:37.198Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924957195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-01T20:02:37.298Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:02:37.299Z||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-12-01T20:02:37.300Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:37.316Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:37.317Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:02:38.199Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-01T20:02:38.200Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env
2022-12-01T20:02:38.200Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:02:38.200Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:38.203Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:38.203Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924958199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-01T20:02:38.303Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:02:38.304Z||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-12-01T20:02:38.304Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:38.317Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:38.317Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:02:39.204Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar ASDC sendASDCNotification
2022-12-01T20:02:39.204Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar
2022-12-01T20:02:39.205Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:02:39.205Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:02:39.207Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:02:39.207Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924959204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:02:39.308Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:02:39.309Z||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-12-01T20:02:39.310Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:02:39.326Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:02:39.327Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:02:40.208Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:02:40.221Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:02:40.223Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:02:40.224Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:02:40.224Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:03:10.224Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:03:10.238Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:03:10.241Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:03:10.241Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:03:10.242Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:03:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:03:19.512Z||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-12-01T20:03:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:03:19.541Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:03:19.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:03:19.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924940006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:03:19.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:03:40.242Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:03:40.250Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:03:40.252Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:03:40.252Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:03:40.252Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:04:10.253Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:04:10.260Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:04:10.264Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:04:10.264Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:04:10.265Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:04:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:04:19.512Z||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-12-01T20:04:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:04:19.539Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:04:19.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:04:19.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669924937244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:04:19.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:04:40.265Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:04:40.273Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:04:40.275Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:04:40.275Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:04:40.275Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:05:10.275Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:05:10.283Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:05:10.285Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:05:10.285Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:05:10.285Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:05:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:05:19.512Z||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-12-01T20:05:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:05:20.044Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:05:20.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924939509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924941094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669924937244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924939509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924942444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:05:20.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924942153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669924937244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "clamp",
  "timestamp": 1669924940728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924939509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924943454,
  "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-12-01T20:05:20.057Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e79d35a-c5b4-4593-b23a-224833c6094d
2022-12-01T20:05:20.058Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e79d35a-c5b4-4593-b23a-224833c6094d 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-12-01T20:05:20.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669924937244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924943232,
  "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-12-01T20:05:20.067Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e79d35a-c5b4-4593-b23a-224833c6094d
2022-12-01T20:05:20.067Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e79d35a-c5b4-4593-b23a-224833c6094d 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-12-01T20:05:20.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "clamp",
  "timestamp": 1669924940728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924939509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669924937244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924944236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:05:20.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "clamp",
  "timestamp": 1669924940728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924939509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "clamp",
  "timestamp": 1669924940728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924939509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "clamp",
  "timestamp": 1669924940728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924939509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "clamp",
  "timestamp": 1669924940728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924947542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.084Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "clamp",
  "timestamp": 1669924940728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "cds",
  "timestamp": 1669924944027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924950215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "cds",
  "timestamp": 1669924944027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924950215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "cds",
  "timestamp": 1669924944027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924950215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924952528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924952200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "cds",
  "timestamp": 1669924944027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924950215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924952200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924953623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.092Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "cds",
  "timestamp": 1669924944027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924950215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924952200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924954686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.095Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "cds",
  "timestamp": 1669924944027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924950215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924952200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "cds",
  "timestamp": 1669924944027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924956191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/vfwd5ae08d664650_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:05:20.098Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "aai-ml",
  "timestamp": 1669924956528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:05:20.099Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924950215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924952200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "cds",
  "timestamp": 1669924956312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924957195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-01T20:05:20.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "aai-ml",
  "timestamp": 1669924957534,
  "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-12-01T20:05:20.105Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e79d35a-c5b4-4593-b23a-224833c6094d
2022-12-01T20:05:20.105Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e79d35a-c5b4-4593-b23a-224833c6094d 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-12-01T20:05:20.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924957954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924952200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "clamp",
  "timestamp": 1669924957189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669924957244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "cds",
  "timestamp": 1669924957318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-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-12-01T20:05:20.122Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 893cb920-d6f7-4daf-b2a1-8a04d03c88e7
2022-12-01T20:05:20.122Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 893cb920-d6f7-4daf-b2a1-8a04d03c88e7 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-12-01T20:05:20.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924958199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/resourceInstances/vfwd5ae08d664650/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-01T20:05:20.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924952200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "clamp",
  "timestamp": 1669924958261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:05:20.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669924957244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669924959204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221201200118/1.0/artifacts/service-Vfw20221201200118-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:05:20.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "aai-ml",
  "timestamp": 1669924959115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924959921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924960270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:05:20.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "clamp",
  "timestamp": 1669924959266,
  "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-12-01T20:05:20.138Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e79d35a-c5b4-4593-b23a-224833c6094d
2022-12-01T20:05:20.138Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e79d35a-c5b4-4593-b23a-224833c6094d 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-12-01T20:05:20.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669924957244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "policy-id",
  "timestamp": 1669924959235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "aai-ml",
  "timestamp": 1669924959115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669924961274,
  "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-12-01T20:05:20.174Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 893cb920-d6f7-4daf-b2a1-8a04d03c88e7
2022-12-01T20:05:20.174Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 893cb920-d6f7-4daf-b2a1-8a04d03c88e7 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-12-01T20:05:20.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924961022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669924957244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "policy-id",
  "timestamp": 1669924959235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "aai-ml",
  "timestamp": 1669924959115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924962071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.184Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669924957244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "policy-id",
  "timestamp": 1669924959235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "aai-ml",
  "timestamp": 1669924959115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924963092,
  "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-12-01T20:05:20.189Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 893cb920-d6f7-4daf-b2a1-8a04d03c88e7
2022-12-01T20:05:20.189Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 893cb920-d6f7-4daf-b2a1-8a04d03c88e7 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-12-01T20:05:20.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669924957244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "policy-id",
  "timestamp": 1669924959235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "aai-ml",
  "timestamp": 1669924959115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669924964095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:05:20.199Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669924957244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "policy-id",
  "timestamp": 1669924959235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "aai-ml",
  "timestamp": 1669924959115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "policy-id",
  "timestamp": 1669924959235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "aai-ml",
  "timestamp": 1669924959115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "policy-id",
  "timestamp": 1669924959235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "aai-ml",
  "timestamp": 1669924966858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "policy-id",
  "timestamp": 1669924967059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "policy-id",
  "timestamp": 1669924968065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:05:20.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "policy-id",
  "timestamp": 1669924969069,
  "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-12-01T20:05:20.209Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 893cb920-d6f7-4daf-b2a1-8a04d03c88e7
2022-12-01T20:05:20.209Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 893cb920-d6f7-4daf-b2a1-8a04d03c88e7 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-12-01T20:05:20.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "clamp",
  "timestamp": 1669924970728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "clamp",
  "timestamp": 1669924970728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "clamp",
  "timestamp": 1669924970728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "clamp",
  "timestamp": 1669924970728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "aai-ml",
  "timestamp": 1669924975766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:05:20.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "clamp",
  "timestamp": 1669924970728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "aai-ml",
  "timestamp": 1669924976771,
  "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-12-01T20:05:20.224Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 893cb920-d6f7-4daf-b2a1-8a04d03c88e7
2022-12-01T20:05:20.224Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 893cb920-d6f7-4daf-b2a1-8a04d03c88e7 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-12-01T20:05:20.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "clamp",
  "timestamp": 1669924970728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:05:20.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "clamp",
  "timestamp": 1669924970728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:05:20.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:05:20.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "clamp",
  "timestamp": 1669924987184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:05:20.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "clamp",
  "timestamp": 1669924988208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:05:20.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:05:20.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:05:20.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "clamp",
  "timestamp": 1669924989211,
  "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-12-01T20:05:20.238Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 893cb920-d6f7-4daf-b2a1-8a04d03c88e7
2022-12-01T20:05:20.238Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 893cb920-d6f7-4daf-b2a1-8a04d03c88e7 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-12-01T20:05:40.285Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:05:40.294Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:05:40.296Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:05:40.296Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T20:05:40.297Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-01T20:05:40.297Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-01T20:05:40.297Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:05:40.297Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:05:40.297Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:05:40.297Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:05:40.297Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:05:40.297Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:05:40.297Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-01T20:05:40.301Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-01T20:06:10.301Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e79d35a-c5b4-4593-b23a-224833c6094d 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-12-01T20:06:10.311Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e79d35a-c5b4-4593-b23a-224833c6094d and serviceModelVersionId: 16400ab0-8f30-4af8-8742-71676be5fafa
2022-12-01T20:06:10.311Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3150ea3d-eaa2-4f86-b3b8-d8fbdc9904e8
2022-12-01T20:06:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:06:19.512Z||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-12-01T20:06:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:24.918Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3150ea3d-eaa2-4f86-b3b8-d8fbdc9904e8/model-vers/model-ver/16400ab0-8f30-4af8-8742-71676be5fafa?depth=0
2022-12-01T20:06:25.033Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-01T20:06:25.558Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3150ea3d-eaa2-4f86-b3b8-d8fbdc9904e8/model-vers/model-ver/16400ab0-8f30-4af8-8742-71676be5fafa?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-12-01T20:06:25.564Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3150ea3d-eaa2-4f86-b3b8-d8fbdc9904e8/model-vers/model-ver/16400ab0-8f30-4af8-8742-71676be5fafa?depth=0|INFO|500||Invoke
2022-12-01T20:06:25.685Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3150ea3d-eaa2-4f86-b3b8-d8fbdc9904e8/model-vers/model-ver/16400ab0-8f30-4af8-8742-71676be5fafa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-01T20:06:25.947Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3150ea3d-eaa2-4f86-b3b8-d8fbdc9904e8/model-vers/model-ver/16400ab0-8f30-4af8-8742-71676be5fafa?depth=0|INFO|500||InvokeReturn
2022-12-01T20:06:25.948Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3150ea3d-eaa2-4f86-b3b8-d8fbdc9904e8/model-vers/model-ver/16400ab0-8f30-4af8-8742-71676be5fafa?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 20:06:25 GMT], content-length=[0], vertex-id=[204896], x-aai-txid=[1-aai-resources-221201-20:06:25:697-1716], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-01T20:06:25.949Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T20:06:25.953Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-01T20:06:25.953Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-01T20:06:25.969Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-01T20:06:25.970Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e79d35a-c5b4-4593-b23a-224833c6094d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-01T20:06:25.972Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-01T20:06:25.972Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:25.974Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:25.974Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925185971,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:06:26.074Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:06:26.075Z||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-12-01T20:06:26.076Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:26.099Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:26.101Z||pool-18-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:06:26.763Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:26.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:06:26.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e79d35a-c5b4-4593-b23a-224833c6094d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925185971,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:06:26.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-01T20:06:26.987Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:06:26.989Z|2e79d35a-c5b4-4593-b23a-224833c6094d|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-12-01T20:06:26.989Z|2e79d35a-c5b4-4593-b23a-224833c6094d|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:31.453Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:31.454Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-01T20:06:31.454Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"893cb920-d6f7-4daf-b2a1-8a04d03c88e7","serviceName":"basic_onboard_GMoPeK","serviceVersion":"1.0","serviceUUID":"80db9634-faed-43d1-b0d3-5ecde71bf56f","serviceDescription":"service","serviceInvariantUUID":"a91bbf69-9af8-4384-8f3f-6d82830cc0b2","resources":[{"resourceInstanceName":"basic_onboard_GMoPeK 0","resourceName":"basic_onboard_GMoPeK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"636306e4-5776-4828-b790-04c3cc52055a","resourceInvariantUUID":"0e1b526e-73f0-4162-9a99-28797ed3a42c","resourceCustomizationUUID":"8b6c2023-9c2a-4e9c-b123-af7d3e9b247d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vf-license-model.xml","artifactChecksum":"Nzc1M2E4ZmI4Yjg2ODQwYjA3MTI4NDM2ZTQ2ZGUxYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f54a6236-b0da-47e6-b2b0-e2a93957d5d5","artifactVersion":"1"},{"artifactName":"basic_onboard_gmopek0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json","artifactChecksum":"YzlhMjkwNDY0NThiMjI5ZWNjZDIzNTIxNDk5ZmYzOGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fefc792c-94b2-42fc-ab70-154c67853d7d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"60e2bd9e-7f7f-420b-8c3a-b19346175404","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb0fe870-3ada-4a7b-87f0-34d928477c6b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f6d11501-3fdb-4fee-9edd-41f838db8e13","artifactVersion":"2","generatedFromUUID":"60e2bd9e-7f7f-420b-8c3a-b19346175404"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGmopek-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-template.yml","artifactChecksum":"OGRlNTU2MTI2ZjA0YjhiNDRlZDk3YjMyNzBmMGIxZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d46b4eb7-42bd-4f22-9b4a-96f2a5f7bcfe","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGmopek-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar","artifactChecksum":"YzgzMTRkZTgxMGYwMDBkNjJiOGVjZTk0MGYyZDRiMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"00d4f291-16f2-4f1a-9ed3-e32544052f61","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-01T20:06:31.456Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:06:31.457Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:31.458Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:31.458Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925186987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:06:31.559Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:06:31.559Z||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-12-01T20:06:31.559Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:31.575Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:31.576Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:06:32.459Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:06:32.461Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:32.463Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:32.463Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925186987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:06:32.564Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:06:32.565Z||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-12-01T20:06:32.565Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:32.580Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:32.581Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:06:33.464Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:06:33.465Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:33.467Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:33.467Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925186987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:06:33.567Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:06:33.568Z||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-12-01T20:06:33.569Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:33.584Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:33.585Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:06:34.468Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:06:34.469Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:34.471Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:34.471Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925186987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:06:34.572Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-01T20:06:34.573Z||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-12-01T20:06:34.573Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:34.590Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:34.590Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:06:35.472Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:06:35.473Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:35.475Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:35.475Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925186987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-01T20:06:35.576Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:06:35.577Z||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-12-01T20:06:35.577Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:35.592Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:35.593Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:06:36.476Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:06:36.477Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:36.480Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:36.481Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925186987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:06:36.581Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:06:36.581Z||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-12-01T20:06:36.582Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:36.596Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:36.597Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:06:37.481Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:06:37.482Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:37.484Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:37.484Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925186987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:06:37.584Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:06:37.585Z||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-12-01T20:06:37.585Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:37.602Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:37.603Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:06:38.485Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "serviceName": "basic_onboard_GMoPeK",
  "serviceVersion": "1.0",
  "serviceUUID": "80db9634-faed-43d1-b0d3-5ecde71bf56f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a91bbf69-9af8-4384-8f3f-6d82830cc0b2",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_GMoPeK 0",
      "resourceCustomizationUUID": "8b6c2023-9c2a-4e9c-b123-af7d3e9b247d",
      "resourceName": "basic_onboard_GMoPeK",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "636306e4-5776-4828-b790-04c3cc52055a",
      "resourceInvariantUUID": "0e1b526e-73f0-4162-9a99-28797ed3a42c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gmopek0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
          "artifactChecksum": "YzlhMjkwNDY0NThiMjI5ZWNjZDIzNTIxNDk5ZmYzOGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fefc792c-94b2-42fc-ab70-154c67853d7d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "60e2bd9e-7f7f-420b-8c3a-b19346175404",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f6d11501-3fdb-4fee-9edd-41f838db8e13",
            "generatedFromUUID": "60e2bd9e-7f7f-420b-8c3a-b19346175404"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f6d11501-3fdb-4fee-9edd-41f838db8e13",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGmopek-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
      "artifactChecksum": "YzgzMTRkZTgxMGYwMDBkNjJiOGVjZTk0MGYyZDRiMWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "00d4f291-16f2-4f1a-9ed3-e32544052f61"
    }
  ],
  "workloadContext": "Production"
}
2022-12-01T20:06:38.486Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-01T20:06:38.486Z|2e79d35a-c5b4-4593-b23a-224833c6094d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 80db9634-faed-43d1-b0d3-5ecde71bf56f ASDC
2022-12-01T20:06:38.486Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:893cb920-d6f7-4daf-b2a1-8a04d03c88e7
ServiceName:basic_onboard_GMoPeK
ServiceVersion:1.0
ServiceUUID:80db9634-faed-43d1-b0d3-5ecde71bf56f
ServiceInvariantUUID:a91bbf69-9af8-4384-8f3f-6d82830cc0b2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGmopek-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar
ArtifactUUID:00d4f291-16f2-4f1a-9ed3-e32544052f61
ArtifactChecksum:YzgzMTRkZTgxMGYwMDBkNjJiOGVjZTk0MGYyZDRiMWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GMoPeK 0
ResourceCustomizationUUID:8b6c2023-9c2a-4e9c-b123-af7d3e9b247d
ResourceInvariantUUID:0e1b526e-73f0-4162-9a99-28797ed3a42c
ResourceName:basic_onboard_GMoPeK
ResourceType:VF
ResourceUUID:636306e4-5776-4828-b790-04c3cc52055a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gmopek0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json
ArtifactUUID:fefc792c-94b2-42fc-ab70-154c67853d7d
ArtifactChecksum:YzlhMjkwNDY0NThiMjI5ZWNjZDIzNTIxNDk5ZmYzOGM=
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/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml
ArtifactUUID:60e2bd9e-7f7f-420b-8c3a-b19346175404
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/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env
ArtifactUUID:f6d11501-3fdb-4fee-9edd-41f838db8e13
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/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env
ArtifactUUID:f6d11501-3fdb-4fee-9edd-41f838db8e13
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-01T20:06:38.487Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 80db9634-faed-43d1-b0d3-5ecde71bf56f 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-12-01T20:06:38.519Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:06:38.520Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:06:38.520Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:06:38.521Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 00d4f291-16f2-4f1a-9ed3-e32544052f61 from URL: /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:38.521Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:06:38.521Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:38.673Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:06:38.677Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar 00d4f291-16f2-4f1a-9ed3-e32544052f61 71582
2022-12-01T20:06:38.677Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar ASDC sendASDCNotification
2022-12-01T20:06:38.677Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:38.677Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:06:38.678Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:38.680Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:38.680Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925198677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:06:38.780Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:06:38.781Z||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-12-01T20:06:38.781Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:38.795Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:38.795Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:06:39.681Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:06:39.681Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:06:39.681Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 00d4f291-16f2-4f1a-9ed3-e32544052f61, URL: /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar to file: /app/ASDC/1/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:39.682Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:39.682Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:39.682Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:39.893Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16113365393910065718/Definitions/service-BasicOnboardGmopek-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-12-01T20:06:41.052Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-01T20:06:41.052Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-01T20:06:41.052Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:41.052Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-12-01T20:06:41.053Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:41.053Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:41.053Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:41.053Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:41.053Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:41.053Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GMoPeK 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-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:41.053Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:41.053Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:41.053Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:41.053Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-01T20:06:41.053Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:41.054Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:41.054Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GMoPeK 0 is matching search criteria
2022-12-01T20:06:41.054Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-01T20:06:41.054Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GMoPeK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:06:41.054Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:41.054Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:41.055Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GMoPeK 0 is matching search criteria
2022-12-01T20:06:41.055Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-01T20:06:41.055Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GMoPeK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:06:41.055Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:41.055Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:41.055Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:41.055Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GMoPeK 0 is not matching search criteria
2022-12-01T20:06:41.055Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-01T20:06:41.056Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-01T20:06:41.056Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-01T20:06:41.056Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-01T20:06:41.056Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-01T20:06:41.056Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:41.056Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T20:06:41.056Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:41.057Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GMoPeK 0 is matching search criteria
2022-12-01T20:06:41.057Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GMoPeK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:06:41.057Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:41.057Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GMoPeK 0 is matching search criteria
2022-12-01T20:06:41.057Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GMoPeK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:06:41.057Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:41.057Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GMoPeK 0 is matching search criteria
2022-12-01T20:06:41.058Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GMoPeK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:06:41.058Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:41.058Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GMoPeK 0 is not matching search criteria
2022-12-01T20:06:41.058Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-01T20:06:41.058Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-01T20:06:41.058Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c7fceec6-fff7-4a86-a9a1-e3728b004b3b
2022-12-01T20:06:41.058Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:41.059Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:41.059Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:41.059Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:41.059Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:41.059Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:41.059Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:41.059Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:41.060Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_GMoPeK
Description:service
Model UUID:80db9634-faed-43d1-b0d3-5ecde71bf56f
Model Version:NULL
Model InvariantUuid:a91bbf69-9af8-4384-8f3f-6d82830cc0b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_GMoPeK
Model UUID:b299bd9f-0467-41da-bbcb-a83992f29ace
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0e1b526e-73f0-4162-9a99-28797ed3a42c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8b6c2023-9c2a-4e9c-b123-af7d3e9b247d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:04f44619-5156-4a72-96f4-17a60660f09f
ModelName:BasicOnboardGmopek..base_ubuntu18..module-0
ModelUuid:46df3fe5-9ae8-4b94-a491-63f7b4587e7d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7fceec6-fff7-4a86-a9a1-e3728b004b3b
ModelInvariantUuid:c82b713d-801f-4c6f-98e8-0ea53fb06058
ModelName:basic_onboard_GMoPeK-nodes.ubuntu18Cvfc
ModelUuid:854065b9-ac93-441e-93e2-8fb405117213
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7ec9c157-f647-43fb-b883-c24386484d5c
ModelInvariantUuid:56d63291-8e42-458e-bf9d-ce1566f6f2d3
ModelName:BasicOnboardGmopek.compute.nodes.heat.ubuntu18
ModelUuid:64c73f5c-61c5-4597-b6bd-3d1227e25c9b
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-12-01T20:06:41.067Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 636306e4-5776-4828-b790-04c3cc52055a
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-12-01T20:06:41.069Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||basic_onboard_GMoPeK 0
2022-12-01T20:06:41.069Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 636306e4-5776-4828-b790-04c3cc52055a
2022-12-01T20:06:41.070Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fefc792c-94b2-42fc-ab70-154c67853d7d from URL: /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json
2022-12-01T20:06:41.070Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:06:41.070Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json
2022-12-01T20:06:41.123Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:06:41.123Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json fefc792c-94b2-42fc-ab70-154c67853d7d 798
2022-12-01T20:06:41.123Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json ASDC sendASDCNotification
2022-12-01T20:06:41.124Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json
2022-12-01T20:06:41.124Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:06:41.124Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:41.126Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:41.126Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925201123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:06:41.226Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:06:41.227Z||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-12-01T20:06:41.227Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:41.241Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:41.243Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:06:42.128Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGmopek..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "04f44619-5156-4a72-96f4-17a60660f09f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "46df3fe5-9ae8-4b94-a491-63f7b4587e7d",
    "vfModuleModelCustomizationUUID": "47fe9ae3-0c53-4550-8778-6180c5c53438",
    "isBase": true,
    "artifacts": [
      "60e2bd9e-7f7f-420b-8c3a-b19346175404",
      "f6d11501-3fdb-4fee-9edd-41f838db8e13"
    ],
    "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-12-01T20:06:42.135Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGmopek..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:46df3fe5-9ae8-4b94-a491-63f7b4587e7d
VfModuleModelInvariantUUID:04f44619-5156-4a72-96f4-17a60660f09f
VfModuleModelDescription:NULL
Artifacts UUID List:{
60e2bd9e-7f7f-420b-8c3a-b19346175404
,
f6d11501-3fdb-4fee-9edd-41f838db8e13

}
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-12-01T20:06:42.138Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGmopek..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "04f44619-5156-4a72-96f4-17a60660f09f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "46df3fe5-9ae8-4b94-a491-63f7b4587e7d",
    "vfModuleModelCustomizationUUID": "47fe9ae3-0c53-4550-8778-6180c5c53438",
    "isBase": true,
    "artifacts": [
      "60e2bd9e-7f7f-420b-8c3a-b19346175404",
      "f6d11501-3fdb-4fee-9edd-41f838db8e13"
    ],
    "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-12-01T20:06:42.139Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGmopek..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:46df3fe5-9ae8-4b94-a491-63f7b4587e7d
VfModuleModelInvariantUUID:04f44619-5156-4a72-96f4-17a60660f09f
VfModuleModelDescription:NULL
Artifacts UUID List:{
60e2bd9e-7f7f-420b-8c3a-b19346175404
,
f6d11501-3fdb-4fee-9edd-41f838db8e13

}
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-12-01T20:06:42.139Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 60e2bd9e-7f7f-420b-8c3a-b19346175404 from URL: /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml
2022-12-01T20:06:42.140Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:06:42.140Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml
2022-12-01T20:06:42.198Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:06:42.198Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml 60e2bd9e-7f7f-420b-8c3a-b19346175404 5033
2022-12-01T20:06:42.199Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-01T20:06:42.199Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml
2022-12-01T20:06:42.200Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:06:42.200Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:42.202Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:42.202Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925202199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:06:42.302Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:06:42.304Z||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-12-01T20:06:42.304Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:42.319Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:42.319Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:06:43.203Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f6d11501-3fdb-4fee-9edd-41f838db8e13 from URL: /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env
2022-12-01T20:06:43.204Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:06:43.204Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env
2022-12-01T20:06:43.269Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:06:43.270Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env f6d11501-3fdb-4fee-9edd-41f838db8e13 909
2022-12-01T20:06:43.270Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-01T20:06:43.270Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env
2022-12-01T20:06:43.270Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:06:43.271Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:43.281Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:43.281Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925203270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:06:43.373Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-01T20:06:43.374Z||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-12-01T20:06:43.374Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:43.387Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:43.387Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:06:44.283Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 80db9634-faed-43d1-b0d3-5ecde71bf56f
2022-12-01T20:06:44.283Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GMoPeK 0 636306e4-5776-4828-b790-04c3cc52055a 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-12-01T20:06:44.296Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1919ff28, org.onap.sdc.toscaparser.api.parameters.Input@3205ef9b, org.onap.sdc.toscaparser.api.parameters.Input@78766786, org.onap.sdc.toscaparser.api.parameters.Input@4d41c461, org.onap.sdc.toscaparser.api.parameters.Input@1bf7825e]
2022-12-01T20:06:44.297Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:44.297Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:44.298Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-12-01T20:06:44.298Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8b6c2023-9c2a-4e9c-b123-af7d3e9b247d
2022-12-01T20:06:44.298Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8b6c2023-9c2a-4e9c-b123-af7d3e9b247d matches Tosca VF Customization UUID: 8b6c2023-9c2a-4e9c-b123-af7d3e9b247d
2022-12-01T20:06:44.298Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8b6c2023-9c2a-4e9c-b123-af7d3e9b247d  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-12-01T20:06:44.300Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:44.301Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:44.301Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8b6c2023-9c2a-4e9c-b123-af7d3e9b247d: {\"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-12-01T20:06:44.302Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@eb36590
2022-12-01T20:06:44.302Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:44.302Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T20:06:44.303Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47fe9ae3-0c53-4550-8778-6180c5c53438
2022-12-01T20:06:44.303Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47fe9ae3-0c53-4550-8778-6180c5c53438
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-12-01T20:06:44.305Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:44.306Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GMoPeK 0 is matching search criteria
2022-12-01T20:06:44.306Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GMoPeK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:06:44.307Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:44.307Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GMoPeK 0 is matching search criteria
2022-12-01T20:06:44.307Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GMoPeK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:06:44.308Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:44.308Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GMoPeK 0 is not matching search criteria
2022-12-01T20:06:44.308Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-01T20:06:44.308Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-01T20:06:44.309Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c7fceec6-fff7-4a86-a9a1-e3728b004b3b
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-12-01T20:06:44.312Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:44.312Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GMoPeK 0 is matching search criteria
2022-12-01T20:06:44.312Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GMoPeK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:06:44.313Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:44.313Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GMoPeK 0 is matching search criteria
2022-12-01T20:06:44.313Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GMoPeK 0] matching following query criteria: sdcType=VF, customizationUUID=8b6c2023-9c2a-4e9c-b123-af7d3e9b247d
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-12-01T20:06:44.315Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:44.316Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:44.316Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 80db9634-faed-43d1-b0d3-5ecde71bf56f: basic_onboard_GMoPeK
2022-12-01T20:06:44.316Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:44.317Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:44.317Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:44.317Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:44.317Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:44.318Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:44.318Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:44.318Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:44.318Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:06:44.319Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GMoPeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:06:44.319Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_GMoPeK 
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-12-01T20:06:44.407Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GMoPeK 636306e4-5776-4828-b790-04c3cc52055a 1 ASDC deployResourceStructure
2022-12-01T20:06:44.408Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json ASDC sendASDCNotification
2022-12-01T20:06:44.408Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json
2022-12-01T20:06:44.408Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:06:44.409Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:44.411Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:44.411Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925204408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:06:44.511Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:06:44.512Z||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-12-01T20:06:44.513Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:44.528Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:44.529Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:06:45.412Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-01T20:06:45.413Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml
2022-12-01T20:06:45.414Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:06:45.414Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:45.417Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:45.417Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925205412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-01T20:06:45.518Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:06:45.519Z||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-12-01T20:06:45.520Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:45.535Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:45.536Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:06:46.418Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-01T20:06:46.419Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env
2022-12-01T20:06:46.419Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:06:46.420Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:46.421Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:46.422Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925206418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-01T20:06:46.522Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:06:46.523Z||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-12-01T20:06:46.523Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:46.542Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:46.542Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:06:47.422Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar ASDC sendASDCNotification
2022-12-01T20:06:47.423Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar
2022-12-01T20:06:47.423Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:06:47.424Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:06:47.426Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:06:47.426Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925207422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:06:47.526Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:06:47.527Z||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-12-01T20:06:47.527Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:06:47.543Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:06:47.543Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:06:48.427Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 893cb920-d6f7-4daf-b2a1-8a04d03c88e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:06:48.435Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 893cb920-d6f7-4daf-b2a1-8a04d03c88e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:06:48.438Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:06:48.439Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T20:06:48.439Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-01T20:06:48.439Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-01T20:06:48.439Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:06:48.439Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:06:48.439Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:06:48.440Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:06:48.440Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:06:48.440Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:06:48.440Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-01T20:06:48.448Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-01T20:07:18.448Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 893cb920-d6f7-4daf-b2a1-8a04d03c88e7 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-12-01T20:07:18.456Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 893cb920-d6f7-4daf-b2a1-8a04d03c88e7 and serviceModelVersionId: 80db9634-faed-43d1-b0d3-5ecde71bf56f
2022-12-01T20:07:18.456Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a91bbf69-9af8-4384-8f3f-6d82830cc0b2
2022-12-01T20:07:18.457Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a91bbf69-9af8-4384-8f3f-6d82830cc0b2/model-vers/model-ver/80db9634-faed-43d1-b0d3-5ecde71bf56f?depth=0
2022-12-01T20:07:18.463Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-01T20:07:18.511Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a91bbf69-9af8-4384-8f3f-6d82830cc0b2/model-vers/model-ver/80db9634-faed-43d1-b0d3-5ecde71bf56f?depth=0|INFO|500||Invoke
2022-12-01T20:07:18.512Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a91bbf69-9af8-4384-8f3f-6d82830cc0b2/model-vers/model-ver/80db9634-faed-43d1-b0d3-5ecde71bf56f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a91bbf69-9af8-4384-8f3f-6d82830cc0b2/model-vers/model-ver/80db9634-faed-43d1-b0d3-5ecde71bf56f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[893cb920-d6f7-4daf-b2a1-8a04d03c88e7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ab4ab1a-343e-486a-ac3c-0ce3cb941602], X-ECOMP-RequestID=[893cb920-d6f7-4daf-b2a1-8a04d03c88e7], X-TransactionId=[], X-ONAP-RequestID=[893cb920-d6f7-4daf-b2a1-8a04d03c88e7], Content-Type=[application/merge-patch+json]}
2022-12-01T20:07:18.541Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a91bbf69-9af8-4384-8f3f-6d82830cc0b2/model-vers/model-ver/80db9634-faed-43d1-b0d3-5ecde71bf56f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-01T20:07:18.648Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a91bbf69-9af8-4384-8f3f-6d82830cc0b2/model-vers/model-ver/80db9634-faed-43d1-b0d3-5ecde71bf56f?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/a91bbf69-9af8-4384-8f3f-6d82830cc0b2/model-vers/model-ver/80db9634-faed-43d1-b0d3-5ecde71bf56f?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 20:07:18 GMT], content-length=[0], vertex-id=[188600], x-aai-txid=[1-aai-resources-221201-20:07:18:548-68319], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-01T20:07:18.649Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a91bbf69-9af8-4384-8f3f-6d82830cc0b2/model-vers/model-ver/80db9634-faed-43d1-b0d3-5ecde71bf56f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-01T20:07:18.649Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a91bbf69-9af8-4384-8f3f-6d82830cc0b2/model-vers/model-ver/80db9634-faed-43d1-b0d3-5ecde71bf56f?depth=0|INFO|500||InvokeReturn
2022-12-01T20:07:18.650Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-01T20:07:18.650Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-01T20:07:18.654Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-01T20:07:18.654Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 893cb920-d6f7-4daf-b2a1-8a04d03c88e7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-01T20:07:18.654Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-01T20:07:18.655Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:07:18.656Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:07:18.656Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925238654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:07:18.757Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:07:18.758Z||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-12-01T20:07:18.758Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:07:18.776Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:07:18.777Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:07:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:07:19.512Z||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-12-01T20:07:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:07:19.665Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:07:19.666Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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-12-01T20:07:19.666Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:07:20.143Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:07:20.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925186987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:07:20.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:07:20.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925186987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:07:20.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:07:20.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925186987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:07:20.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:07:20.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925186987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:07:20.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:07:20.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925186987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-01T20:07:20.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:07:20.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925186987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:07:20.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:07:20.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925186987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:07:20.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:07:20.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925198677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:07:20.148Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:07:20.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925201123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:07:20.149Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:07:20.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925202199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:07:20.149Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:07:20.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925203270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:07:20.149Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:07:20.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925204408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/basic_onboard_gmopek0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:07:20.149Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:07:20.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925205412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-01T20:07:20.150Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:07:20.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925206418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/resourceInstances/basic_onboard_gmopek0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-01T20:07:20.150Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:07:20.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925207422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmopek/1.0/artifacts/service-BasicOnboardGmopek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:07:20.150Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:07:20.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:07:20.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "893cb920-d6f7-4daf-b2a1-8a04d03c88e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925238654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:07:20.150Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:07:29.235Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:07:29.236Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:07:29.236Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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-12-01T20:07:29.236Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:07:38.777Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:07:38.778Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:07:38.778Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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-12-01T20:07:38.779Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:07:48.318Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:07:48.318Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:07:48.319Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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-12-01T20:07:48.319Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:07:57.865Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:08:19.509Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:08:19.510Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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-12-01T20:08:19.510Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:08:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:08:19.511Z||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-12-01T20:08:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:08:29.063Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:08:29.063Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:09:19.509Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:09:19.509Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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-12-01T20:09:19.509Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:09:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:09:19.511Z||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-12-01T20:09:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:09:29.054Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:09:29.064Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:10:19.509Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:10:19.510Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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-12-01T20:10:19.510Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:10:19.511Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:10:19.512Z||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-12-01T20:10:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:10:29.055Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:10:29.056Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:11:19.509Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:11:19.509Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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-12-01T20:11:19.510Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:11:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:11:19.511Z||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-12-01T20:11:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:11:29.069Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:11:29.074Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:12:19.509Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:12:19.510Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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-12-01T20:12:19.510Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:12:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:12:19.511Z||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-12-01T20:12:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:12:29.063Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:12:29.067Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:13:19.509Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:13:19.510Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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-12-01T20:13:19.510Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:13:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:13:19.511Z||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-12-01T20:13:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:13:29.059Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:13:29.059Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:14:19.509Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:14:19.511Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:14:19.511Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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-12-01T20:14:19.511Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:14:19.512Z||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-12-01T20:14:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:14:29.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:14:29.060Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:15:19.509Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:15:19.510Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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-12-01T20:15:19.510Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:15:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:15:19.511Z||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-12-01T20:15:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:15:29.059Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:15:29.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:16:19.509Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:16:19.510Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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-12-01T20:16:19.510Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:16:19.511Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:16:19.511Z||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-12-01T20:16:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:16:29.082Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:16:29.085Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:17:19.509Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:17:19.509Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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-12-01T20:17:19.510Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:17:19.511Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:17:19.512Z||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-12-01T20:17:19.513Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:17:20.153Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:17:20.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "aai-ml",
  "timestamp": 1669925829115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:17:20.155Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:17:20.156Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.156Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ad6d5d1-98dc-4ae3-a5de-78622af52c2b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b3174a45-43db-4749-a363-5472750e97c8","serviceDescription":"service","serviceInvariantUUID":"a62fa9a8-4df5-437f-a9d6-2d4a6fc56e6b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9501c13f-e881-4d89-aebc-cbd1cde27fa3","resourceInvariantUUID":"c2d1e896-b443-4258-af4e-d6e47699c514","resourceCustomizationUUID":"cdf3e401-9070-45df-a8ec-03617a05a777","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":"MDUzMGZmY2U1ODQ3MWFkNjRjMjhhYWMzZThlMDY0MDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1bd66ce7-cd22-497d-a6e8-a56a56e7fb0f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWQwNGQxZWFlMGYwMGI4ZWJjOThjN2M3ODcyNWVhNjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39ee6c82-b3c4-4ed7-a46b-359118f14f6c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-01T20:17:20.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:17:20.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "cds",
  "timestamp": 1669925829028,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:17:20.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:17:20.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "aai-ml",
  "timestamp": 1669925829115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:17:20.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:17:20.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "cds",
  "timestamp": 1669925829028,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:17:20.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:17:20.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "aai-ml",
  "timestamp": 1669925832391,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:17:20.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:17:20.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "cds",
  "timestamp": 1669925831776,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:17:20.160Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:17:20.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925832200,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:17:20.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:17:20.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "cds",
  "timestamp": 1669925832790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-12-01T20:17:20.162Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:17:20.163Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-01T20:17:20.167Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:17:20.167Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-01T20:17:20.194Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
2022-12-01T20:17:20.195Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b 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-12-01T20:17:20.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925832200,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:17:20.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:17:20.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "aai-ml",
  "timestamp": 1669925837181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:17:20.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:17:20.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "aai-ml",
  "timestamp": 1669925838187,
  "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-12-01T20:17:20.207Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
2022-12-01T20:17:20.207Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b 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-12-01T20:17:20.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925837245,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:17:20.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:17:20.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925837245,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:17:20.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:17:20.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-01T20:17:20.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "policy-id",
  "timestamp": 1669925839235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:17:20.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:17:20.267Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:17:20.268Z||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-12-01T20:17:20.268Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:17:20.282Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:17:20.282Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:17:21.168Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:17:21.169Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:17:21.171Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:17:21.171Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:17:21.271Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:17:21.273Z||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-12-01T20:17:21.273Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:17:21.305Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:17:21.305Z||pool-36-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:17:22.173Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b3174a45-43db-4749-a363-5472750e97c8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a62fa9a8-4df5-437f-a9d6-2d4a6fc56e6b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "cdf3e401-9070-45df-a8ec-03617a05a777",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9501c13f-e881-4d89-aebc-cbd1cde27fa3",
      "resourceInvariantUUID": "c2d1e896-b443-4258-af4e-d6e47699c514",
      "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": "ZWQwNGQxZWFlMGYwMGI4ZWJjOThjN2M3ODcyNWVhNjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "39ee6c82-b3c4-4ed7-a46b-359118f14f6c"
    }
  ],
  "workloadContext": "Production"
}
2022-12-01T20:17:22.173Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-01T20:17:22.173Z|893cb920-d6f7-4daf-b2a1-8a04d03c88e7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b3174a45-43db-4749-a363-5472750e97c8 ASDC
2022-12-01T20:17:22.174Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b3174a45-43db-4749-a363-5472750e97c8
ServiceInvariantUUID:a62fa9a8-4df5-437f-a9d6-2d4a6fc56e6b
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:39ee6c82-b3c4-4ed7-a46b-359118f14f6c
ArtifactChecksum:ZWQwNGQxZWFlMGYwMGI4ZWJjOThjN2M3ODcyNWVhNjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:cdf3e401-9070-45df-a8ec-03617a05a777
ResourceInvariantUUID:c2d1e896-b443-4258-af4e-d6e47699c514
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9501c13f-e881-4d89-aebc-cbd1cde27fa3
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-01T20:17:22.175Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3174a45-43db-4749-a363-5472750e97c8 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-12-01T20:17:22.207Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:17:22.208Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:17:22.208Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:17:22.208Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 39ee6c82-b3c4-4ed7-a46b-359118f14f6c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-01T20:17:22.209Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:17:22.209Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-01T20:17:22.275Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:17:22.277Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 39ee6c82-b3c4-4ed7-a46b-359118f14f6c 52510
2022-12-01T20:17:22.278Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-01T20:17:22.278Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-01T20:17:22.278Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:17:22.278Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:17:22.280Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:17:22.280Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925842278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:17:22.380Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:17:22.381Z||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-12-01T20:17:22.381Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:17:22.396Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:17:22.397Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:17:23.281Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:17:23.282Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:17:23.282Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 39ee6c82-b3c4-4ed7-a46b-359118f14f6c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-01T20:17:23.283Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-01T20:17:23.284Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-01T20:17:23.284Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-01T20:17:23.465Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8932793553472065434/Definitions/service-BasicNetwork-template.yml
2022-12-01T20:17:24.078Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-01T20:17:24.079Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-01T20:17:24.079Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-01T20:17:24.079Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-01T20:17:24.079Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||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-12-01T20:17:24.079Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||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-12-01T20:17:24.079Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||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-12-01T20:17:24.079Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||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-12-01T20:17:24.079Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-01T20:17:24.079Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||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-12-01T20:17:24.079Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||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-12-01T20:17:24.080Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||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-12-01T20:17:24.080Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-01T20:17:24.080Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:17:24.080Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:17:24.081Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-01T20:17:24.081Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-01T20:17:24.081Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:17:24.081Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:17:24.081Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:17:24.081Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-01T20:17:24.081Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-01T20:17:24.082Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:17:24.082Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:17:24.082Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:17:24.082Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:17:24.082Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:17:24.082Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:17:24.083Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:17:24.083Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:17:24.083Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:17:24.083Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:17:24.083Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:17:24.083Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b3174a45-43db-4749-a363-5472750e97c8
Model Version:NULL
Model InvariantUuid:a62fa9a8-4df5-437f-a9d6-2d4a6fc56e6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c2d1e896-b443-4258-af4e-d6e47699c514
Model UUID:37180b9f-ac9d-47f3-9643-be944a6bd4f9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:cdf3e401-9070-45df-a8ec-03617a05a777
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-12-01T20:17:24.091Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 9501c13f-e881-4d89-aebc-cbd1cde27fa3
2022-12-01T20:17:24.091Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||No resources found for Service: b3174a45-43db-4749-a363-5472750e97c8
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-12-01T20:17:24.100Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||
2022-12-01T20:17:24.100Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-12-01T20:17:24.101Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b3174a45-43db-4749-a363-5472750e97c8
2022-12-01T20:17:24.101Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b3174a45-43db-4749-a363-5472750e97c8
2022-12-01T20:17:24.101Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-12-01T20:17:24.102Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||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-12-01T20:17:24.108Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11d4a6c, org.onap.sdc.toscaparser.api.parameters.Input@2386ce58, org.onap.sdc.toscaparser.api.parameters.Input@7151ffb5, org.onap.sdc.toscaparser.api.parameters.Input@393a32a, org.onap.sdc.toscaparser.api.parameters.Input@68b6d71e]
2022-12-01T20:17:24.110Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:17:24.110Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:17:24.111Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:17:24.111Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:17:24.111Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b3174a45-43db-4749-a363-5472750e97c8: Generic NeutronNet
2022-12-01T20:17:24.111Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:17:24.111Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:17:24.112Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:17:24.112Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||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-12-01T20:17:24.147Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:17:24.147Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:17:24.148Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:17:24.148Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:17:24.148Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:17:24.148Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:17:24.148Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||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-12-01T20:17:24.226Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-12-01T20:17:24.227Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-01T20:17:24.227Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-01T20:17:24.227Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:17:24.227Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:17:24.229Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:17:24.229Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925844227,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:17:24.330Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:17:24.331Z||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-12-01T20:17:24.331Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:17:24.349Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:17:24.350Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:17:25.230Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:17:25.239Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:17:25.242Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:17:25.242Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T20:17:25.242Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:17:25.243Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:17:55.243Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:17:55.252Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:17:55.253Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:17:55.253Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T20:17:55.253Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:17:55.253Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:18:19.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:18:19.513Z||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-12-01T20:18:19.513Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:18:19.655Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:18:19.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:18:19.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:18:19.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:18:25.254Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:18:25.264Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:18:25.270Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:18:25.270Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T20:18:25.270Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:18:25.271Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:18:55.271Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:18:55.280Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:18:55.282Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:18:55.282Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T20:18:55.282Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:18:55.282Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:19:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:19:19.512Z||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-12-01T20:19:19.513Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:19:19.534Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:19:19.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "policy-id",
  "timestamp": 1669925839235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "policy-id",
  "timestamp": 1669925841465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "clamp",
  "timestamp": 1669925840728,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925842278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.558Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "policy-id",
  "timestamp": 1669925842471,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.559Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "clamp",
  "timestamp": 1669925840728,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "policy-id",
  "timestamp": 1669925843475,
  "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-12-01T20:19:19.565Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
2022-12-01T20:19:19.566Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b 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-12-01T20:19:19.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925844227,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.574Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "clamp",
  "timestamp": 1669925850322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.578Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925852977,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "clamp",
  "timestamp": 1669925852333,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "cds",
  "timestamp": 1669925852800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "clamp",
  "timestamp": 1669925853336,
  "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-12-01T20:19:19.588Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
2022-12-01T20:19:19.588Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b 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-12-01T20:19:19.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925854715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.601Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "cds",
  "timestamp": 1669925853805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-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-12-01T20:19:19.630Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55f80d8b-34b2-4c0c-9a76-001437d86df3
2022-12-01T20:19:19.630Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55f80d8b-34b2-4c0c-9a76-001437d86df3 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-12-01T20:19:19.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "clamp",
  "timestamp": 1669925840728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925855720,
  "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-12-01T20:19:19.639Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
2022-12-01T20:19:19.639Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b 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-12-01T20:19:19.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "clamp",
  "timestamp": 1669925840728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "clamp",
  "timestamp": 1669925840728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "clamp",
  "timestamp": 1669925840728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "clamp",
  "timestamp": 1669925840728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "policy-id",
  "timestamp": 1669925859235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "clamp",
  "timestamp": 1669925840728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "policy-id",
  "timestamp": 1669925859235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "clamp",
  "timestamp": 1669925840728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "policy-id",
  "timestamp": 1669925859235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "cds",
  "timestamp": 1669925844027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "clamp",
  "timestamp": 1669925840728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "policy-id",
  "timestamp": 1669925859235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "cds",
  "timestamp": 1669925861962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "policy-id",
  "timestamp": 1669925859235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "cds",
  "timestamp": 1669925862967,
  "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-12-01T20:19:19.666Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 157e0712-f2fb-4fc6-87a0-81c73c8a397a
2022-12-01T20:19:19.666Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 157e0712-f2fb-4fc6-87a0-81c73c8a397a 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-12-01T20:19:19.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925864813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "policy-id",
  "timestamp": 1669925859235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "policy-id",
  "timestamp": 1669925859235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925866074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925866678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "policy-id",
  "timestamp": 1669925859235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925852200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925867682,
  "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-12-01T20:19:19.680Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55f80d8b-34b2-4c0c-9a76-001437d86df3
2022-12-01T20:19:19.680Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55f80d8b-34b2-4c0c-9a76-001437d86df3 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-12-01T20:19:19.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925867273,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.708Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "policy-id",
  "timestamp": 1669925867389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.709Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "aai-ml",
  "timestamp": 1669925867870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.709Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925868059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.709Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925868278,
  "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-12-01T20:19:19.726Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 55f80d8b-34b2-4c0c-9a76-001437d86df3
2022-12-01T20:19:19.727Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55f80d8b-34b2-4c0c-9a76-001437d86df3 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-12-01T20:19:19.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "policy-id",
  "timestamp": 1669925868393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925869160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "policy-id",
  "timestamp": 1669925869396,
  "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-12-01T20:19:19.745Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55f80d8b-34b2-4c0c-9a76-001437d86df3
2022-12-01T20:19:19.745Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55f80d8b-34b2-4c0c-9a76-001437d86df3 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-12-01T20:19:19.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "clamp",
  "timestamp": 1669925869325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925870346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925871369,
  "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-12-01T20:19:19.758Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 157e0712-f2fb-4fc6-87a0-81c73c8a397a
2022-12-01T20:19:19.758Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 157e0712-f2fb-4fc6-87a0-81c73c8a397a 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-12-01T20:19:19.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925872372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "clamp",
  "timestamp": 1669925872326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "aai-ml",
  "timestamp": 1669925873609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "clamp",
  "timestamp": 1669925873330,
  "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-12-01T20:19:19.769Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 55f80d8b-34b2-4c0c-9a76-001437d86df3
2022-12-01T20:19:19.769Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55f80d8b-34b2-4c0c-9a76-001437d86df3 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-12-01T20:19:19.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925850215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "aai-ml",
  "timestamp": 1669925874614,
  "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-12-01T20:19:19.782Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55f80d8b-34b2-4c0c-9a76-001437d86df3
2022-12-01T20:19:19.782Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55f80d8b-34b2-4c0c-9a76-001437d86df3 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-12-01T20:19:19.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925875832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925857244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "clamp",
  "timestamp": 1669925874335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "clamp",
  "timestamp": 1669925874335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925878157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.791Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "clamp",
  "timestamp": 1669925874335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925879161,
  "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-12-01T20:19:19.794Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 157e0712-f2fb-4fc6-87a0-81c73c8a397a
2022-12-01T20:19:19.794Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 157e0712-f2fb-4fc6-87a0-81c73c8a397a 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-12-01T20:19:19.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "clamp",
  "timestamp": 1669925874335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "clamp",
  "timestamp": 1669925874335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "policy-id",
  "timestamp": 1669925879235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "clamp",
  "timestamp": 1669925874335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "policy-id",
  "timestamp": 1669925879235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "aai-ml",
  "timestamp": 1669925859115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "clamp",
  "timestamp": 1669925874335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "policy-id",
  "timestamp": 1669925879235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "aai-ml",
  "timestamp": 1669925882722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "policy-id",
  "timestamp": 1669925879235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "policy-id",
  "timestamp": 1669925879235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "policy-id",
  "timestamp": 1669925879235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "policy-id",
  "timestamp": 1669925879235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "policy-id",
  "timestamp": 1669925886857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925877244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925880215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "clamp",
  "timestamp": 1669925886330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.807Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925880215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "policy-id",
  "timestamp": 1669925887861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925877244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "policy-id",
  "timestamp": 1669925888864,
  "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-12-01T20:19:19.812Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 157e0712-f2fb-4fc6-87a0-81c73c8a397a
2022-12-01T20:19:19.812Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 157e0712-f2fb-4fc6-87a0-81c73c8a397a 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-12-01T20:19:19.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925880215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925877244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "clamp",
  "timestamp": 1669925888342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.818Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925880215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925877244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "clamp",
  "timestamp": 1669925889346,
  "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-12-01T20:19:19.821Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 157e0712-f2fb-4fc6-87a0-81c73c8a397a
2022-12-01T20:19:19.821Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 157e0712-f2fb-4fc6-87a0-81c73c8a397a 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-12-01T20:19:19.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "cds",
  "timestamp": 1669925889027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "aai-ml",
  "timestamp": 1669925891097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925880215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925877244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "cds",
  "timestamp": 1669925889027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "aai-ml",
  "timestamp": 1669925892103,
  "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-12-01T20:19:19.834Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 157e0712-f2fb-4fc6-87a0-81c73c8a397a
2022-12-01T20:19:19.834Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 157e0712-f2fb-4fc6-87a0-81c73c8a397a 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-12-01T20:19:19.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925880215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925877244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "cds",
  "timestamp": 1669925889027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925892200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925880215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925877244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "cds",
  "timestamp": 1669925889027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "aai-ml",
  "timestamp": 1669925893107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925892200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925877244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925880215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "cds",
  "timestamp": 1669925889027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "aai-ml",
  "timestamp": 1669925893107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925892200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669925877244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925880215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "cds",
  "timestamp": 1669925889027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "aai-ml",
  "timestamp": 1669925893107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925892200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925896643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.847Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "cds",
  "timestamp": 1669925889027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "aai-ml",
  "timestamp": 1669925893107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925892200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "cds",
  "timestamp": 1669925889027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "aai-ml",
  "timestamp": 1669925893107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925892200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925898868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:19:19.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:19.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "cds",
  "timestamp": 1669925889027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "aai-ml",
  "timestamp": 1669925893107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:19.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925892200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-01T20:19:19.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:19:19.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669925899873,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:19:19.858Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b69e4afd-7176-4274-9689-1544186286bc
2022-12-01T20:19:19.859Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b69e4afd-7176-4274-9689-1544186286bc 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-12-01T20:19:19.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:19:19.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "cds",
  "timestamp": 1669925898777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:19:19.868Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:19:25.282Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:19:25.293Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:19:25.296Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:19:25.296Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T20:19:25.296Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-01T20:19:25.297Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-01T20:19:25.297Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:19:25.297Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:19:25.297Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:19:25.297Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:19:25.297Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:19:25.297Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:19:25.297Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-01T20:19:25.301Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-01T20:19:55.301Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b 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-12-01T20:19:55.308Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b and serviceModelVersionId: b3174a45-43db-4749-a363-5472750e97c8
2022-12-01T20:19:55.308Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a62fa9a8-4df5-437f-a9d6-2d4a6fc56e6b
2022-12-01T20:19:55.309Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a62fa9a8-4df5-437f-a9d6-2d4a6fc56e6b/model-vers/model-ver/b3174a45-43db-4749-a363-5472750e97c8?depth=0
2022-12-01T20:19:55.314Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-01T20:19:55.365Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a62fa9a8-4df5-437f-a9d6-2d4a6fc56e6b/model-vers/model-ver/b3174a45-43db-4749-a363-5472750e97c8?depth=0|INFO|500||Invoke
2022-12-01T20:19:55.366Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a62fa9a8-4df5-437f-a9d6-2d4a6fc56e6b/model-vers/model-ver/b3174a45-43db-4749-a363-5472750e97c8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a62fa9a8-4df5-437f-a9d6-2d4a6fc56e6b/model-vers/model-ver/b3174a45-43db-4749-a363-5472750e97c8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4ad6d5d1-98dc-4ae3-a5de-78622af52c2b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[41d15ec7-cad8-4d84-978d-03ab6b87cd62], X-ECOMP-RequestID=[4ad6d5d1-98dc-4ae3-a5de-78622af52c2b], X-TransactionId=[], X-ONAP-RequestID=[4ad6d5d1-98dc-4ae3-a5de-78622af52c2b], Content-Type=[application/merge-patch+json]}
2022-12-01T20:19:55.390Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a62fa9a8-4df5-437f-a9d6-2d4a6fc56e6b/model-vers/model-ver/b3174a45-43db-4749-a363-5472750e97c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-01T20:19:55.499Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a62fa9a8-4df5-437f-a9d6-2d4a6fc56e6b/model-vers/model-ver/b3174a45-43db-4749-a363-5472750e97c8?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/a62fa9a8-4df5-437f-a9d6-2d4a6fc56e6b/model-vers/model-ver/b3174a45-43db-4749-a363-5472750e97c8?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 20:19:55 GMT], content-length=[0], vertex-id=[229584], x-aai-txid=[1-aai-resources-221201-20:19:55:398-93729], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-01T20:19:55.500Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a62fa9a8-4df5-437f-a9d6-2d4a6fc56e6b/model-vers/model-ver/b3174a45-43db-4749-a363-5472750e97c8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-01T20:19:55.501Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a62fa9a8-4df5-437f-a9d6-2d4a6fc56e6b/model-vers/model-ver/b3174a45-43db-4749-a363-5472750e97c8?depth=0|INFO|500||InvokeReturn
2022-12-01T20:19:55.502Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-01T20:19:55.505Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-01T20:19:55.512Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-01T20:19:55.512Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ad6d5d1-98dc-4ae3-a5de-78622af52c2b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-01T20:19:55.512Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-01T20:19:55.513Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:19:55.514Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:19:55.515Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925995512,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:19:55.615Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:19:55.616Z||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-12-01T20:19:55.616Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:19:55.631Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:19:55.632Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-01T20:19:56.531Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-01T20:19:56.531Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"55f80d8b-34b2-4c0c-9a76-001437d86df3","serviceName":"Demo_pNF_QFDyoADw9ZD03jSa89pp","serviceVersion":"1.0","serviceUUID":"fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11","serviceDescription":"catalog service description","serviceInvariantUUID":"75810cbf-1fd1-4fee-8634-eef4d4574c4a","resources":[{"resourceInstanceName":"pNF 972f4d38-45f1 0","resourceName":"pNF 972f4d38-45f1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cd2f0cd6-f95b-4683-b5e5-537fd6bb4a77","resourceInvariantUUID":"080b3adc-0bd4-4bed-8a2b-2e2b63b477f2","resourceCustomizationUUID":"5fb8ed9e-55ab-4403-a372-ef27a8013111","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vf-license-model.xml","artifactChecksum":"ZmQxYzNmOGQ4ZDU4Yjc4ZDAyNDUxMzZjNjUxNmQ3NGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb87e96c-901d-4627-b92d-4f0c67f0dfbe","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/pNF.csar","artifactChecksum":"NDdkOGU0YjlmYzEwOWM5MTJmNTc5MWVjNWE2YTY4Y2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be25830d-2c37-4704-8592-be05f99a5f76","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e11ae0dd-8351-4b22-81bf-62b9b16d1308","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vendor-license-model.xml","artifactChecksum":"ZjVmN2NjYWQ0N2U1MDQyOGNiYTc4MDlhOWUzOWE1ZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"015b5f4c-6a24-49b6-8465-185182ed5d3a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0483e138-d0f9-4e53-a519-638255796557","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ac6e520-d9bb-439c-a333-5ceddfc554e8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQfdyoadw9zd03jsa89pp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-template.yml","artifactChecksum":"M2E4MjVhZTlmOTllNGE4ZDFlY2M0OTkzOTY1YzY5YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b995b887-6dc1-4ca5-a9c0-ff1168510b47","artifactVersion":"1"},{"artifactName":"service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar","artifactChecksum":"MTEwNTgyYjM5YTUwZmU5MDIzYzFlMjIyMjEzN2NiODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6a04244-1db0-4173-add8-b1e55d125a4c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-01T20:19:56.532Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:19:56.532Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:19:56.534Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:19:56.534Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:56.634Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:19:56.636Z||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-12-01T20:19:56.636Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:19:56.651Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:19:56.651Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:19:57.538Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:19:57.539Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:19:57.540Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:19:57.540Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:57.641Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:19:57.642Z||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-12-01T20:19:57.642Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:19:57.656Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:19:57.656Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:19:58.541Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:19:58.542Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:19:58.543Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:19:58.544Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:58.644Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:19:58.645Z||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-12-01T20:19:58.645Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:19:58.660Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:19:58.660Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:19:59.544Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:19:59.545Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:19:59.547Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:19:59.547Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:19:59.647Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:19:59.648Z||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-12-01T20:19:59.648Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:19:59.661Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:19:59.662Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:20:00.548Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:20:00.548Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:00.550Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:00.550Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:20:00.651Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:00.652Z||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-12-01T20:20:00.652Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:00.665Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:00.665Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:20:01.551Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:20:01.552Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:01.554Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:01.554Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:20:01.654Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:01.655Z||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-12-01T20:20:01.655Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:01.673Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:01.673Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:20:02.555Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:20:02.556Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:02.558Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:02.558Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:20:02.659Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:02.660Z||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-12-01T20:20:02.660Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:02.676Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:02.676Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:20:03.559Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:20:03.560Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:03.561Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:03.562Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:20:03.662Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:03.663Z||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-12-01T20:20:03.663Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:03.676Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:03.677Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:20:04.563Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "serviceName": "Demo_pNF_QFDyoADw9ZD03jSa89pp",
  "serviceVersion": "1.0",
  "serviceUUID": "fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "75810cbf-1fd1-4fee-8634-eef4d4574c4a",
  "resources": [
    {
      "resourceInstanceName": "pNF 972f4d38-45f1 0",
      "resourceCustomizationUUID": "5fb8ed9e-55ab-4403-a372-ef27a8013111",
      "resourceName": "pNF 972f4d38-45f1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cd2f0cd6-f95b-4683-b5e5-537fd6bb4a77",
      "resourceInvariantUUID": "080b3adc-0bd4-4bed-8a2b-2e2b63b477f2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
      "artifactChecksum": "MTEwNTgyYjM5YTUwZmU5MDIzYzFlMjIyMjEzN2NiODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b6a04244-1db0-4173-add8-b1e55d125a4c"
    }
  ],
  "workloadContext": "Production"
}
2022-12-01T20:20:04.563Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-01T20:20:04.563Z|4ad6d5d1-98dc-4ae3-a5de-78622af52c2b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11 ASDC
2022-12-01T20:20:04.564Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:55f80d8b-34b2-4c0c-9a76-001437d86df3
ServiceName:Demo_pNF_QFDyoADw9ZD03jSa89pp
ServiceVersion:1.0
ServiceUUID:fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11
ServiceInvariantUUID:75810cbf-1fd1-4fee-8634-eef4d4574c4a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
ArtifactUUID:b6a04244-1db0-4173-add8-b1e55d125a4c
ArtifactChecksum:MTEwNTgyYjM5YTUwZmU5MDIzYzFlMjIyMjEzN2NiODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 972f4d38-45f1 0
ResourceCustomizationUUID:5fb8ed9e-55ab-4403-a372-ef27a8013111
ResourceInvariantUUID:080b3adc-0bd4-4bed-8a2b-2e2b63b477f2
ResourceName:pNF 972f4d38-45f1
ResourceType:PNF
ResourceUUID:cd2f0cd6-f95b-4683-b5e5-537fd6bb4a77
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-01T20:20:04.564Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11 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-12-01T20:20:04.586Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:20:04.587Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:20:04.587Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:20:04.587Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b6a04244-1db0-4173-add8-b1e55d125a4c from URL: /sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:04.587Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:20:04.587Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:04.663Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:20:04.669Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar b6a04244-1db0-4173-add8-b1e55d125a4c 82644
2022-12-01T20:20:04.669Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar ASDC sendASDCNotification
2022-12-01T20:20:04.670Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:04.670Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:20:04.670Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:04.672Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:04.673Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926004669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:20:04.773Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:20:04.773Z||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-12-01T20:20:04.774Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:04.789Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:04.790Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:20:05.673Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:20:05.674Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:20:05.674Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b6a04244-1db0-4173-add8-b1e55d125a4c, URL: /sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar to file: /app/ASDC/1/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:05.675Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:05.675Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:05.675Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:05.779Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1978424336504463805/Definitions/service-DemoPnfQfdyoadw9zd03jsa89pp-template.yml
2022-12-01T20:20:06.504Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-01T20:20:06.505Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-01T20:20:06.505Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:06.505Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-01T20:20:06.505Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 972f4d38-45f1 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-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:06.505Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:06.505Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:06.505Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:06.506Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:06.506Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:06.506Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:06.506Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-01T20:20:06.506Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:06.507Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QFDyoADw9ZD03jSa89pp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:06.507Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Node template pNF 972f4d38-45f1 0 is matching search criteria
2022-12-01T20:20:06.507Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-01T20:20:06.507Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 972f4d38-45f1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:20:06.508Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:06.508Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QFDyoADw9ZD03jSa89pp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:06.508Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Node template pNF 972f4d38-45f1 0 is matching search criteria
2022-12-01T20:20:06.508Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-01T20:20:06.508Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 972f4d38-45f1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:20:06.509Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:06.509Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QFDyoADw9ZD03jSa89pp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:06.509Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:06.509Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QFDyoADw9ZD03jSa89pp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:06.509Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:06.510Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QFDyoADw9ZD03jSa89pp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:06.510Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:06.510Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QFDyoADw9ZD03jSa89pp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:06.511Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:06.511Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QFDyoADw9ZD03jSa89pp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:06.511Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_QFDyoADw9ZD03jSa89pp
Description:catalog service description
Model UUID:fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11
Model Version:NULL
Model InvariantUuid:75810cbf-1fd1-4fee-8634-eef4d4574c4a
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-12-01T20:20:06.534Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: cd2f0cd6-f95b-4683-b5e5-537fd6bb4a77
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-12-01T20:20:06.544Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||pNF 972f4d38-45f1 0
2022-12-01T20:20:06.545Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cd2f0cd6-f95b-4683-b5e5-537fd6bb4a77
2022-12-01T20:20:06.545Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||No resources found for Service: fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11
2022-12-01T20:20:06.545Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11
2022-12-01T20:20:06.545Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 972f4d38-45f1 0 cd2f0cd6-f95b-4683-b5e5-537fd6bb4a77 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-12-01T20:20:06.553Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69168ea7, org.onap.sdc.toscaparser.api.parameters.Input@4bacea87, org.onap.sdc.toscaparser.api.parameters.Input@2d569d27, org.onap.sdc.toscaparser.api.parameters.Input@271fdecb, org.onap.sdc.toscaparser.api.parameters.Input@7a211f39]
2022-12-01T20:20:06.554Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:06.554Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QFDyoADw9ZD03jSa89pp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:06.555Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11: pNF 972f4d38-45f1
2022-12-01T20:20:06.555Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||Processing PNF resource: cd2f0cd6-f95b-4683-b5e5-537fd6bb4a77
2022-12-01T20:20:06.556Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:06.556Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QFDyoADw9ZD03jSa89pp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:06.557Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||Resource customization UUID: 5fb8ed9e-55ab-4403-a372-ef27a8013111 is the same as notified resource customizationUUID: 5fb8ed9e-55ab-4403-a372-ef27a8013111
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-12-01T20:20:06.610Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 972f4d38-45f1 cd2f0cd6-f95b-4683-b5e5-537fd6bb4a77 0 ASDC deployResourceStructure
2022-12-01T20:20:06.610Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar ASDC sendASDCNotification
2022-12-01T20:20:06.611Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar
2022-12-01T20:20:06.611Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:20:06.611Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:06.614Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:06.614Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926006610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:20:06.714Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:06.715Z||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-12-01T20:20:06.715Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:06.736Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:06.736Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:20:07.615Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55f80d8b-34b2-4c0c-9a76-001437d86df3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:20:07.622Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55f80d8b-34b2-4c0c-9a76-001437d86df3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:20:07.625Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:20:07.625Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T20:20:07.625Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-01T20:20:07.626Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-01T20:20:07.626Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:20:07.626Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:20:07.626Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:20:07.626Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:20:07.626Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:20:07.626Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:20:07.627Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:20:07.627Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-01T20:20:07.629Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-01T20:20:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:20:19.512Z||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-12-01T20:20:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:19.535Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:19.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:20:19.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "aai-ml",
  "timestamp": 1669925893107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:20:19.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:20:37.630Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55f80d8b-34b2-4c0c-9a76-001437d86df3 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-12-01T20:20:37.633Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55f80d8b-34b2-4c0c-9a76-001437d86df3 and serviceModelVersionId: fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11
2022-12-01T20:20:37.633Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75810cbf-1fd1-4fee-8634-eef4d4574c4a
2022-12-01T20:20:37.634Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75810cbf-1fd1-4fee-8634-eef4d4574c4a/model-vers/model-ver/fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11?depth=0
2022-12-01T20:20:37.638Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-01T20:20:37.679Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75810cbf-1fd1-4fee-8634-eef4d4574c4a/model-vers/model-ver/fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11?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-12-01T20:20:37.681Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75810cbf-1fd1-4fee-8634-eef4d4574c4a/model-vers/model-ver/fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11?depth=0|INFO|500||Invoke
2022-12-01T20:20:37.704Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75810cbf-1fd1-4fee-8634-eef4d4574c4a/model-vers/model-ver/fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-01T20:20:37.800Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75810cbf-1fd1-4fee-8634-eef4d4574c4a/model-vers/model-ver/fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11?depth=0|INFO|500||InvokeReturn
2022-12-01T20:20:37.802Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75810cbf-1fd1-4fee-8634-eef4d4574c4a/model-vers/model-ver/fa26ddcd-9f79-4fe0-9bfb-9bdf2dfafa11?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 20:20:37 GMT], content-length=[0], vertex-id=[180368], x-aai-txid=[1-aai-resources-221201-20:20:37:712-59218], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-01T20:20:37.802Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T20:20:37.802Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-01T20:20:37.803Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-01T20:20:37.807Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-01T20:20:37.807Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55f80d8b-34b2-4c0c-9a76-001437d86df3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-01T20:20:37.807Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-01T20:20:37.808Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:37.810Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:37.810Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926037807,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:20:37.910Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:37.911Z||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-12-01T20:20:37.911Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:37.931Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:37.932Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 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-12-01T20:20:38.820Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:20:38.821Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|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-12-01T20:20:38.821Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:43.281Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:43.282Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-01T20:20:43.283Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"157e0712-f2fb-4fc6-87a0-81c73c8a397a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f1f1aa27-7071-4616-a769-970a33eb0ca4","serviceDescription":"service","serviceInvariantUUID":"81b76238-892f-4529-a57d-19c3c032fd10","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c6e8293-76aa-45cb-8685-088b0644f70e","resourceInvariantUUID":"d916018f-f6ef-4796-901a-96bdb0859965","resourceCustomizationUUID":"5aa6554d-721a-474a-b5fa-1eceecc52477","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":"NjE3ZmI5ZWM0NjJiNWZhNzFhY2QwOWEzNjc3OTYxN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7c8d130-6f25-42f1-894e-2698b563f311","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":"Y2RlMDI0ZTk0MTQ0ZjExYTRiY2UxMGE5Y2MzZjI3OTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"547b3898-1b30-47e2-bb87-a94e0bcc2629","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":"c83353b6-c471-4002-b85a-6c6f542a0283","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":"66027dd0-7c70-4874-befd-58f29412cf78","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":"29b333ac-590b-4eae-8e44-d236e901589d","artifactVersion":"2","generatedFromUUID":"c83353b6-c471-4002-b85a-6c6f542a0283"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDU1MGM1YjBhZGUwNzFmZjYzMjM4NTI3YzRlNmExNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad1dcebf-9343-4b0c-8aa0-25a895584c0c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjhiZjNlM2NjYTVmYmRlNzBkYjI3OGMzY2JjNGIxODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2cfce60-ca3a-4c22-91fe-d98ad8bd86ff","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-01T20:20:43.284Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:20:43.285Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:43.287Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:43.287Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:20:43.387Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:43.388Z||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-12-01T20:20:43.388Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:43.405Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:43.406Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:20:44.287Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:20:44.288Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:44.290Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:44.290Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:20:44.390Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:44.391Z||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-12-01T20:20:44.391Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:44.406Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:44.407Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:20:45.291Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:20:45.291Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:45.293Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:45.293Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:20:45.394Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-01T20:20:45.395Z||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-12-01T20:20:45.395Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:45.412Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:45.413Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:20:46.299Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:20:46.300Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:46.302Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:46.303Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:20:46.403Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:20:46.403Z||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-12-01T20:20:46.403Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:46.430Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:46.430Z||pool-54-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:20:47.303Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:20:47.304Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:47.305Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:47.306Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-01T20:20:47.406Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:47.407Z||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-12-01T20:20:47.407Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:47.443Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:47.443Z||pool-55-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:20:48.306Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:20:48.307Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:48.309Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:48.309Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:20:48.409Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:48.410Z||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-12-01T20:20:48.410Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:48.440Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:48.442Z||pool-56-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:20:49.310Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:20:49.311Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:49.312Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:49.312Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:20:49.413Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:49.413Z||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-12-01T20:20:49.414Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:49.431Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:49.431Z||pool-57-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:20:50.316Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "f1f1aa27-7071-4616-a769-970a33eb0ca4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "81b76238-892f-4529-a57d-19c3c032fd10",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5aa6554d-721a-474a-b5fa-1eceecc52477",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c6e8293-76aa-45cb-8685-088b0644f70e",
      "resourceInvariantUUID": "d916018f-f6ef-4796-901a-96bdb0859965",
      "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": "Y2RlMDI0ZTk0MTQ0ZjExYTRiY2UxMGE5Y2MzZjI3OTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "547b3898-1b30-47e2-bb87-a94e0bcc2629",
          "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": "c83353b6-c471-4002-b85a-6c6f542a0283",
          "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": "29b333ac-590b-4eae-8e44-d236e901589d",
            "generatedFromUUID": "c83353b6-c471-4002-b85a-6c6f542a0283"
          },
          "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": "29b333ac-590b-4eae-8e44-d236e901589d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjhiZjNlM2NjYTVmYmRlNzBkYjI3OGMzY2JjNGIxODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f2cfce60-ca3a-4c22-91fe-d98ad8bd86ff"
    }
  ],
  "workloadContext": "Production"
}
2022-12-01T20:20:50.317Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-01T20:20:50.317Z|55f80d8b-34b2-4c0c-9a76-001437d86df3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f1f1aa27-7071-4616-a769-970a33eb0ca4 ASDC
2022-12-01T20:20:50.317Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:157e0712-f2fb-4fc6-87a0-81c73c8a397a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f1f1aa27-7071-4616-a769-970a33eb0ca4
ServiceInvariantUUID:81b76238-892f-4529-a57d-19c3c032fd10
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:f2cfce60-ca3a-4c22-91fe-d98ad8bd86ff
ArtifactChecksum:NjhiZjNlM2NjYTVmYmRlNzBkYjI3OGMzY2JjNGIxODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5aa6554d-721a-474a-b5fa-1eceecc52477
ResourceInvariantUUID:d916018f-f6ef-4796-901a-96bdb0859965
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2c6e8293-76aa-45cb-8685-088b0644f70e
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:547b3898-1b30-47e2-bb87-a94e0bcc2629
ArtifactChecksum:Y2RlMDI0ZTk0MTQ0ZjExYTRiY2UxMGE5Y2MzZjI3OTc=
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:c83353b6-c471-4002-b85a-6c6f542a0283
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:29b333ac-590b-4eae-8e44-d236e901589d
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:29b333ac-590b-4eae-8e44-d236e901589d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-01T20:20:50.318Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1f1aa27-7071-4616-a769-970a33eb0ca4 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-12-01T20:20:50.341Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:20:50.342Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:20:50.342Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:20:50.342Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f2cfce60-ca3a-4c22-91fe-d98ad8bd86ff from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-01T20:20:50.342Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:20:50.342Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-01T20:20:50.601Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:20:50.604Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f2cfce60-ca3a-4c22-91fe-d98ad8bd86ff 71065
2022-12-01T20:20:50.604Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-01T20:20:50.605Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-01T20:20:50.605Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:20:50.605Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:50.607Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:50.607Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926050604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:20:50.707Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:20:50.708Z||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-12-01T20:20:50.708Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:50.735Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:50.736Z||pool-58-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:20:51.608Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:20:51.609Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:20:51.610Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f2cfce60-ca3a-4c22-91fe-d98ad8bd86ff, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-01T20:20:51.610Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-01T20:20:51.611Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-01T20:20:51.611Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-01T20:20:51.725Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1589279282239524066/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-12-01T20:20:52.910Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-01T20:20:52.911Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-01T20:20:52.911Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-01T20:20:52.911Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-12-01T20:20:52.911Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-01T20:20:52.911Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-01T20:20:52.911Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-01T20:20:52.911Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-01T20:20:52.911Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-01T20:20:52.911Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-01T20:20:52.912Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-01T20:20:52.912Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-01T20:20:52.912Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-01T20:20:52.912Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-01T20:20:52.912Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:52.912Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:52.912Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-01T20:20:52.912Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-01T20:20:52.913Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:20:52.913Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:52.913Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:52.913Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-01T20:20:52.913Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-01T20:20:52.913Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:20:52.913Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:52.914Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:52.914Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:52.914Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-01T20:20:52.914Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-01T20:20:52.914Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-01T20:20:52.914Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-01T20:20:52.914Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-01T20:20:52.915Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-01T20:20:52.915Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:52.915Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T20:20:52.915Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:52.915Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-01T20:20:52.915Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:20:52.916Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:52.916Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-01T20:20:52.916Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:20:52.916Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:52.916Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-01T20:20:52.916Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:20:52.916Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:52.916Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-01T20:20:52.917Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-01T20:20:52.917Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-01T20:20:52.917Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7bf5b598-f282-4592-8747-f950869ff7cd
2022-12-01T20:20:52.917Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:52.917Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:52.917Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:52.917Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:52.918Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:52.918Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:52.918Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:52.918Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:52.918Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f1f1aa27-7071-4616-a769-970a33eb0ca4
Model Version:NULL
Model InvariantUuid:81b76238-892f-4529-a57d-19c3c032fd10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:de0be895-acdf-444e-bded-3a14d99fefd8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d916018f-f6ef-4796-901a-96bdb0859965
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5aa6554d-721a-474a-b5fa-1eceecc52477
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:66f68b39-1f71-4223-a1aa-5665e3b9917d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:4988e238-219c-46fb-bd8e-bb9fe3058553
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7bf5b598-f282-4592-8747-f950869ff7cd
ModelInvariantUuid:ea606f8f-29af-4e10-82d7-832ad25ff5f7
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a62de061-513c-4f8d-806a-de1f6714f160
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:79f9603a-ba0b-4642-839a-1995a070d57c
ModelInvariantUuid:5423028c-ed3f-4e64-b115-f63b990726b7
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:fb7da4d4-bf14-4123-b19c-48790bd9b6c6
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-12-01T20:20:52.927Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2c6e8293-76aa-45cb-8685-088b0644f70e
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-12-01T20:20:52.929Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-12-01T20:20:52.929Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2c6e8293-76aa-45cb-8685-088b0644f70e
2022-12-01T20:20:52.929Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 547b3898-1b30-47e2-bb87-a94e0bcc2629 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-01T20:20:52.929Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:20:52.930Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-01T20:20:53.005Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:20:53.005Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 547b3898-1b30-47e2-bb87-a94e0bcc2629 787
2022-12-01T20:20:53.005Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-01T20:20:53.006Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-01T20:20:53.006Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:20:53.006Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:53.008Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:53.008Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926053005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:20:53.108Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:53.109Z||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-12-01T20:20:53.109Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:53.133Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:53.134Z||pool-59-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:20:54.008Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "66f68b39-1f71-4223-a1aa-5665e3b9917d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4988e238-219c-46fb-bd8e-bb9fe3058553",
    "vfModuleModelCustomizationUUID": "940f601b-ccb2-4168-a4eb-4ba542f04f1f",
    "isBase": true,
    "artifacts": [
      "c83353b6-c471-4002-b85a-6c6f542a0283",
      "29b333ac-590b-4eae-8e44-d236e901589d"
    ],
    "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-12-01T20:20:54.014Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4988e238-219c-46fb-bd8e-bb9fe3058553
VfModuleModelInvariantUUID:66f68b39-1f71-4223-a1aa-5665e3b9917d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c83353b6-c471-4002-b85a-6c6f542a0283
,
29b333ac-590b-4eae-8e44-d236e901589d

}
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-12-01T20:20:54.016Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "66f68b39-1f71-4223-a1aa-5665e3b9917d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4988e238-219c-46fb-bd8e-bb9fe3058553",
    "vfModuleModelCustomizationUUID": "940f601b-ccb2-4168-a4eb-4ba542f04f1f",
    "isBase": true,
    "artifacts": [
      "c83353b6-c471-4002-b85a-6c6f542a0283",
      "29b333ac-590b-4eae-8e44-d236e901589d"
    ],
    "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-12-01T20:20:54.016Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4988e238-219c-46fb-bd8e-bb9fe3058553
VfModuleModelInvariantUUID:66f68b39-1f71-4223-a1aa-5665e3b9917d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c83353b6-c471-4002-b85a-6c6f542a0283
,
29b333ac-590b-4eae-8e44-d236e901589d

}
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-12-01T20:20:54.016Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c83353b6-c471-4002-b85a-6c6f542a0283 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-01T20:20:54.016Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:20:54.016Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-01T20:20:54.174Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:20:54.174Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c83353b6-c471-4002-b85a-6c6f542a0283 5033
2022-12-01T20:20:54.175Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-01T20:20:54.175Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-01T20:20:54.175Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:20:54.175Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:54.177Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:54.177Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926054175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:20:54.277Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:54.278Z||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-12-01T20:20:54.278Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:54.303Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:54.303Z||pool-60-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:20:55.181Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 29b333ac-590b-4eae-8e44-d236e901589d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-01T20:20:55.181Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:20:55.182Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-01T20:20:55.438Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:20:55.439Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 29b333ac-590b-4eae-8e44-d236e901589d 903
2022-12-01T20:20:55.439Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-01T20:20:55.439Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-01T20:20:55.439Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:20:55.439Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:55.441Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:55.441Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926055439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:20:55.541Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:55.542Z||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-12-01T20:20:55.542Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:55.580Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:55.580Z||pool-61-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:20:56.442Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f1f1aa27-7071-4616-a769-970a33eb0ca4
2022-12-01T20:20:56.442Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2c6e8293-76aa-45cb-8685-088b0644f70e 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-12-01T20:20:56.479Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d9588ae, org.onap.sdc.toscaparser.api.parameters.Input@6d4ea36c, org.onap.sdc.toscaparser.api.parameters.Input@d8196dd, org.onap.sdc.toscaparser.api.parameters.Input@581a41fd, org.onap.sdc.toscaparser.api.parameters.Input@79eb62a8]
2022-12-01T20:20:56.480Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:56.480Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:56.481Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-12-01T20:20:56.481Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5aa6554d-721a-474a-b5fa-1eceecc52477
2022-12-01T20:20:56.481Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5aa6554d-721a-474a-b5fa-1eceecc52477 matches Tosca VF Customization UUID: 5aa6554d-721a-474a-b5fa-1eceecc52477
2022-12-01T20:20:56.481Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5aa6554d-721a-474a-b5fa-1eceecc52477  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-12-01T20:20:56.483Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:56.483Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:56.484Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5aa6554d-721a-474a-b5fa-1eceecc52477: {\"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-12-01T20:20:56.484Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a8f0eeb
2022-12-01T20:20:56.484Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:56.485Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T20:20:56.485Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 940f601b-ccb2-4168-a4eb-4ba542f04f1f
2022-12-01T20:20:56.485Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 940f601b-ccb2-4168-a4eb-4ba542f04f1f
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-12-01T20:20:56.488Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:56.488Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-01T20:20:56.488Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:20:56.489Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:56.489Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-01T20:20:56.489Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:20:56.489Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:56.490Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-01T20:20:56.490Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-01T20:20:56.490Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-01T20:20:56.490Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7bf5b598-f282-4592-8747-f950869ff7cd
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-12-01T20:20:56.494Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:56.494Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-01T20:20:56.494Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:20:56.494Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:56.494Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-01T20:20:56.495Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5aa6554d-721a-474a-b5fa-1eceecc52477
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-12-01T20:20:56.496Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:56.496Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:56.497Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f1f1aa27-7071-4616-a769-970a33eb0ca4: basic_vm
2022-12-01T20:20:56.497Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:56.497Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:56.497Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:56.497Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:56.498Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:56.498Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:56.498Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:56.498Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:56.498Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:20:56.499Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:20:56.499Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-01T20:20:56.585Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2c6e8293-76aa-45cb-8685-088b0644f70e 1 ASDC deployResourceStructure
2022-12-01T20:20:56.585Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-01T20:20:56.585Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-01T20:20:56.585Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:20:56.586Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:56.587Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:56.587Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926056585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:20:56.688Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-01T20:20:56.689Z||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-12-01T20:20:56.689Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:56.709Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:56.709Z||pool-62-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:20:57.589Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-01T20:20:57.589Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-01T20:20:57.589Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:20:57.589Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:57.591Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:57.591Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926057588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-01T20:20:57.691Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:57.692Z||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-12-01T20:20:57.692Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:57.706Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:57.707Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:20:58.592Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-01T20:20:58.592Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-01T20:20:58.592Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:20:58.593Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:58.594Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:58.595Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926058592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-01T20:20:58.695Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:58.696Z||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-12-01T20:20:58.696Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:58.709Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:58.709Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:20:59.595Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-01T20:20:59.596Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-01T20:20:59.596Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:20:59.596Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:20:59.598Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:20:59.598Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926059595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:20:59.698Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:20:59.699Z||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-12-01T20:20:59.699Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:20:59.722Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:20:59.722Z||pool-65-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:00.599Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 157e0712-f2fb-4fc6-87a0-81c73c8a397a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:21:00.605Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 157e0712-f2fb-4fc6-87a0-81c73c8a397a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:21:00.607Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:21:00.607Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T20:21:00.607Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-01T20:21:00.607Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-01T20:21:00.608Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:21:00.608Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:21:00.608Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:21:00.608Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:21:00.608Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:21:00.608Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:21:00.609Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-01T20:21:00.611Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-01T20:21:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:21:19.512Z||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-12-01T20:21:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:19.552Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:19.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925892200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "policy-id",
  "timestamp": 1669925899235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "cds",
  "timestamp": 1669925899783,
  "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=?
2022-12-01T20:21:19.560Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b69e4afd-7176-4274-9689-1544186286bc
2022-12-01T20:21:19.560Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b69e4afd-7176-4274-9689-1544186286bc 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-12-01T20:21:19.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "aai-ml",
  "timestamp": 1669925893107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925892200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:21:19.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "policy-id",
  "timestamp": 1669925899235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "aai-ml",
  "timestamp": 1669925893107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:21:19.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925901957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:21:19.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:21:19.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "policy-id",
  "timestamp": 1669925899235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "clamp",
  "timestamp": 1669925900728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "aai-ml",
  "timestamp": 1669925902841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:21:19.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:21:19.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925903020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:21:19.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:21:19.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "policy-id",
  "timestamp": 1669925899235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "clamp",
  "timestamp": 1669925900728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925904077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:21:19.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:21:19.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "policy-id",
  "timestamp": 1669925899235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:21:19.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "clamp",
  "timestamp": 1669925900728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925905148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:21:19.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:21:19.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "policy-id",
  "timestamp": 1669925899235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "clamp",
  "timestamp": 1669925900728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:21:19.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925906201,
  "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-12-01T20:21:19.576Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b69e4afd-7176-4274-9689-1544186286bc
2022-12-01T20:21:19.576Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b69e4afd-7176-4274-9689-1544186286bc 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-12-01T20:21:19.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "policy-id",
  "timestamp": 1669925899235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "clamp",
  "timestamp": 1669925900728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669925907206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:21:19.584Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:21:19.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "policy-id",
  "timestamp": 1669925899235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "clamp",
  "timestamp": 1669925900728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "policy-id",
  "timestamp": 1669925899235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:21:19.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "clamp",
  "timestamp": 1669925900728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "policy-id",
  "timestamp": 1669925908972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:21:19.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:21:19.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "clamp",
  "timestamp": 1669925900728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:19.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "policy-id",
  "timestamp": 1669925909976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:21:19.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:21:19.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "clamp",
  "timestamp": 1669925900728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:21:19.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:21:19.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "policy-id",
  "timestamp": 1669925910979,
  "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-12-01T20:21:19.590Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b69e4afd-7176-4274-9689-1544186286bc
2022-12-01T20:21:19.590Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b69e4afd-7176-4274-9689-1544186286bc 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-12-01T20:21:19.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "aai-ml",
  "timestamp": 1669925912116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:21:19.594Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:21:19.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "aai-ml",
  "timestamp": 1669925913120,
  "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-12-01T20:21:19.597Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b69e4afd-7176-4274-9689-1544186286bc
2022-12-01T20:21:19.598Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b69e4afd-7176-4274-9689-1544186286bc 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-12-01T20:21:19.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "clamp",
  "timestamp": 1669925922333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:21:19.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:21:19.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "clamp",
  "timestamp": 1669925924345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:21:19.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:21:19.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:21:19.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "clamp",
  "timestamp": 1669925925349,
  "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-12-01T20:21:19.608Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b69e4afd-7176-4274-9689-1544186286bc
2022-12-01T20:21:19.608Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b69e4afd-7176-4274-9689-1544186286bc 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-12-01T20:21:30.612Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 157e0712-f2fb-4fc6-87a0-81c73c8a397a 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-12-01T20:21:30.615Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 157e0712-f2fb-4fc6-87a0-81c73c8a397a and serviceModelVersionId: f1f1aa27-7071-4616-a769-970a33eb0ca4
2022-12-01T20:21:30.615Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81b76238-892f-4529-a57d-19c3c032fd10
2022-12-01T20:21:30.616Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81b76238-892f-4529-a57d-19c3c032fd10/model-vers/model-ver/f1f1aa27-7071-4616-a769-970a33eb0ca4?depth=0
2022-12-01T20:21:30.619Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-01T20:21:30.665Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81b76238-892f-4529-a57d-19c3c032fd10/model-vers/model-ver/f1f1aa27-7071-4616-a769-970a33eb0ca4?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-12-01T20:21:30.667Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81b76238-892f-4529-a57d-19c3c032fd10/model-vers/model-ver/f1f1aa27-7071-4616-a769-970a33eb0ca4?depth=0|INFO|500||Invoke
2022-12-01T20:21:30.692Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81b76238-892f-4529-a57d-19c3c032fd10/model-vers/model-ver/f1f1aa27-7071-4616-a769-970a33eb0ca4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-01T20:21:30.783Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81b76238-892f-4529-a57d-19c3c032fd10/model-vers/model-ver/f1f1aa27-7071-4616-a769-970a33eb0ca4?depth=0|INFO|500||InvokeReturn
2022-12-01T20:21:30.784Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81b76238-892f-4529-a57d-19c3c032fd10/model-vers/model-ver/f1f1aa27-7071-4616-a769-970a33eb0ca4?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 20:21:30 GMT], content-length=[0], vertex-id=[180360], x-aai-txid=[0-aai-resources-221201-20:21:30:699-66309], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-01T20:21:30.785Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T20:21:30.785Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-01T20:21:30.785Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-01T20:21:30.791Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-01T20:21:30.792Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 157e0712-f2fb-4fc6-87a0-81c73c8a397a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-01T20:21:30.792Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-01T20:21:30.792Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:30.794Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:30.794Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926090792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:21:30.895Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:30.896Z||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-12-01T20:21:30.896Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:30.911Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:30.912Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-01T20:21:31.802Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-01T20:21:31.802Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b69e4afd-7176-4274-9689-1544186286bc","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2630b2ca-77ee-41e3-8d1b-291bd001c911","serviceDescription":"service","serviceInvariantUUID":"0d7135fd-8450-45e4-a9e6-793eb773c454","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"07fa08b8-7cad-4a53-928e-3144df35198c","resourceInvariantUUID":"8cd236b9-dbcb-4b07-b791-a91925db334e","resourceCustomizationUUID":"4c3343a4-4588-438d-a58a-9ac40f309eef","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":"OTA0MmJiMmYwMTI4ODZhZjI4ZTE5NWJlZDQ4NTM0NzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a78f2f5-2e19-4cc2-b5ef-e51e554bb632","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":"42aa9def-8815-402e-a9ca-82db5389ca15","artifactVersion":"2","generatedFromUUID":"18642d0d-f5d2-4b5c-9ff3-1ed2e727e170"},{"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":"18642d0d-f5d2-4b5c-9ff3-1ed2e727e170","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":"ZjYzYzMxOTZiNTZjNmMzMjI5ZDEwYTdkODcxYWUyNzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"547906f2-81a9-43b2-bcd1-1683e5260066","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":"bb7cd4f0-5c15-48aa-b1cf-d351bc23c381","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":"95670eef-029b-428c-9580-bad5a484fa19","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":"551491e7-b59c-4258-bc06-0cb02936ec4d","artifactVersion":"2","generatedFromUUID":"bb7cd4f0-5c15-48aa-b1cf-d351bc23c381"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjgzMDBiOTEyOGJlOTM2ZTA0M2QzZmNhYjY5YWMzM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7d237847-fc79-47db-bf11-d2e42ee5a358","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Mjg5YjJlN2JmNTc5NDRlNzRhZDdmNzI0NjJkOTYyMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bff1c1e6-57b1-4592-9a56-3f7811cb11f9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-01T20:21:31.803Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:21:31.803Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:31.805Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:31.805Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:31.905Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:31.906Z||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-12-01T20:21:31.906Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:31.920Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:31.920Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:32.805Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:21:32.806Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:32.808Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:32.808Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-01T20:21:32.908Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:32.909Z||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-12-01T20:21:32.909Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:32.922Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:32.923Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:33.809Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:21:33.810Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:33.812Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:33.812Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-01T20:21:33.913Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:33.914Z||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-12-01T20:21:33.914Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:33.928Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:33.928Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:34.813Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:21:34.814Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:34.816Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:34.816Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:21:34.916Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:34.917Z||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-12-01T20:21:34.918Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:34.931Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:34.934Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:21:35.817Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:21:35.818Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:35.820Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:35.821Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:21:35.921Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:35.921Z||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-12-01T20:21:35.922Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:35.941Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:35.941Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:36.821Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:21:36.822Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:36.824Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:36.824Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:36.924Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:36.925Z||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-12-01T20:21:36.925Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:36.940Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:36.940Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:37.825Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:21:37.826Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:37.828Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:37.828Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-01T20:21:37.928Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:37.929Z||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-12-01T20:21:37.929Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:37.948Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:37.948Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:38.828Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:21:38.829Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:38.831Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:38.831Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:21:38.931Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:38.932Z||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-12-01T20:21:38.932Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:38.948Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:38.949Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:39.831Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:21:39.832Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:39.835Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:39.835Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:21:39.935Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:21:39.936Z||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-12-01T20:21:39.936Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:39.949Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:39.950Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:40.837Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "2630b2ca-77ee-41e3-8d1b-291bd001c911",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0d7135fd-8450-45e4-a9e6-793eb773c454",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "4c3343a4-4588-438d-a58a-9ac40f309eef",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "07fa08b8-7cad-4a53-928e-3144df35198c",
      "resourceInvariantUUID": "8cd236b9-dbcb-4b07-b791-a91925db334e",
      "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": "42aa9def-8815-402e-a9ca-82db5389ca15",
          "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": "18642d0d-f5d2-4b5c-9ff3-1ed2e727e170",
          "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": "ZjYzYzMxOTZiNTZjNmMzMjI5ZDEwYTdkODcxYWUyNzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "547906f2-81a9-43b2-bcd1-1683e5260066",
          "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": "bb7cd4f0-5c15-48aa-b1cf-d351bc23c381",
          "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": "551491e7-b59c-4258-bc06-0cb02936ec4d",
            "generatedFromUUID": "bb7cd4f0-5c15-48aa-b1cf-d351bc23c381"
          },
          "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": "551491e7-b59c-4258-bc06-0cb02936ec4d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Mjg5YjJlN2JmNTc5NDRlNzRhZDdmNzI0NjJkOTYyMmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bff1c1e6-57b1-4592-9a56-3f7811cb11f9"
    }
  ],
  "workloadContext": "Production"
}
2022-12-01T20:21:40.837Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-01T20:21:40.837Z|157e0712-f2fb-4fc6-87a0-81c73c8a397a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2630b2ca-77ee-41e3-8d1b-291bd001c911 ASDC
2022-12-01T20:21:40.838Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b69e4afd-7176-4274-9689-1544186286bc
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:2630b2ca-77ee-41e3-8d1b-291bd001c911
ServiceInvariantUUID:0d7135fd-8450-45e4-a9e6-793eb773c454
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:bff1c1e6-57b1-4592-9a56-3f7811cb11f9
ArtifactChecksum:Mjg5YjJlN2JmNTc5NDRlNzRhZDdmNzI0NjJkOTYyMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:4c3343a4-4588-438d-a58a-9ac40f309eef
ResourceInvariantUUID:8cd236b9-dbcb-4b07-b791-a91925db334e
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:07fa08b8-7cad-4a53-928e-3144df35198c
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:42aa9def-8815-402e-a9ca-82db5389ca15
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:18642d0d-f5d2-4b5c-9ff3-1ed2e727e170
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:547906f2-81a9-43b2-bcd1-1683e5260066
ArtifactChecksum:ZjYzYzMxOTZiNTZjNmMzMjI5ZDEwYTdkODcxYWUyNzk=
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:bb7cd4f0-5c15-48aa-b1cf-d351bc23c381
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:551491e7-b59c-4258-bc06-0cb02936ec4d
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:551491e7-b59c-4258-bc06-0cb02936ec4d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-01T20:21:40.838Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2630b2ca-77ee-41e3-8d1b-291bd001c911 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-12-01T20:21:40.862Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:21:40.863Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:21:40.863Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:21:40.863Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bff1c1e6-57b1-4592-9a56-3f7811cb11f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-01T20:21:40.863Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:21:40.863Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-01T20:21:40.994Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:21:40.997Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar bff1c1e6-57b1-4592-9a56-3f7811cb11f9 68951
2022-12-01T20:21:40.997Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-01T20:21:40.997Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-01T20:21:40.997Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:21:40.998Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:40.999Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:40.999Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926100997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:21:41.100Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:41.101Z||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-12-01T20:21:41.101Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:41.115Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:41.116Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:21:42.000Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:21:42.001Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-01T20:21:42.001Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bff1c1e6-57b1-4592-9a56-3f7811cb11f9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-01T20:21:42.002Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-01T20:21:42.002Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-01T20:21:42.002Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-01T20:21:42.105Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6400010725350598786/Definitions/service-BasicCnf-template.yml
2022-12-01T20:21:43.267Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-01T20:21:43.268Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-01T20:21:43.268Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-01T20:21:43.268Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-01T20:21:43.268Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-01T20:21:43.268Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-01T20:21:43.268Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-01T20:21:43.268Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-01T20:21:43.269Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-01T20:21:43.269Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:43.269Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:43.269Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-01T20:21:43.269Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-01T20:21:43.270Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:21:43.270Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:43.270Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:43.270Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-01T20:21:43.270Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-01T20:21:43.271Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:21:43.271Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:43.271Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:43.271Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:43.271Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-01T20:21:43.271Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-01T20:21:43.272Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-01T20:21:43.272Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-01T20:21:43.272Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:43.272Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T20:21:43.272Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:43.273Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-01T20:21:43.273Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:21:43.273Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:43.273Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-01T20:21:43.273Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:21:43.274Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:43.274Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-01T20:21:43.274Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:21:43.274Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:43.274Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-01T20:21:43.275Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-01T20:21:43.275Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8f581dd1-5445-435f-a41c-1988b57830ec
2022-12-01T20:21:43.275Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:43.275Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:43.275Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:43.275Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:43.276Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:43.276Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:43.276Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:43.276Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:43.276Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:2630b2ca-77ee-41e3-8d1b-291bd001c911
Model Version:NULL
Model InvariantUuid:0d7135fd-8450-45e4-a9e6-793eb773c454
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:69420ae2-5ffe-47e2-9315-d4c66b06a799
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8cd236b9-dbcb-4b07-b791-a91925db334e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4c3343a4-4588-438d-a58a-9ac40f309eef
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fd7a2215-af19-4b24-bbac-1111fc94ddc3
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:eb09a332-35f4-472d-bb73-af6369a26377
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8f581dd1-5445-435f-a41c-1988b57830ec
ModelInvariantUuid:6cc6c3ef-dcdd-4f17-8cc8-b914dc5aa615
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:42a5ea46-0f4d-42ec-86dd-1be20cd5ec3f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:167d370c-66ac-46c8-bf66-2737fea986d8
ModelInvariantUuid:9d2c1943-371e-436e-8ace-48427d9d5e2e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:69a3080a-e6d5-4efb-bc95-fa63d864e280
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-12-01T20:21:43.282Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 07fa08b8-7cad-4a53-928e-3144df35198c
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-12-01T20:21:43.286Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-12-01T20:21:43.286Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 07fa08b8-7cad-4a53-928e-3144df35198c
2022-12-01T20:21:43.286Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 42aa9def-8815-402e-a9ca-82db5389ca15 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-01T20:21:43.286Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:21:43.286Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-01T20:21:43.359Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:21:43.360Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 42aa9def-8815-402e-a9ca-82db5389ca15 12
2022-12-01T20:21:43.360Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-01T20:21:43.360Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-01T20:21:43.361Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:21:43.361Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:43.362Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:43.363Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926103360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:21:43.463Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:43.464Z||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-12-01T20:21:43.464Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:43.478Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:43.479Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:44.363Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 18642d0d-f5d2-4b5c-9ff3-1ed2e727e170 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-01T20:21:44.364Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:21:44.364Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-01T20:21:44.419Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:21:44.420Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 18642d0d-f5d2-4b5c-9ff3-1ed2e727e170 2688
2022-12-01T20:21:44.420Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-01T20:21:44.421Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-01T20:21:44.421Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:21:44.421Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:44.424Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:44.424Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926104420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:21:44.524Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:44.525Z||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-12-01T20:21:44.525Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:44.539Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:44.540Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:45.426Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 547906f2-81a9-43b2-bcd1-1683e5260066 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-01T20:21:45.426Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:21:45.426Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-01T20:21:45.497Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:21:45.497Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 547906f2-81a9-43b2-bcd1-1683e5260066 828
2022-12-01T20:21:45.498Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-01T20:21:45.498Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-01T20:21:45.498Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:21:45.498Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:45.500Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:45.500Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926105498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:21:45.600Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:45.602Z||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-12-01T20:21:45.602Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:45.624Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:45.625Z||pool-79-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:46.501Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "fd7a2215-af19-4b24-bbac-1111fc94ddc3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eb09a332-35f4-472d-bb73-af6369a26377",
    "vfModuleModelCustomizationUUID": "6898e6ee-f808-4aa8-a113-dcc157771821",
    "isBase": true,
    "artifacts": [
      "bb7cd4f0-5c15-48aa-b1cf-d351bc23c381",
      "18642d0d-f5d2-4b5c-9ff3-1ed2e727e170",
      "551491e7-b59c-4258-bc06-0cb02936ec4d"
    ],
    "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-12-01T20:21:46.504Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eb09a332-35f4-472d-bb73-af6369a26377
VfModuleModelInvariantUUID:fd7a2215-af19-4b24-bbac-1111fc94ddc3
VfModuleModelDescription:NULL
Artifacts UUID List:{
bb7cd4f0-5c15-48aa-b1cf-d351bc23c381
,
18642d0d-f5d2-4b5c-9ff3-1ed2e727e170
,
551491e7-b59c-4258-bc06-0cb02936ec4d

}
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-12-01T20:21:46.506Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "fd7a2215-af19-4b24-bbac-1111fc94ddc3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eb09a332-35f4-472d-bb73-af6369a26377",
    "vfModuleModelCustomizationUUID": "6898e6ee-f808-4aa8-a113-dcc157771821",
    "isBase": true,
    "artifacts": [
      "bb7cd4f0-5c15-48aa-b1cf-d351bc23c381",
      "18642d0d-f5d2-4b5c-9ff3-1ed2e727e170",
      "551491e7-b59c-4258-bc06-0cb02936ec4d"
    ],
    "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-12-01T20:21:46.506Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eb09a332-35f4-472d-bb73-af6369a26377
VfModuleModelInvariantUUID:fd7a2215-af19-4b24-bbac-1111fc94ddc3
VfModuleModelDescription:NULL
Artifacts UUID List:{
bb7cd4f0-5c15-48aa-b1cf-d351bc23c381
,
18642d0d-f5d2-4b5c-9ff3-1ed2e727e170
,
551491e7-b59c-4258-bc06-0cb02936ec4d

}
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-12-01T20:21:46.506Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bb7cd4f0-5c15-48aa-b1cf-d351bc23c381 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-01T20:21:46.506Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:21:46.506Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-01T20:21:46.579Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:21:46.579Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bb7cd4f0-5c15-48aa-b1cf-d351bc23c381 1164
2022-12-01T20:21:46.579Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-01T20:21:46.580Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-01T20:21:46.580Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:21:46.580Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:46.581Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:46.582Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926106579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:21:46.682Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:46.683Z||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-12-01T20:21:46.683Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:46.696Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:46.696Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:21:47.582Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 551491e7-b59c-4258-bc06-0cb02936ec4d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-01T20:21:47.583Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-01T20:21:47.583Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-01T20:21:47.706Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-01T20:21:47.706Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 551491e7-b59c-4258-bc06-0cb02936ec4d 200
2022-12-01T20:21:47.706Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-01T20:21:47.707Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-01T20:21:47.707Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:21:47.707Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:47.709Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:47.709Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926107706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:21:47.809Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:47.810Z||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-12-01T20:21:47.810Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:47.827Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:47.828Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:48.709Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2630b2ca-77ee-41e3-8d1b-291bd001c911
2022-12-01T20:21:48.710Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 07fa08b8-7cad-4a53-928e-3144df35198c ASDC
2022-12-01T20:21:48.720Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-12-01T20:21:48.732Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c5b84bb, org.onap.sdc.toscaparser.api.parameters.Input@4b8e779f, org.onap.sdc.toscaparser.api.parameters.Input@5b17e9b9, org.onap.sdc.toscaparser.api.parameters.Input@278c2779, org.onap.sdc.toscaparser.api.parameters.Input@2772016f]
2022-12-01T20:21:48.733Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:48.733Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:48.733Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-12-01T20:21:48.734Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4c3343a4-4588-438d-a58a-9ac40f309eef
2022-12-01T20:21:48.734Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c3343a4-4588-438d-a58a-9ac40f309eef matches Tosca VF Customization UUID: 4c3343a4-4588-438d-a58a-9ac40f309eef
2022-12-01T20:21:48.734Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4c3343a4-4588-438d-a58a-9ac40f309eef  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-12-01T20:21:48.735Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:48.736Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:48.736Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4c3343a4-4588-438d-a58a-9ac40f309eef: {\"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-12-01T20:21:48.736Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3db79708
2022-12-01T20:21:48.736Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:48.737Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T20:21:48.737Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6898e6ee-f808-4aa8-a113-dcc157771821
2022-12-01T20:21:48.737Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6898e6ee-f808-4aa8-a113-dcc157771821
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-12-01T20:21:48.740Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:48.740Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-01T20:21:48.740Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:21:48.741Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:48.741Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-01T20:21:48.741Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:21:48.741Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:48.741Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-01T20:21:48.741Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-01T20:21:48.741Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8f581dd1-5445-435f-a41c-1988b57830ec
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-12-01T20:21:48.744Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:48.744Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-01T20:21:48.745Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:21:48.745Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:48.745Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-01T20:21:48.745Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4c3343a4-4588-438d-a58a-9ac40f309eef
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-12-01T20:21:48.747Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:48.747Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:48.747Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2630b2ca-77ee-41e3-8d1b-291bd001c911: basic_cnf
2022-12-01T20:21:48.747Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:48.747Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:48.747Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:48.748Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:48.748Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:48.748Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:48.748Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:48.748Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:48.748Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:21:48.748Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:21:48.749Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-01T20:21:48.830Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 07fa08b8-7cad-4a53-928e-3144df35198c 1 ASDC deployResourceStructure
2022-12-01T20:21:48.831Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-01T20:21:48.831Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-12-01T20:21:48.831Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-01T20:21:48.831Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:48.833Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:48.833Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926108830,
  "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-12-01T20:21:48.933Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:48.934Z||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-12-01T20:21:48.934Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:48.954Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:48.955Z||pool-82-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:49.837Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-01T20:21:49.837Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-01T20:21:49.837Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-01T20:21:49.837Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:49.840Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:49.840Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926109836,
  "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-12-01T20:21:49.940Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:49.941Z||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-12-01T20:21:49.941Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:49.959Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:49.960Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:21:50.841Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-01T20:21:50.841Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-01T20:21:50.842Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:21:50.842Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:50.843Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:50.844Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926110841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:21:50.944Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:50.945Z||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-12-01T20:21:50.945Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:50.958Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:50.958Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:51.845Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-01T20:21:51.846Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-01T20:21:51.846Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:21:51.846Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:51.848Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:51.848Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926111844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-01T20:21:51.948Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:51.949Z||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-12-01T20:21:51.950Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:51.965Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:51.965Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:52.849Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-01T20:21:52.849Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-01T20:21:52.850Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:21:52.850Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:52.852Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:52.852Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926112849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-01T20:21:52.952Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:52.953Z||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-12-01T20:21:52.953Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:52.969Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:52.969Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:21:53.852Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-01T20:21:53.853Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-01T20:21:53.853Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:21:53.854Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:21:53.855Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:21:53.855Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926113852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:21:53.956Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:21:53.957Z||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-12-01T20:21:53.957Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:21:53.982Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:21:53.983Z||pool-87-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:21:54.856Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b69e4afd-7176-4274-9689-1544186286bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:21:54.862Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b69e4afd-7176-4274-9689-1544186286bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:21:54.864Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:21:54.864Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T20:21:54.864Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-01T20:21:54.865Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-01T20:21:54.865Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:21:54.865Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:21:54.865Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:21:54.865Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:21:54.865Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:21:54.866Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:21:54.866Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-01T20:21:54.868Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-01T20:22:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:22:19.512Z||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-12-01T20:22:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:22:19.538Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:22:19.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:22:19.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ad6d5d1-98dc-4ae3-a5de-78622af52c2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925995512,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:22:19.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:22:19.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:22:19.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:22:19.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:22:19.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:22:19.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:22:19.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:22:19.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:22:19.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:22:19.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:22:19.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:22:19.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:22:19.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:22:19.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:22:19.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:22:19.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:22:19.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:22:19.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/resourceInstances/pnf972f4d3845f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:22:19.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:22:19.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:22:19.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:22:19.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:22:19.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:22:19.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669925839509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:22:19.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:22:19.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:22:19.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926004669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:22:19.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:22:19.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-01T20:22:19.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926006610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQfdyoadw9zd03jsa89pp/1.0/artifacts/service-DemoPnfQfdyoadw9zd03jsa89pp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:22:19.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:22:24.868Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b69e4afd-7176-4274-9689-1544186286bc 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-12-01T20:22:24.878Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b69e4afd-7176-4274-9689-1544186286bc and serviceModelVersionId: 2630b2ca-77ee-41e3-8d1b-291bd001c911
2022-12-01T20:22:24.878Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d7135fd-8450-45e4-a9e6-793eb773c454
2022-12-01T20:22:24.879Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d7135fd-8450-45e4-a9e6-793eb773c454/model-vers/model-ver/2630b2ca-77ee-41e3-8d1b-291bd001c911?depth=0
2022-12-01T20:22:24.885Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-01T20:22:24.934Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d7135fd-8450-45e4-a9e6-793eb773c454/model-vers/model-ver/2630b2ca-77ee-41e3-8d1b-291bd001c911?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-12-01T20:22:24.937Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d7135fd-8450-45e4-a9e6-793eb773c454/model-vers/model-ver/2630b2ca-77ee-41e3-8d1b-291bd001c911?depth=0|INFO|500||Invoke
2022-12-01T20:22:24.957Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d7135fd-8450-45e4-a9e6-793eb773c454/model-vers/model-ver/2630b2ca-77ee-41e3-8d1b-291bd001c911?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-01T20:22:25.078Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d7135fd-8450-45e4-a9e6-793eb773c454/model-vers/model-ver/2630b2ca-77ee-41e3-8d1b-291bd001c911?depth=0|INFO|500||InvokeReturn
2022-12-01T20:22:25.079Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d7135fd-8450-45e4-a9e6-793eb773c454/model-vers/model-ver/2630b2ca-77ee-41e3-8d1b-291bd001c911?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 20:22:24 GMT], content-length=[0], vertex-id=[233536], x-aai-txid=[0-aai-resources-221201-20:22:24:966-66670], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-01T20:22:25.079Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T20:22:25.080Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-01T20:22:25.080Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-01T20:22:25.089Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-01T20:22:25.089Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b69e4afd-7176-4274-9689-1544186286bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-01T20:22:25.090Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-01T20:22:25.090Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:22:25.092Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:22:25.093Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926145090,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:22:25.194Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-01T20:22:25.195Z||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-12-01T20:22:25.195Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:22:25.214Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:22:25.214Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-01T20:22:26.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:22:26.123Z||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-12-01T20:22:26.123Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:22:35.673Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:22:35.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:22:35.674Z||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-12-01T20:22:35.674Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:22:45.228Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:22:45.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:22:45.229Z||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-12-01T20:22:45.229Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:22:54.793Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:22:54.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:22:54.794Z||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-12-01T20:22:54.794Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:23:04.359Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:23:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:23:19.510Z||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-12-01T20:23:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:23:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:23:19.511Z||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-12-01T20:23:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:23:19.564Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:23:19.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55f80d8b-34b2-4c0c-9a76-001437d86df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926037807,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:23:19.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:23:19.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:23:19.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:23:19.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:23:19.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:23:19.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:23:19.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:23:19.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:23:19.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:23:19.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-01T20:23:19.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:23:19.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:23:19.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:23:19.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:23:19.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:23:19.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926050604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:23:19.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:23:19.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926053005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:23:19.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:23:19.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926054175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:23:19.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:23:19.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926055439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:23:19.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:23:19.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926056585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:23:19.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:23:19.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926057588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-01T20:23:19.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:23:19.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926058592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-01T20:23:19.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:23:19.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:23:19.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926059595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:23:19.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:23:29.072Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:24:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:24:19.510Z||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-12-01T20:24:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:24:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:24:19.511Z||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-12-01T20:24:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:24:19.541Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:24:19.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157e0712-f2fb-4fc6-87a0-81c73c8a397a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926090792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:24:19.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:24:19.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:24:19.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:24:19.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-01T20:24:19.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:24:19.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-01T20:24:19.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:24:19.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:24:19.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:24:19.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:24:19.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:24:19.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:24:19.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:24:19.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-01T20:24:19.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:24:19.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:24:19.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:24:19.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926038820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:24:19.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:24:19.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926100997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:24:19.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:24:19.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926103360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:24:19.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:24:19.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926104420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:24:19.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:24:19.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926105498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:24:19.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:24:19.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926106579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:24:19.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:24:19.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926107706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:24:19.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:24:19.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926108830,
  "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-12-01T20:24:19.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:24:19.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926109836,
  "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-12-01T20:24:19.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:24:19.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926110841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:24:19.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:24:19.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926111844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-01T20:24:19.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:24:19.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926112849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-01T20:24:19.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:24:19.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:24:19.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926113852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:24:19.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:24:29.058Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:25:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:25:19.510Z||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-12-01T20:25:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:25:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:25:19.511Z||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-12-01T20:25:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:25:20.035Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:25:20.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-01T20:25:20.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b69e4afd-7176-4274-9689-1544186286bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669926145090,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:25:20.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:25:29.061Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:26:19.510Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:26:19.511Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:26:19.511Z||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-12-01T20:26:19.511Z|b69e4afd-7176-4274-9689-1544186286bc|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-12-01T20:26:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:26:19.512Z|b69e4afd-7176-4274-9689-1544186286bc|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:26:29.061Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:26:29.074Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:27:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:27:19.510Z||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-12-01T20:27:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:27:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:27:19.512Z||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-12-01T20:27:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:27:29.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:27:29.059Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:28:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:28:19.510Z||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-12-01T20:28:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:28:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:28:19.511Z||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-12-01T20:28:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:28:29.062Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:28:29.065Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:29:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:29:19.510Z||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-12-01T20:29:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:29:19.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:29:19.512Z||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-12-01T20:29:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:29:29.060Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:29:29.063Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:30:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:30:19.509Z||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-12-01T20:30:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:30:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:30:19.511Z||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-12-01T20:30:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:30:29.061Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:30:29.061Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:31:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:31:19.510Z||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-12-01T20:31:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:31:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:31:19.511Z||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-12-01T20:31:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:31:29.067Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:31:29.069Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:32:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:32:19.509Z||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-12-01T20:32:19.509Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:32:19.511Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:32:19.511Z||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-12-01T20:32:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:32:29.058Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:32:29.058Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:33:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:33:19.510Z||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-12-01T20:33:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:33:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:33:19.512Z||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-12-01T20:33:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:33:29.059Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:33:29.058Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:34:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:34:19.510Z||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-12-01T20:34:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:34:19.511Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:34:19.512Z|b69e4afd-7176-4274-9689-1544186286bc|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-12-01T20:34:19.512Z|b69e4afd-7176-4274-9689-1544186286bc|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:34:29.064Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:34:29.064Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:35:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:35:19.509Z||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-12-01T20:35:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:35:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:35:19.511Z||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-12-01T20:35:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:35:29.060Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:35:29.060Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:36:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:36:19.509Z||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-12-01T20:36:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:36:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:36:19.511Z||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-12-01T20:36:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:36:29.059Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:36:29.081Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:37:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:37:19.510Z||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-12-01T20:37:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:37:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:37:19.511Z||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-12-01T20:37:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:37:29.070Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:37:29.070Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:38:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:38:19.510Z||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-12-01T20:38:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:38:19.511Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:38:19.512Z||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-12-01T20:38:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:38:29.066Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:38:29.066Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:39:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:39:19.510Z||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-12-01T20:39:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:39:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:39:19.512Z||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-12-01T20:39:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:39:29.063Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:39:29.064Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:40:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:40:19.510Z||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-12-01T20:40:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:40:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:40:19.512Z||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-12-01T20:40:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:40:29.082Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:40:29.082Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:41:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:41:19.510Z||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-12-01T20:41:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:41:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:41:19.512Z||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-12-01T20:41:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:41:29.076Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:41:29.084Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:42:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:42:19.510Z||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-12-01T20:42:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:42:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:42:19.512Z||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-12-01T20:42:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:42:29.066Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:42:29.068Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:43:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:43:19.510Z||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-12-01T20:43:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:43:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:43:19.511Z||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-12-01T20:43:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:43:29.056Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:43:29.059Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:44:19.509Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:44:19.510Z||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-12-01T20:44:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:44:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:44:19.512Z||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-12-01T20:44:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:44:29.062Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:44:29.062Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:45:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:45:19.510Z||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-12-01T20:45:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:45:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:45:19.512Z||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-12-01T20:45:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:45:29.060Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:45:29.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:46:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:46:19.510Z||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-12-01T20:46:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:46:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:46:19.511Z||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-12-01T20:46:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:46:29.062Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:46:29.062Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:47:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:47:19.510Z||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-12-01T20:47:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:47:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:47:19.511Z||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-12-01T20:47:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:47:29.058Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:47:29.063Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:48:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:48:19.509Z||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-12-01T20:48:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:48:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:48:19.511Z||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-12-01T20:48:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:48:29.058Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:48:29.062Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:49:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:49:19.510Z||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-12-01T20:49:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:49:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:49:19.512Z||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-12-01T20:49:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:49:29.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:49:29.061Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:50:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:50:19.509Z||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-12-01T20:50:19.509Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:50:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:50:19.512Z||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-12-01T20:50:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:50:29.063Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:50:29.063Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:51:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:51:19.510Z||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-12-01T20:51:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:51:19.511Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:51:19.511Z|b69e4afd-7176-4274-9689-1544186286bc|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-12-01T20:51:19.512Z|b69e4afd-7176-4274-9689-1544186286bc|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:51:29.086Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:51:29.087Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:52:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:52:19.510Z||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-12-01T20:52:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:52:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:52:19.511Z||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-12-01T20:52:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:52:29.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:52:29.063Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:19.509Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:53:19.510Z||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-12-01T20:53:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:53:19.512Z||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-12-01T20:53:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:19.998Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:19.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:19.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "cds",
  "timestamp": 1669927989027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669927992200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "aai-ml",
  "timestamp": 1669927989115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "aai-ml",
  "timestamp": 1669927989115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "cds",
  "timestamp": 1669927989027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669927992200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:53:20.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "cds",
  "timestamp": 1669927989027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669927992200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:53:20.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "aai-ml",
  "timestamp": 1669927989115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669927992200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "cds",
  "timestamp": 1669927989027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "aai-ml",
  "timestamp": 1669927989115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "aai-ml",
  "timestamp": 1669927989115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669927992200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-01T20:53:20.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "cds",
  "timestamp": 1669927989027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669927997244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "aai-ml",
  "timestamp": 1669927989115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669927992200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-01T20:53:20.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "cds",
  "timestamp": 1669927989027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669927997244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "aai-ml",
  "timestamp": 1669927989115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669927992200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-01T20:53:20.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "cds",
  "timestamp": 1669927989027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:53:20.142Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:20.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T20:53:20.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"47ad9dd0-1fe5-464c-b14c-5d800a466971","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"29af2e9d-5bbc-4dc3-bb30-709460610ff7","serviceDescription":"service","serviceInvariantUUID":"504f09a0-fbd5-43f0-8e75-45efd833f470","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"827f33d6-034b-4560-8b6c-df0f42d8f48a","resourceInvariantUUID":"3ef59969-6b69-41b7-848a-2b4ce0c6c883","resourceCustomizationUUID":"71512a39-4c5b-4d58-b345-fd4bc30f8a53","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":"NjcxZDM4NTcyZWI1YjRjZTI1NjZjM2FhZjkwM2M2MmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aca020b2-5b5f-421e-86de-2dd63b15136d","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":"NTg4Y2U3ZTU5MDdlMzI0M2ZkN2I1YThkMjJlMWMwNTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1fd23d92-3ddc-4a40-8e25-1fd6e1b4cae4","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":"b5643d67-be92-4994-8aa2-d359e9cc9d01","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":"d4b50434-412f-45a8-92d6-54b3674977e8","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":"32b29e7b-2a4f-4761-874e-460421cc8527","artifactVersion":"2","generatedFromUUID":"7368bc59-d728-4495-a627-6c913077e149"},{"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":"2f769540-cc90-49c1-8bec-1814839ccd98","artifactVersion":"2","generatedFromUUID":"b5643d67-be92-4994-8aa2-d359e9cc9d01"},{"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":"7368bc59-d728-4495-a627-6c913077e149","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":"6ce06a6e-a921-4681-a43a-cd1ab45bd929","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":"M2YxYWI2OGZlNjVkYzlkYTUzODRjNjJmMjVmZWI1M2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ece04d6-1483-4d7c-b35a-0d708b696adf","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjE4MzEyYjJmM2ViY2U4M2YyNzQ0MjNmNzY0ZGU4MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b8767d7-bdd7-48e2-a80e-71ca1f6c1a9a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-01T20:53:20.145Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:53:20.146Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:20.149Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:20.149Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:20.249Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:53:20.251Z||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-12-01T20:53:20.251Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:20.263Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:20.264Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:21.150Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:53:21.151Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:21.154Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:21.154Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:53:21.254Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:21.255Z||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-12-01T20:53:21.255Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:21.268Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:21.268Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:22.155Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:53:22.156Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:22.158Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:22.158Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:53:22.258Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:53:22.259Z||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-12-01T20:53:22.259Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:22.283Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:22.284Z||pool-91-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:23.159Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:53:23.160Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:23.162Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:23.162Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:23.262Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:23.263Z||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-12-01T20:53:23.263Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:23.300Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:23.301Z||pool-92-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:24.163Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:53:24.163Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:24.166Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:24.166Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-01T20:53:24.266Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:24.267Z||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-12-01T20:53:24.267Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:24.285Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:24.285Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:25.167Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:53:25.167Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:25.169Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:25.170Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-01T20:53:25.270Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:25.271Z||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-12-01T20:53:25.271Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:25.289Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:25.290Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:26.170Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:53:26.171Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:26.174Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:26.174Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-01T20:53:26.274Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:26.275Z||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-12-01T20:53:26.275Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:26.291Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:26.291Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:53:27.175Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:53:27.175Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:27.177Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:27.177Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:27.278Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:53:27.278Z||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-12-01T20:53:27.278Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:27.292Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:27.293Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:28.178Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:53:28.179Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:28.181Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:28.181Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:53:28.281Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:53:28.282Z||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-12-01T20:53:28.282Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:28.297Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:28.297Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:29.182Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:53:29.183Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:29.186Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:29.186Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:53:29.286Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:29.287Z||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-12-01T20:53:29.287Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:29.301Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:29.302Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:30.187Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "29af2e9d-5bbc-4dc3-bb30-709460610ff7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "504f09a0-fbd5-43f0-8e75-45efd833f470",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "71512a39-4c5b-4d58-b345-fd4bc30f8a53",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "827f33d6-034b-4560-8b6c-df0f42d8f48a",
      "resourceInvariantUUID": "3ef59969-6b69-41b7-848a-2b4ce0c6c883",
      "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": "NTg4Y2U3ZTU5MDdlMzI0M2ZkN2I1YThkMjJlMWMwNTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1fd23d92-3ddc-4a40-8e25-1fd6e1b4cae4",
          "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": "b5643d67-be92-4994-8aa2-d359e9cc9d01",
          "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": "2f769540-cc90-49c1-8bec-1814839ccd98",
            "generatedFromUUID": "b5643d67-be92-4994-8aa2-d359e9cc9d01"
          },
          "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": "32b29e7b-2a4f-4761-874e-460421cc8527",
          "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": "2f769540-cc90-49c1-8bec-1814839ccd98",
          "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": "7368bc59-d728-4495-a627-6c913077e149",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjE4MzEyYjJmM2ViY2U4M2YyNzQ0MjNmNzY0ZGU4MzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7b8767d7-bdd7-48e2-a80e-71ca1f6c1a9a"
    }
  ],
  "workloadContext": "Production"
}
2022-12-01T20:53:30.188Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-01T20:53:30.188Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 29af2e9d-5bbc-4dc3-bb30-709460610ff7 ASDC
2022-12-01T20:53:30.189Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:47ad9dd0-1fe5-464c-b14c-5d800a466971
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:29af2e9d-5bbc-4dc3-bb30-709460610ff7
ServiceInvariantUUID:504f09a0-fbd5-43f0-8e75-45efd833f470
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:7b8767d7-bdd7-48e2-a80e-71ca1f6c1a9a
ArtifactChecksum:YjE4MzEyYjJmM2ViY2U4M2YyNzQ0MjNmNzY0ZGU4MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:71512a39-4c5b-4d58-b345-fd4bc30f8a53
ResourceInvariantUUID:3ef59969-6b69-41b7-848a-2b4ce0c6c883
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:827f33d6-034b-4560-8b6c-df0f42d8f48a
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:1fd23d92-3ddc-4a40-8e25-1fd6e1b4cae4
ArtifactChecksum:NTg4Y2U3ZTU5MDdlMzI0M2ZkN2I1YThkMjJlMWMwNTQ=
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:b5643d67-be92-4994-8aa2-d359e9cc9d01
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:2f769540-cc90-49c1-8bec-1814839ccd98
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:32b29e7b-2a4f-4761-874e-460421cc8527
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:2f769540-cc90-49c1-8bec-1814839ccd98
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:7368bc59-d728-4495-a627-6c913077e149
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-01T20:53:30.189Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29af2e9d-5bbc-4dc3-bb30-709460610ff7 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-12-01T20:53:30.233Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:53:30.234Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-01T20:53:30.234Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-01T20:53:30.235Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7b8767d7-bdd7-48e2-a80e-71ca1f6c1a9a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-01T20:53:30.235Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-01T20:53:30.235Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-01T20:53:30.327Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-01T20:53:30.336Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7b8767d7-bdd7-48e2-a80e-71ca1f6c1a9a 158213
2022-12-01T20:53:30.336Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-01T20:53:30.336Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-01T20:53:30.336Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:53:30.337Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:30.339Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:30.339Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928010336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:53:30.439Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:30.440Z||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-12-01T20:53:30.440Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:30.457Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:30.457Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:31.340Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:53:31.341Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-01T20:53:31.341Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7b8767d7-bdd7-48e2-a80e-71ca1f6c1a9a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-01T20:53:31.341Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-01T20:53:31.342Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-01T20:53:31.342Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-01T20:53:31.508Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13006696074767418708/Definitions/service-BasicCnfMacro-template.yml
2022-12-01T20:53:32.795Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-01T20:53:32.795Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-01T20:53:32.795Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-01T20:53:32.796Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-01T20:53:32.796Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-01T20:53:32.796Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:32.796Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:32.796Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:32.796Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-01T20:53:32.797Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:32.797Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:32.798Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-01T20:53:32.798Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-01T20:53:32.798Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:53:32.798Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:32.799Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:32.799Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-01T20:53:32.799Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-01T20:53:32.799Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:53:32.799Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:32.800Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:32.800Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:32.800Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-01T20:53:32.800Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-01T20:53:32.801Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-01T20:53:32.801Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-01T20:53:32.801Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:32.801Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T20:53:32.802Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:32.802Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-01T20:53:32.802Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:53:32.802Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:32.802Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-01T20:53:32.803Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:53:32.803Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:32.803Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-01T20:53:32.803Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:53:32.803Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:32.803Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-01T20:53:32.804Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:53:32.804Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:32.804Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-01T20:53:32.804Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-01T20:53:32.804Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e703e1b5-0a76-4ae2-8ae3-1c0f704714d8
2022-12-01T20:53:32.804Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:32.804Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:32.805Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:32.805Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:32.805Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:32.805Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:32.805Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:32.805Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:32.806Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:29af2e9d-5bbc-4dc3-bb30-709460610ff7
Model Version:NULL
Model InvariantUuid:504f09a0-fbd5-43f0-8e75-45efd833f470
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:88e55917-5b51-450f-8efd-9f9614e2f86b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3ef59969-6b69-41b7-848a-2b4ce0c6c883
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:71512a39-4c5b-4d58-b345-fd4bc30f8a53
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c9e1df6b-523e-4a58-a1b3-84260a1040fa
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:6ea49a1d-bebc-44af-af63-c586d9ec9115
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f31d1663-5a7d-467e-a381-a3b92aa59795
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:76defa87-db03-44ab-b815-0e9295d8aa86
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e703e1b5-0a76-4ae2-8ae3-1c0f704714d8
ModelInvariantUuid:0e6cb0b0-0825-4c67-a53b-c6fd9c9a828b
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ccc0f252-8800-41aa-8f31-6086940b2f94
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:782faa15-11a1-4b8c-a918-8a5a82f15ac1
ModelInvariantUuid:f22c66b9-b31a-46ca-b359-ed858ef2c54b
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:c0ba1395-f384-458d-a02e-74ba5bc17630
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-12-01T20:53:32.813Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 827f33d6-034b-4560-8b6c-df0f42d8f48a
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-12-01T20:53:32.816Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2022-12-01T20:53:32.817Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 827f33d6-034b-4560-8b6c-df0f42d8f48a
2022-12-01T20:53:32.817Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1fd23d92-3ddc-4a40-8e25-1fd6e1b4cae4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-01T20:53:32.817Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-01T20:53:32.817Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:32.873Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-01T20:53:32.874Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 1fd23d92-3ddc-4a40-8e25-1fd6e1b4cae4 1565
2022-12-01T20:53:32.874Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:32.874Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:32.874Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:53:32.874Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:32.877Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:32.877Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928012874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:53:32.977Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:32.978Z||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-12-01T20:53:32.978Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:32.993Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:32.993Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:33.882Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f31d1663-5a7d-467e-a381-a3b92aa59795",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "76defa87-db03-44ab-b815-0e9295d8aa86",
    "vfModuleModelCustomizationUUID": "f28e383a-fa59-4e6b-848c-291b4cb593e6",
    "isBase": true,
    "artifacts": [
      "b5643d67-be92-4994-8aa2-d359e9cc9d01",
      "2f769540-cc90-49c1-8bec-1814839ccd98"
    ],
    "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": "c9e1df6b-523e-4a58-a1b3-84260a1040fa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ea49a1d-bebc-44af-af63-c586d9ec9115",
    "vfModuleModelCustomizationUUID": "fb3ab2ca-7d58-45da-9dfd-40d1550f77af",
    "isBase": false,
    "artifacts": [
      "7368bc59-d728-4495-a627-6c913077e149"
    ],
    "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-12-01T20:53:33.887Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76defa87-db03-44ab-b815-0e9295d8aa86
VfModuleModelInvariantUUID:f31d1663-5a7d-467e-a381-a3b92aa59795
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5643d67-be92-4994-8aa2-d359e9cc9d01
,
2f769540-cc90-49c1-8bec-1814839ccd98

}
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:6ea49a1d-bebc-44af-af63-c586d9ec9115
VfModuleModelInvariantUUID:c9e1df6b-523e-4a58-a1b3-84260a1040fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
7368bc59-d728-4495-a627-6c913077e149

}
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-12-01T20:53:33.889Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f31d1663-5a7d-467e-a381-a3b92aa59795",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "76defa87-db03-44ab-b815-0e9295d8aa86",
    "vfModuleModelCustomizationUUID": "f28e383a-fa59-4e6b-848c-291b4cb593e6",
    "isBase": true,
    "artifacts": [
      "b5643d67-be92-4994-8aa2-d359e9cc9d01",
      "2f769540-cc90-49c1-8bec-1814839ccd98"
    ],
    "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": "c9e1df6b-523e-4a58-a1b3-84260a1040fa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ea49a1d-bebc-44af-af63-c586d9ec9115",
    "vfModuleModelCustomizationUUID": "fb3ab2ca-7d58-45da-9dfd-40d1550f77af",
    "isBase": false,
    "artifacts": [
      "7368bc59-d728-4495-a627-6c913077e149"
    ],
    "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-12-01T20:53:33.889Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76defa87-db03-44ab-b815-0e9295d8aa86
VfModuleModelInvariantUUID:f31d1663-5a7d-467e-a381-a3b92aa59795
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5643d67-be92-4994-8aa2-d359e9cc9d01
,
2f769540-cc90-49c1-8bec-1814839ccd98

}
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:6ea49a1d-bebc-44af-af63-c586d9ec9115
VfModuleModelInvariantUUID:c9e1df6b-523e-4a58-a1b3-84260a1040fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
7368bc59-d728-4495-a627-6c913077e149

}
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-12-01T20:53:33.889Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b5643d67-be92-4994-8aa2-d359e9cc9d01 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-01T20:53:33.889Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-01T20:53:33.889Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:33.940Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-01T20:53:33.941Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml b5643d67-be92-4994-8aa2-d359e9cc9d01 914
2022-12-01T20:53:33.941Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:33.941Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:33.941Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:53:33.942Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:33.943Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:33.944Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928013941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:53:34.044Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:34.044Z||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-12-01T20:53:34.045Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:34.060Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:34.060Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:34.945Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 32b29e7b-2a4f-4761-874e-460421cc8527 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-01T20:53:34.946Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-01T20:53:34.946Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:34.999Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-01T20:53:35.000Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 32b29e7b-2a4f-4761-874e-460421cc8527 12
2022-12-01T20:53:35.000Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:35.000Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:35.000Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:53:35.000Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:35.002Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:35.002Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928015000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:53:35.102Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:35.103Z||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-12-01T20:53:35.103Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:35.118Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:35.119Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:36.003Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2f769540-cc90-49c1-8bec-1814839ccd98 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-01T20:53:36.003Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-01T20:53:36.004Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:36.059Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-01T20:53:36.060Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2f769540-cc90-49c1-8bec-1814839ccd98 96
2022-12-01T20:53:36.060Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:36.061Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:36.061Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:53:36.061Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:36.063Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:36.063Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928016060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:53:36.163Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:36.164Z||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-12-01T20:53:36.164Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:36.179Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:36.179Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:37.064Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7368bc59-d728-4495-a627-6c913077e149 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-01T20:53:37.064Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-01T20:53:37.065Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:37.115Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-01T20:53:37.116Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 7368bc59-d728-4495-a627-6c913077e149 20206
2022-12-01T20:53:37.116Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:37.116Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:37.116Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:53:37.117Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:37.118Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:37.119Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928017116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:53:37.219Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:37.219Z||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-12-01T20:53:37.220Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:37.233Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:37.234Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:38.125Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 29af2e9d-5bbc-4dc3-bb30-709460610ff7
2022-12-01T20:53:38.125Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 827f33d6-034b-4560-8b6c-df0f42d8f48a 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-12-01T20:53:38.132Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@654c9cb4, org.onap.sdc.toscaparser.api.parameters.Input@52c59d3a, org.onap.sdc.toscaparser.api.parameters.Input@20da0854, org.onap.sdc.toscaparser.api.parameters.Input@a53295f, org.onap.sdc.toscaparser.api.parameters.Input@b7bbd9d]
2022-12-01T20:53:38.134Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:38.135Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:38.135Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-12-01T20:53:38.135Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 71512a39-4c5b-4d58-b345-fd4bc30f8a53
2022-12-01T20:53:38.135Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71512a39-4c5b-4d58-b345-fd4bc30f8a53 matches Tosca VF Customization UUID: 71512a39-4c5b-4d58-b345-fd4bc30f8a53
2022-12-01T20:53:38.135Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 71512a39-4c5b-4d58-b345-fd4bc30f8a53  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-12-01T20:53:38.137Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:38.137Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:38.138Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 71512a39-4c5b-4d58-b345-fd4bc30f8a53: {\"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-12-01T20:53:38.138Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16cb3bea
2022-12-01T20:53:38.138Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:38.139Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T20:53:38.139Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fb3ab2ca-7d58-45da-9dfd-40d1550f77af
2022-12-01T20:53:38.139Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fb3ab2ca-7d58-45da-9dfd-40d1550f77af
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-12-01T20:53:38.141Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:38.141Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-01T20:53:38.141Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:53:38.141Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:38.141Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-01T20:53:38.142Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:53:38.142Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:38.142Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-01T20:53:38.143Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=71512a39-4c5b-4d58-b345-fd4bc30f8a53
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-12-01T20:53:38.143Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:38.144Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:38.144Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 29af2e9d-5bbc-4dc3-bb30-709460610ff7: basic_cnf_macro
2022-12-01T20:53:38.144Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:38.144Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:38.144Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:38.145Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:38.145Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:38.145Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:38.145Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:38.145Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:38.145Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:53:38.146Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:53:38.146Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:38.184Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 827f33d6-034b-4560-8b6c-df0f42d8f48a 2 ASDC deployResourceStructure
2022-12-01T20:53:38.184Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:38.185Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:38.185Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:53:38.185Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:38.187Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:38.187Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928018184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:53:38.287Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:38.288Z||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-12-01T20:53:38.288Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:38.301Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:38.302Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:39.188Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:39.188Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:39.188Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:53:39.189Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:39.190Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:39.191Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928019188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-01T20:53:39.291Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:39.292Z||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-12-01T20:53:39.292Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:39.306Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:39.306Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:40.191Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:40.192Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:40.192Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-01T20:53:40.192Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:40.194Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:40.194Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928020191,
  "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-12-01T20:53:40.295Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-01T20:53:40.296Z||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-12-01T20:53:40.296Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:40.313Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:40.313Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:41.195Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:41.196Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:41.196Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:53:41.196Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:41.198Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:41.198Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928021195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-01T20:53:41.298Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:41.299Z||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-12-01T20:53:41.299Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:41.314Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:41.314Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:42.200Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:42.201Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||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-12-01T20:53:42.201Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-01T20:53:42.201Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:42.204Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:42.204Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928022200,
  "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-12-01T20:53:42.304Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:53:42.305Z||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-12-01T20:53:42.307Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:42.327Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:42.328Z||pool-109-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:43.205Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-01T20:53:43.205Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-01T20:53:43.205Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:53:43.206Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:53:43.217Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:53:43.217Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928023205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:53:43.309Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-01T20:53:43.313Z||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-12-01T20:53:43.314Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:53:43.335Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:53:43.336Z||pool-110-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:53:44.218Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:53:44.227Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:53:44.228Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:53:44.228Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:53:44.228Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:54:14.228Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:54:14.237Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:54:14.239Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:54:14.239Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:54:14.239Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:54:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:54:19.512Z||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-12-01T20:54:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:54:19.540Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:54:19.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-01T20:54:19.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669927997244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:54:19.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:54:44.239Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:54:44.248Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:54:44.250Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:54:44.250Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:54:44.250Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:55:14.250Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:55:14.257Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:55:14.258Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:55:14.259Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:55:14.259Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:55:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:55:19.512Z||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-12-01T20:55:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:55:19.540Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:55:19.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-01T20:55:19.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "policy-id",
  "timestamp": 1669927999235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:55:19.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:55:44.259Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:55:44.267Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:55:44.268Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:55:44.269Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:55:44.269Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:56:14.269Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:56:14.275Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:56:14.276Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:56:14.276Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:56:14.276Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:56:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:56:19.512Z||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-12-01T20:56:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:56:19.534Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:56:20.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "cds",
  "timestamp": 1669927989027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669927992200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "aai-ml",
  "timestamp": 1669927989115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669927997244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "policy-id",
  "timestamp": 1669927999235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "aai-ml",
  "timestamp": 1669927989115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669927992200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "cds",
  "timestamp": 1669927989027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669927997244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "policy-id",
  "timestamp": 1669927999235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "clamp",
  "timestamp": 1669928000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "aai-ml",
  "timestamp": 1669927989115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "cds",
  "timestamp": 1669927989027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669927992200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669927997244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "policy-id",
  "timestamp": 1669927999235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "clamp",
  "timestamp": 1669928000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928003753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "aai-ml",
  "timestamp": 1669928003772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "cds",
  "timestamp": 1669928002819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669927997244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "policy-id",
  "timestamp": 1669927999235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "clamp",
  "timestamp": 1669928000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928004872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.066Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669927997244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "policy-id",
  "timestamp": 1669927999235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "clamp",
  "timestamp": 1669928000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928006036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.069Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669927997244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "policy-id",
  "timestamp": 1669927999235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "cds",
  "timestamp": 1669928005350,
  "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-12-01T20:56:20.074Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47ad9dd0-1fe5-464c-b14c-5d800a466971
2022-12-01T20:56:20.074Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ad9dd0-1fe5-464c-b14c-5d800a466971 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-12-01T20:56:20.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "clamp",
  "timestamp": 1669928000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928007117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669927997244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "policy-id",
  "timestamp": 1669927999235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "clamp",
  "timestamp": 1669928000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928008188,
  "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-12-01T20:56:20.090Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47ad9dd0-1fe5-464c-b14c-5d800a466971
2022-12-01T20:56:20.091Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ad9dd0-1fe5-464c-b14c-5d800a466971 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-12-01T20:56:20.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "policy-id",
  "timestamp": 1669927999235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "clamp",
  "timestamp": 1669928000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928009191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:56:20.099Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "policy-id",
  "timestamp": 1669927999235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.100Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.100Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "clamp",
  "timestamp": 1669928000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.100Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669927999509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.101Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "policy-id",
  "timestamp": 1669928009997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "clamp",
  "timestamp": 1669928000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928010215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.103Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928010336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "policy-id",
  "timestamp": 1669928011003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:56:20.104Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "clamp",
  "timestamp": 1669928000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.105Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928010215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.105Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "policy-id",
  "timestamp": 1669928012006,
  "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-12-01T20:56:20.110Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47ad9dd0-1fe5-464c-b14c-5d800a466971
2022-12-01T20:56:20.110Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ad9dd0-1fe5-464c-b14c-5d800a466971 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-12-01T20:56:20.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928010215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928012874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.116Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "aai-ml",
  "timestamp": 1669928013412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:56:20.116Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928010215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928013941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.118Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "aai-ml",
  "timestamp": 1669928014416,
  "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-12-01T20:56:20.121Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47ad9dd0-1fe5-464c-b14c-5d800a466971
2022-12-01T20:56:20.122Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ad9dd0-1fe5-464c-b14c-5d800a466971 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-12-01T20:56:20.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928010215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928015000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928010215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928016060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928010215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928017116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928010215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928018184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:56:20.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928010215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "clamp",
  "timestamp": 1669928017663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928019188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-01T20:56:20.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928010215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "aai-ml",
  "timestamp": 1669928019115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928017244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928012200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "policy-id",
  "timestamp": 1669928019235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928020191,
  "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-12-01T20:56:20.137Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "cds",
  "timestamp": 1669928019027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928021017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.138Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "aai-ml",
  "timestamp": 1669928019115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928017244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928012200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "policy-id",
  "timestamp": 1669928019235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928021195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-01T20:56:20.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "cds",
  "timestamp": 1669928019027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "aai-ml",
  "timestamp": 1669928019115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928017244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928012200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "policy-id",
  "timestamp": 1669928019235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928022200,
  "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-12-01T20:56:20.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "cds",
  "timestamp": 1669928019027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "aai-ml",
  "timestamp": 1669928019115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928017244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928012200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928023469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:56:20.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "policy-id",
  "timestamp": 1669928019235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928023205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:56:20.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "clamp",
  "timestamp": 1669928022670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:56:20.145Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "cds",
  "timestamp": 1669928019027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "aai-ml",
  "timestamp": 1669928019115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928017244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928012200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928024473,
  "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-12-01T20:56:20.148Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47ad9dd0-1fe5-464c-b14c-5d800a466971
2022-12-01T20:56:20.148Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ad9dd0-1fe5-464c-b14c-5d800a466971 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-12-01T20:56:20.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "policy-id",
  "timestamp": 1669928019235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "clamp",
  "timestamp": 1669928023674,
  "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-12-01T20:56:20.157Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47ad9dd0-1fe5-464c-b14c-5d800a466971
2022-12-01T20:56:20.157Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ad9dd0-1fe5-464c-b14c-5d800a466971 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-12-01T20:56:20.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "cds",
  "timestamp": 1669928019027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "aai-ml",
  "timestamp": 1669928019115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928017244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928012200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "policy-id",
  "timestamp": 1669928019235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "cds",
  "timestamp": 1669928019027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "aai-ml",
  "timestamp": 1669928019115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928017244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928012200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "policy-id",
  "timestamp": 1669928019235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "cds",
  "timestamp": 1669928019027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "aai-ml",
  "timestamp": 1669928019115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928017244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928012200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "policy-id",
  "timestamp": 1669928019235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "cds",
  "timestamp": 1669928019027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928028197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "aai-ml",
  "timestamp": 1669928028197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "policy-id",
  "timestamp": 1669928027971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "cds",
  "timestamp": 1669928027768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928029287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "policy-id",
  "timestamp": 1669928028975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:56:20.167Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "cds",
  "timestamp": 1669928029026,
  "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-12-01T20:56:20.173Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ef9aa15-39f1-43d9-ae72-d154a886ab27
2022-12-01T20:56:20.173Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef9aa15-39f1-43d9-ae72-d154a886ab27 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-12-01T20:56:20.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "policy-id",
  "timestamp": 1669928029979,
  "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-12-01T20:56:20.180Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ef9aa15-39f1-43d9-ae72-d154a886ab27
2022-12-01T20:56:20.180Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef9aa15-39f1-43d9-ae72-d154a886ab27 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-12-01T20:56:20.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928030394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.185Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928031425,
  "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-12-01T20:56:20.187Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ef9aa15-39f1-43d9-ae72-d154a886ab27
2022-12-01T20:56:20.187Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef9aa15-39f1-43d9-ae72-d154a886ab27 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-12-01T20:56:20.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "clamp",
  "timestamp": 1669928030728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928032429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:56:20.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "clamp",
  "timestamp": 1669928030728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "clamp",
  "timestamp": 1669928030728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "clamp",
  "timestamp": 1669928030728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "aai-ml",
  "timestamp": 1669928036031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:56:20.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "clamp",
  "timestamp": 1669928030728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "aai-ml",
  "timestamp": 1669928037034,
  "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-12-01T20:56:20.193Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ef9aa15-39f1-43d9-ae72-d154a886ab27
2022-12-01T20:56:20.193Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef9aa15-39f1-43d9-ae72-d154a886ab27 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-12-01T20:56:20.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "clamp",
  "timestamp": 1669928030728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "clamp",
  "timestamp": 1669928030728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "clamp",
  "timestamp": 1669928030728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928040215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928040215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928040215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928040215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928040215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928040215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928040215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:56:20.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928040215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:56:20.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:56:20.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928048941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.201Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "clamp",
  "timestamp": 1669928049668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:56:20.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928051197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:56:20.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928052201,
  "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-12-01T20:56:20.204Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ef9aa15-39f1-43d9-ae72-d154a886ab27
2022-12-01T20:56:20.204Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef9aa15-39f1-43d9-ae72-d154a886ab27 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-12-01T20:56:20.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "clamp",
  "timestamp": 1669928052676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:56:20.209Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:56:20.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:56:20.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "clamp",
  "timestamp": 1669928053680,
  "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-12-01T20:56:20.211Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ef9aa15-39f1-43d9-ae72-d154a886ab27
2022-12-01T20:56:20.211Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef9aa15-39f1-43d9-ae72-d154a886ab27 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-12-01T20:56:44.276Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:56:44.285Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:56:44.286Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:56:44.286Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T20:56:44.287Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-01T20:56:44.287Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-01T20:56:44.287Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:56:44.287Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:56:44.287Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:56:44.287Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:56:44.287Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:56:44.287Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:56:44.287Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-01T20:56:44.289Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-01T20:57:14.290Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971 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-12-01T20:57:14.295Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47ad9dd0-1fe5-464c-b14c-5d800a466971 and serviceModelVersionId: 29af2e9d-5bbc-4dc3-bb30-709460610ff7
2022-12-01T20:57:14.295Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 504f09a0-fbd5-43f0-8e75-45efd833f470
2022-12-01T20:57:14.297Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/504f09a0-fbd5-43f0-8e75-45efd833f470/model-vers/model-ver/29af2e9d-5bbc-4dc3-bb30-709460610ff7?depth=0
2022-12-01T20:57:14.303Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-01T20:57:14.359Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/504f09a0-fbd5-43f0-8e75-45efd833f470/model-vers/model-ver/29af2e9d-5bbc-4dc3-bb30-709460610ff7?depth=0|INFO|500||Invoke
2022-12-01T20:57:14.360Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/504f09a0-fbd5-43f0-8e75-45efd833f470/model-vers/model-ver/29af2e9d-5bbc-4dc3-bb30-709460610ff7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/504f09a0-fbd5-43f0-8e75-45efd833f470/model-vers/model-ver/29af2e9d-5bbc-4dc3-bb30-709460610ff7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47ad9dd0-1fe5-464c-b14c-5d800a466971], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[309e915a-c9e7-4cd3-a87c-c3ef024def99], X-ECOMP-RequestID=[47ad9dd0-1fe5-464c-b14c-5d800a466971], X-TransactionId=[], X-ONAP-RequestID=[47ad9dd0-1fe5-464c-b14c-5d800a466971], Content-Type=[application/merge-patch+json]}
2022-12-01T20:57:14.383Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/504f09a0-fbd5-43f0-8e75-45efd833f470/model-vers/model-ver/29af2e9d-5bbc-4dc3-bb30-709460610ff7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-01T20:57:14.487Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/504f09a0-fbd5-43f0-8e75-45efd833f470/model-vers/model-ver/29af2e9d-5bbc-4dc3-bb30-709460610ff7?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/504f09a0-fbd5-43f0-8e75-45efd833f470/model-vers/model-ver/29af2e9d-5bbc-4dc3-bb30-709460610ff7?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 20:57:14 GMT], content-length=[0], vertex-id=[413888], x-aai-txid=[0-aai-resources-221201-20:57:14:390-45680], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-01T20:57:14.487Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/504f09a0-fbd5-43f0-8e75-45efd833f470/model-vers/model-ver/29af2e9d-5bbc-4dc3-bb30-709460610ff7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-01T20:57:14.488Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/504f09a0-fbd5-43f0-8e75-45efd833f470/model-vers/model-ver/29af2e9d-5bbc-4dc3-bb30-709460610ff7?depth=0|INFO|500||InvokeReturn
2022-12-01T20:57:14.489Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-01T20:57:14.489Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-01T20:57:14.493Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-01T20:57:14.493Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47ad9dd0-1fe5-464c-b14c-5d800a466971 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-01T20:57:14.494Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-01T20:57:14.494Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:14.497Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:14.497Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928234493,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:57:14.597Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:57:14.598Z||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-12-01T20:57:14.598Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:14.618Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:14.619Z||pool-111-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-12-01T20:57:15.506Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:57:15.507Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|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-12-01T20:57:15.507Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:57:19.512Z||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-12-01T20:57:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:19.971Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:19.972Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T20:57:19.973Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ef9aa15-39f1-43d9-ae72-d154a886ab27","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"00a862db-6476-4d30-ae1a-c62990bd9080","serviceDescription":"service","serviceInvariantUUID":"931c1c52-2f20-4a15-9580-bb867821e89a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c5d87381-e1f5-42c2-b672-31f98af61955","resourceInvariantUUID":"4aa17422-f5e3-4f41-8910-03ea64e1ba32","resourceCustomizationUUID":"74addbcb-ea27-497d-ae9a-692101bb1313","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":"YmM3MjczZTc1MjU5ZjFiN2JjZjI0NDE2YmNlZWU0MjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07c1cc98-da6e-40a8-819b-27034f24c546","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":"MGM2ZjEyNzM1MzBkZWU0Y2ExNjM4NGI3YWY3ZGE1NjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"785e2fad-8756-4471-a272-5714fa111a7f","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":"4d699ced-f23d-49c5-9fe8-9f739b3a7e23","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":"21c74f29-9325-420b-be27-2998009a8c42","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":"06ff6c37-702d-4277-92e7-8620990d0b60","artifactVersion":"2","generatedFromUUID":"4d699ced-f23d-49c5-9fe8-9f739b3a7e23"},{"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":"ZjJmMmYwYmQ5YmRhMzFjZTJmMzc3ZDdkZTY4Mzk3MTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c8e826f6-e740-4cbf-910d-5dc65cd26815","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":"MGRhMzFiOTNhNjI2NmRlMjI4MmI4NDNhYjVlZWI4N2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e557004-3876-4edb-8d01-50d5065b249c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDJhZjc5MzZhZjAwMjMyNDkyYTI3ZWE5MzM2N2Y3Njc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4cc28921-3920-4289-9349-6b4c700cffef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-01T20:57:19.976Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:57:19.977Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:19.979Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:19.979Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:57:20.079Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:57:20.080Z||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-12-01T20:57:20.080Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:20.096Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:20.096Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:57:20.108Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:20.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-01T20:57:20.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ad9dd0-1fe5-464c-b14c-5d800a466971",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928234493,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:57:20.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:57:20.980Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:57:20.981Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:20.982Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:20.982Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:57:21.082Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:57:21.083Z||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-12-01T20:57:21.083Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:21.098Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:21.099Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:57:21.983Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:57:21.984Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:21.986Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:21.987Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:57:22.086Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:57:22.087Z||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-12-01T20:57:22.087Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:22.103Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:22.103Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:57:22.987Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:57:22.988Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:22.990Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:22.990Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:57:23.091Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-01T20:57:23.092Z||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-12-01T20:57:23.092Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:23.106Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:23.107Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:57:23.991Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:57:23.992Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:23.994Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:23.994Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-01T20:57:24.097Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-01T20:57:24.097Z||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-12-01T20:57:24.098Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:24.114Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:24.114Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:57:24.995Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:57:24.996Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:24.999Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:25.000Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:57:25.101Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-01T20:57:25.101Z||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-12-01T20:57:25.101Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:25.141Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:25.142Z||pool-117-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:57:26.000Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:57:26.001Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:26.004Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:26.004Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:57:26.104Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:57:26.105Z||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-12-01T20:57:26.105Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:26.122Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:26.123Z||pool-118-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:57:27.005Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:57:27.006Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:27.008Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:27.009Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:57:27.108Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:57:27.109Z||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-12-01T20:57:27.109Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:27.124Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:27.124Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:57:28.010Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "00a862db-6476-4d30-ae1a-c62990bd9080",
  "serviceDescription": "service",
  "serviceInvariantUUID": "931c1c52-2f20-4a15-9580-bb867821e89a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "74addbcb-ea27-497d-ae9a-692101bb1313",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c5d87381-e1f5-42c2-b672-31f98af61955",
      "resourceInvariantUUID": "4aa17422-f5e3-4f41-8910-03ea64e1ba32",
      "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": "MGM2ZjEyNzM1MzBkZWU0Y2ExNjM4NGI3YWY3ZGE1NjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "785e2fad-8756-4471-a272-5714fa111a7f",
          "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": "4d699ced-f23d-49c5-9fe8-9f739b3a7e23",
          "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": "06ff6c37-702d-4277-92e7-8620990d0b60",
            "generatedFromUUID": "4d699ced-f23d-49c5-9fe8-9f739b3a7e23"
          },
          "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": "06ff6c37-702d-4277-92e7-8620990d0b60",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDJhZjc5MzZhZjAwMjMyNDkyYTI3ZWE5MzM2N2Y3Njc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4cc28921-3920-4289-9349-6b4c700cffef"
    }
  ],
  "workloadContext": "Production"
}
2022-12-01T20:57:28.010Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-01T20:57:28.010Z|47ad9dd0-1fe5-464c-b14c-5d800a466971|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00a862db-6476-4d30-ae1a-c62990bd9080 ASDC
2022-12-01T20:57:28.011Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7ef9aa15-39f1-43d9-ae72-d154a886ab27
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:00a862db-6476-4d30-ae1a-c62990bd9080
ServiceInvariantUUID:931c1c52-2f20-4a15-9580-bb867821e89a
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:4cc28921-3920-4289-9349-6b4c700cffef
ArtifactChecksum:ZDJhZjc5MzZhZjAwMjMyNDkyYTI3ZWE5MzM2N2Y3Njc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:74addbcb-ea27-497d-ae9a-692101bb1313
ResourceInvariantUUID:4aa17422-f5e3-4f41-8910-03ea64e1ba32
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:c5d87381-e1f5-42c2-b672-31f98af61955
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:785e2fad-8756-4471-a272-5714fa111a7f
ArtifactChecksum:MGM2ZjEyNzM1MzBkZWU0Y2ExNjM4NGI3YWY3ZGE1NjE=
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:4d699ced-f23d-49c5-9fe8-9f739b3a7e23
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:06ff6c37-702d-4277-92e7-8620990d0b60
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:06ff6c37-702d-4277-92e7-8620990d0b60
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-01T20:57:28.011Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00a862db-6476-4d30-ae1a-c62990bd9080 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-12-01T20:57:28.041Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:57:28.042Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-01T20:57:28.042Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-01T20:57:28.042Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4cc28921-3920-4289-9349-6b4c700cffef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-01T20:57:28.042Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-01T20:57:28.042Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-01T20:57:28.195Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-01T20:57:28.199Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4cc28921-3920-4289-9349-6b4c700cffef 78823
2022-12-01T20:57:28.200Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-01T20:57:28.200Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-01T20:57:28.200Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:57:28.200Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:28.203Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:28.203Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928248200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:57:28.303Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:57:28.304Z||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-12-01T20:57:28.304Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:28.330Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:28.331Z||pool-120-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:57:29.203Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:57:29.205Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-01T20:57:29.205Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4cc28921-3920-4289-9349-6b4c700cffef, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-01T20:57:29.205Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-01T20:57:29.206Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-01T20:57:29.206Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-01T20:57:29.479Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP795633759997442969/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-12-01T20:57:30.731Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-01T20:57:30.732Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-01T20:57:30.732Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-01T20:57:30.732Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-12-01T20:57:30.732Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:30.732Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:30.732Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-01T20:57:30.732Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-01T20:57:30.732Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-01T20:57:30.732Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:30.732Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-01T20:57:30.732Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:30.733Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-01T20:57:30.733Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-01T20:57:30.733Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:30.733Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:30.733Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-01T20:57:30.733Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-01T20:57:30.734Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:57:30.734Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:30.734Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:30.734Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-01T20:57:30.734Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-01T20:57:30.734Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:57:30.734Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:30.735Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:30.735Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:30.735Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-01T20:57:30.735Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-01T20:57:30.735Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-01T20:57:30.735Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-01T20:57:30.735Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-01T20:57:30.736Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-01T20:57:30.736Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:30.736Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T20:57:30.736Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:30.736Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-01T20:57:30.736Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:57:30.736Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:30.737Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-01T20:57:30.737Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:57:30.737Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:30.737Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-01T20:57:30.737Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:57:30.738Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:30.738Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-01T20:57:30.738Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-01T20:57:30.738Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-01T20:57:30.738Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=06079c97-d87d-440b-90ed-a81dd569584a
2022-12-01T20:57:30.738Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:30.738Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:30.739Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:30.739Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:30.739Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:30.739Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:30.739Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:30.739Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:30.739Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:00a862db-6476-4d30-ae1a-c62990bd9080
Model Version:NULL
Model InvariantUuid:931c1c52-2f20-4a15-9580-bb867821e89a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:719d2784-4839-4e11-8ada-286dc5ef1af8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4aa17422-f5e3-4f41-8910-03ea64e1ba32
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:74addbcb-ea27-497d-ae9a-692101bb1313
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:28f8c552-e8b3-4f36-9e63-4f7ee827e21c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:75761b92-788c-4294-902b-03654f7355d4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:06079c97-d87d-440b-90ed-a81dd569584a
ModelInvariantUuid:c2e62c22-f7dd-4282-a90a-345da28a9ab6
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:e143e924-c9b3-45df-ad2f-b86af3e3759d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:56de6219-6973-4ecc-b3e9-8fb21ea488dc
ModelInvariantUuid:cd381cf5-3aa3-4d26-8f11-685af7407464
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:b586af4a-f0cc-464e-af1a-b328eb0136d1
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-12-01T20:57:30.745Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c5d87381-e1f5-42c2-b672-31f98af61955
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-12-01T20:57:30.747Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2022-12-01T20:57:30.747Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c5d87381-e1f5-42c2-b672-31f98af61955
2022-12-01T20:57:30.747Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 785e2fad-8756-4471-a272-5714fa111a7f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-01T20:57:30.747Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-01T20:57:30.748Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:30.836Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-01T20:57:30.836Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 785e2fad-8756-4471-a272-5714fa111a7f 792
2022-12-01T20:57:30.837Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:30.837Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:30.837Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:57:30.837Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:30.839Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:30.839Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928250837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:57:30.939Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:57:30.940Z||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-12-01T20:57:30.940Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:30.962Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:30.963Z||pool-121-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:57:31.839Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "28f8c552-e8b3-4f36-9e63-4f7ee827e21c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "75761b92-788c-4294-902b-03654f7355d4",
    "vfModuleModelCustomizationUUID": "cf3cdb03-e319-40c1-b1c4-a4f8749b5620",
    "isBase": true,
    "artifacts": [
      "4d699ced-f23d-49c5-9fe8-9f739b3a7e23",
      "06ff6c37-702d-4277-92e7-8620990d0b60"
    ],
    "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-12-01T20:57:31.843Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75761b92-788c-4294-902b-03654f7355d4
VfModuleModelInvariantUUID:28f8c552-e8b3-4f36-9e63-4f7ee827e21c
VfModuleModelDescription:NULL
Artifacts UUID List:{
4d699ced-f23d-49c5-9fe8-9f739b3a7e23
,
06ff6c37-702d-4277-92e7-8620990d0b60

}
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-12-01T20:57:31.844Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "28f8c552-e8b3-4f36-9e63-4f7ee827e21c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "75761b92-788c-4294-902b-03654f7355d4",
    "vfModuleModelCustomizationUUID": "cf3cdb03-e319-40c1-b1c4-a4f8749b5620",
    "isBase": true,
    "artifacts": [
      "4d699ced-f23d-49c5-9fe8-9f739b3a7e23",
      "06ff6c37-702d-4277-92e7-8620990d0b60"
    ],
    "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-12-01T20:57:31.844Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75761b92-788c-4294-902b-03654f7355d4
VfModuleModelInvariantUUID:28f8c552-e8b3-4f36-9e63-4f7ee827e21c
VfModuleModelDescription:NULL
Artifacts UUID List:{
4d699ced-f23d-49c5-9fe8-9f739b3a7e23
,
06ff6c37-702d-4277-92e7-8620990d0b60

}
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-12-01T20:57:31.845Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4d699ced-f23d-49c5-9fe8-9f739b3a7e23 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-01T20:57:31.845Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-01T20:57:31.845Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:31.903Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-01T20:57:31.904Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4d699ced-f23d-49c5-9fe8-9f739b3a7e23 5033
2022-12-01T20:57:31.904Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:31.904Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:31.904Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:57:31.904Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:31.906Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:31.906Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928251904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:57:32.007Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:57:32.008Z||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-12-01T20:57:32.008Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:32.026Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:32.026Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:57:32.907Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 06ff6c37-702d-4277-92e7-8620990d0b60 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-01T20:57:32.908Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-01T20:57:32.908Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:32.963Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-01T20:57:32.964Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 06ff6c37-702d-4277-92e7-8620990d0b60 903
2022-12-01T20:57:32.964Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:32.965Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:32.965Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:57:32.965Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:32.969Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:32.969Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928252964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:57:33.069Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:57:33.070Z||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-12-01T20:57:33.070Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:33.086Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:33.086Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:57:33.970Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 00a862db-6476-4d30-ae1a-c62990bd9080
2022-12-01T20:57:33.970Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c5d87381-e1f5-42c2-b672-31f98af61955 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-12-01T20:57:33.978Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6da36abe, org.onap.sdc.toscaparser.api.parameters.Input@6407a5ff, org.onap.sdc.toscaparser.api.parameters.Input@1d761bdd, org.onap.sdc.toscaparser.api.parameters.Input@55ebd965, org.onap.sdc.toscaparser.api.parameters.Input@23ebbffc]
2022-12-01T20:57:33.979Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:33.979Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:33.980Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-12-01T20:57:33.980Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 74addbcb-ea27-497d-ae9a-692101bb1313
2022-12-01T20:57:33.980Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74addbcb-ea27-497d-ae9a-692101bb1313 matches Tosca VF Customization UUID: 74addbcb-ea27-497d-ae9a-692101bb1313
2022-12-01T20:57:33.980Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 74addbcb-ea27-497d-ae9a-692101bb1313  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-12-01T20:57:33.982Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:33.982Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:33.982Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 74addbcb-ea27-497d-ae9a-692101bb1313: {\"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-12-01T20:57:33.983Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cb45129
2022-12-01T20:57:33.983Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:33.983Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-01T20:57:33.983Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf3cdb03-e319-40c1-b1c4-a4f8749b5620
2022-12-01T20:57:33.983Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf3cdb03-e319-40c1-b1c4-a4f8749b5620
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-12-01T20:57:33.985Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:33.985Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-01T20:57:33.985Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:57:33.985Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:33.985Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-01T20:57:33.985Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:57:33.986Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:33.986Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-01T20:57:33.986Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-01T20:57:33.986Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-01T20:57:33.986Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=06079c97-d87d-440b-90ed-a81dd569584a
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-12-01T20:57:33.988Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:33.988Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-01T20:57:33.988Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-01T20:57:33.989Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:33.989Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-01T20:57:33.989Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=74addbcb-ea27-497d-ae9a-692101bb1313
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-12-01T20:57:33.990Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:33.990Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:33.990Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 00a862db-6476-4d30-ae1a-c62990bd9080: basic_vm_macro
2022-12-01T20:57:33.990Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:33.990Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:33.991Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:33.991Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:33.991Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:33.991Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:33.991Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:33.991Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:33.992Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:57:33.992Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:57:33.992Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:34.047Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c5d87381-e1f5-42c2-b672-31f98af61955 1 ASDC deployResourceStructure
2022-12-01T20:57:34.047Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:34.048Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:34.048Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:57:34.048Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:34.051Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:34.051Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928254047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:57:34.151Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:57:34.152Z||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-12-01T20:57:34.152Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:34.170Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:34.171Z||pool-124-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:57:35.052Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:35.053Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:35.053Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:57:35.053Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:35.055Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:35.055Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928255052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-01T20:57:35.155Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:57:35.156Z||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-12-01T20:57:35.156Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:35.183Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:35.183Z||pool-125-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:57:36.056Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:36.057Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||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-12-01T20:57:36.057Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:57:36.058Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:36.059Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:36.060Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928256056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-01T20:57:36.160Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:57:36.161Z||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-12-01T20:57:36.161Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:36.179Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:36.179Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:57:37.061Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-01T20:57:37.061Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-01T20:57:37.061Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:57:37.062Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:57:37.064Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:57:37.064Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928257060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:57:37.164Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:57:37.165Z||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-12-01T20:57:37.165Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:57:37.190Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:57:37.191Z||pool-127-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:57:38.065Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef9aa15-39f1-43d9-ae72-d154a886ab27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:57:38.079Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef9aa15-39f1-43d9-ae72-d154a886ab27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:57:38.082Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:57:38.082Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T20:57:38.083Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-01T20:57:38.083Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-01T20:57:38.083Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:57:38.084Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:57:38.084Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:57:38.084Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:57:38.084Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:57:38.084Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T20:57:38.085Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-01T20:57:38.088Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-01T20:58:08.088Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ef9aa15-39f1-43d9-ae72-d154a886ab27 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-12-01T20:58:08.102Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ef9aa15-39f1-43d9-ae72-d154a886ab27 and serviceModelVersionId: 00a862db-6476-4d30-ae1a-c62990bd9080
2022-12-01T20:58:08.103Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 931c1c52-2f20-4a15-9580-bb867821e89a
2022-12-01T20:58:08.104Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/931c1c52-2f20-4a15-9580-bb867821e89a/model-vers/model-ver/00a862db-6476-4d30-ae1a-c62990bd9080?depth=0
2022-12-01T20:58:08.109Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-01T20:58:08.159Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/931c1c52-2f20-4a15-9580-bb867821e89a/model-vers/model-ver/00a862db-6476-4d30-ae1a-c62990bd9080?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-12-01T20:58:08.161Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/931c1c52-2f20-4a15-9580-bb867821e89a/model-vers/model-ver/00a862db-6476-4d30-ae1a-c62990bd9080?depth=0|INFO|500||Invoke
2022-12-01T20:58:08.187Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/931c1c52-2f20-4a15-9580-bb867821e89a/model-vers/model-ver/00a862db-6476-4d30-ae1a-c62990bd9080?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-01T20:58:08.285Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/931c1c52-2f20-4a15-9580-bb867821e89a/model-vers/model-ver/00a862db-6476-4d30-ae1a-c62990bd9080?depth=0|INFO|500||InvokeReturn
2022-12-01T20:58:08.287Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/931c1c52-2f20-4a15-9580-bb867821e89a/model-vers/model-ver/00a862db-6476-4d30-ae1a-c62990bd9080?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 20:58:08 GMT], content-length=[0], vertex-id=[290912], x-aai-txid=[0-aai-resources-221201-20:58:08:194-6921], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-01T20:58:08.287Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T20:58:08.288Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-01T20:58:08.288Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-01T20:58:08.292Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-01T20:58:08.293Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ef9aa15-39f1-43d9-ae72-d154a886ab27 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-01T20:58:08.293Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-01T20:58:08.294Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:58:08.296Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:58:08.296Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928288293,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:58:08.396Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:58:08.397Z||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-12-01T20:58:08.398Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:58:08.423Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:58:08.423Z||pool-128-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-01T20:58:09.305Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:58:09.306Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|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-12-01T20:58:09.307Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:58:09.938Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:58:09.939Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-01T20:58:09.939Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"14aed7a8-40b2-4a6d-8809-64c18da9995b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"89f0bd27-4b06-406d-971e-2de4ab784a35","serviceDescription":"service","serviceInvariantUUID":"416170f9-1ae1-44d9-88d0-932a3c8f09ba","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fcac78a5-ce84-434f-843d-26cf90031853","resourceInvariantUUID":"ef4bc464-6050-493a-ac1d-afa61e86a05f","resourceCustomizationUUID":"a7862ebe-a693-437e-9beb-e6e49793b156","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":"NTY2NTIzYjhjYWZhZmVhNzhiOGZkMTc0MWEyNzIwYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad41b7a6-07c6-4dcd-83af-f8365dac4e0c","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":"c7690bd9-bd9e-4224-8b0f-d9b5d29fe411","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":"d0509074-ba32-4728-a339-1b344fa38cdc","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":"NTU5NmM1MjM5ZjM2MjIyMjlhZWY0OTU1NTRkZDY0NTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6ac0f55a-24d9-4208-980f-62970f3fb073","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":"0a9940bb-c2ac-420b-b205-fdd53694e203","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":"abbb833b-ef4f-469b-8c17-ba8065db813a","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":"3fd152ca-8aa0-49d7-a157-49d3369efa6a","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":"OTVkOGM3ZjFiMTY2ZTlhMTExNDJjZjg4MTY2OTAxNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a87544c3-58fd-4c06-9018-9a81102167b6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGIyZGIzODJkNDJjZDM3ZTM1ZDRkOTQwYjA2MDEyOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c8809df-ec50-4e19-bb39-1a2003c1b747","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-01T20:58:09.941Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:58:09.941Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:58:09.942Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:58:09.942Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:58:10.043Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:58:10.044Z||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-12-01T20:58:10.044Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:58:10.058Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:58:10.058Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:58:10.943Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:58:10.944Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:58:10.946Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:58:10.946Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:58:11.046Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:58:11.047Z||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-12-01T20:58:11.047Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:58:11.065Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:58:11.066Z||pool-130-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:58:11.947Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:58:11.952Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:58:11.954Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:58:11.954Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:58:12.055Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-01T20:58:12.056Z||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-12-01T20:58:12.056Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:58:12.070Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:58:12.070Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:58:12.955Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:58:12.955Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:58:12.957Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:58:12.957Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:58:13.058Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:58:13.059Z||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-12-01T20:58:13.059Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:58:13.074Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:58:13.075Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:58:13.958Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:58:13.959Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:58:13.960Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:58:13.961Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:58:14.061Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:58:14.062Z||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-12-01T20:58:14.062Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:58:14.078Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:58:14.079Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:58:14.961Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:58:14.962Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:58:14.964Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:58:14.964Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:58:15.065Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:58:15.065Z||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-12-01T20:58:15.065Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:58:15.081Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:58:15.082Z||pool-134-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:58:15.965Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:58:15.966Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:58:15.968Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:58:15.969Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:58:16.069Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:58:16.070Z||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-12-01T20:58:16.070Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:58:16.087Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:58:16.088Z||pool-135-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:58:16.970Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:58:16.971Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:58:16.973Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:58:16.973Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:58:17.073Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-01T20:58:17.074Z||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-12-01T20:58:17.074Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:58:17.088Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:58:17.088Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:58:17.974Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-01T20:58:17.975Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:58:17.977Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:58:17.977Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:58:18.077Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:58:18.078Z||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-12-01T20:58:18.079Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:58:18.093Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:58:18.093Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-01T20:58:18.979Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "89f0bd27-4b06-406d-971e-2de4ab784a35",
  "serviceDescription": "service",
  "serviceInvariantUUID": "416170f9-1ae1-44d9-88d0-932a3c8f09ba",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "a7862ebe-a693-437e-9beb-e6e49793b156",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fcac78a5-ce84-434f-843d-26cf90031853",
      "resourceInvariantUUID": "ef4bc464-6050-493a-ac1d-afa61e86a05f",
      "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": "NGIyZGIzODJkNDJjZDM3ZTM1ZDRkOTQwYjA2MDEyOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6c8809df-ec50-4e19-bb39-1a2003c1b747"
    }
  ],
  "workloadContext": "Production"
}
2022-12-01T20:58:18.979Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-01T20:58:18.980Z|7ef9aa15-39f1-43d9-ae72-d154a886ab27|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 89f0bd27-4b06-406d-971e-2de4ab784a35 ASDC
2022-12-01T20:58:18.980Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:14aed7a8-40b2-4a6d-8809-64c18da9995b
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:89f0bd27-4b06-406d-971e-2de4ab784a35
ServiceInvariantUUID:416170f9-1ae1-44d9-88d0-932a3c8f09ba
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:6c8809df-ec50-4e19-bb39-1a2003c1b747
ArtifactChecksum:NGIyZGIzODJkNDJjZDM3ZTM1ZDRkOTQwYjA2MDEyOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:a7862ebe-a693-437e-9beb-e6e49793b156
ResourceInvariantUUID:ef4bc464-6050-493a-ac1d-afa61e86a05f
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:fcac78a5-ce84-434f-843d-26cf90031853
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-01T20:58:18.981Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89f0bd27-4b06-406d-971e-2de4ab784a35 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-12-01T20:58:19.005Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:58:19.006Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-01T20:58:19.006Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-01T20:58:19.006Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6c8809df-ec50-4e19-bb39-1a2003c1b747 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-01T20:58:19.006Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-01T20:58:19.007Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-01T20:58:19.078Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-01T20:58:19.084Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6c8809df-ec50-4e19-bb39-1a2003c1b747 105680
2022-12-01T20:58:19.085Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-01T20:58:19.085Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-01T20:58:19.085Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-01T20:58:19.086Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:58:19.088Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:58:19.089Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928299085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:58:19.189Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:58:19.190Z||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-12-01T20:58:19.190Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:58:19.220Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:58:19.221Z||pool-138-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:58:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:58:19.512Z||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-12-01T20:58:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:58:19.543Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:58:19.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:58:19.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:58:19.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:58:20.090Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-01T20:58:20.091Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-01T20:58:20.092Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6c8809df-ec50-4e19-bb39-1a2003c1b747, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-01T20:58:20.092Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-12-01T20:58:20.093Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-01T20:58:20.094Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-01T20:58:20.224Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP402294683205125905/Definitions/service-TestPnfMacro-template.yml
2022-12-01T20:58:20.984Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-01T20:58:20.984Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-01T20:58:20.985Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-01T20:58:20.985Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-01T20:58:20.985Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-01T20:58:20.985Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-01T20:58:20.985Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-01T20:58:20.985Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-01T20:58:20.985Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-01T20:58:20.985Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-01T20:58:20.985Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-01T20:58:20.985Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-01T20:58:20.985Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:58:20.985Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:58:20.986Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-01T20:58:20.986Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-01T20:58:20.986Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:58:20.986Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:58:20.986Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:58:20.986Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-01T20:58:20.987Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-01T20:58:20.987Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-01T20:58:20.987Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:58:20.987Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:58:20.987Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:58:20.987Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:58:20.987Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:58:20.987Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:58:20.987Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:58:20.988Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:58:20.988Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:58:20.988Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:58:20.988Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:89f0bd27-4b06-406d-971e-2de4ab784a35
Model Version:NULL
Model InvariantUuid:416170f9-1ae1-44d9-88d0-932a3c8f09ba
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-12-01T20:58:20.998Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: fcac78a5-ce84-434f-843d-26cf90031853
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-12-01T20:58:20.999Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||test-pnf 0
2022-12-01T20:58:21.000Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fcac78a5-ce84-434f-843d-26cf90031853
2022-12-01T20:58:21.000Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 89f0bd27-4b06-406d-971e-2de4ab784a35
2022-12-01T20:58:21.000Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 89f0bd27-4b06-406d-971e-2de4ab784a35
2022-12-01T20:58:21.000Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 fcac78a5-ce84-434f-843d-26cf90031853 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-12-01T20:58:21.002Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79379c5b, org.onap.sdc.toscaparser.api.parameters.Input@1c87fbf9, org.onap.sdc.toscaparser.api.parameters.Input@32dd71e0, org.onap.sdc.toscaparser.api.parameters.Input@5149eeb0, org.onap.sdc.toscaparser.api.parameters.Input@14596586]
2022-12-01T20:58:21.002Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:58:21.002Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:58:21.003Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 89f0bd27-4b06-406d-971e-2de4ab784a35: test-pnf
2022-12-01T20:58:21.003Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||Processing PNF resource: fcac78a5-ce84-434f-843d-26cf90031853
2022-12-01T20:58:21.003Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-01T20:58:21.003Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-01T20:58:21.003Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||Resource customization UUID: a7862ebe-a693-437e-9beb-e6e49793b156 is the same as notified resource customizationUUID: a7862ebe-a693-437e-9beb-e6e49793b156
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-12-01T20:58:21.023Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf fcac78a5-ce84-434f-843d-26cf90031853 0 ASDC deployResourceStructure
2022-12-01T20:58:21.024Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-01T20:58:21.024Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-01T20:58:21.024Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-01T20:58:21.024Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T20:58:21.026Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T20:58:21.026Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928301023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:58:21.126Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T20:58:21.127Z||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-12-01T20:58:21.127Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:58:21.145Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:58:21.146Z||pool-139-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-01T20:58:22.027Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14aed7a8-40b2-4a6d-8809-64c18da9995b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:58:22.033Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14aed7a8-40b2-4a6d-8809-64c18da9995b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:58:22.034Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:58:22.034Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:58:22.034Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:58:52.035Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14aed7a8-40b2-4a6d-8809-64c18da9995b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:58:52.041Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14aed7a8-40b2-4a6d-8809-64c18da9995b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:58:52.043Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:58:52.043Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:58:52.043Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:59:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T20:59:19.512Z||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-12-01T20:59:19.513Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T20:59:19.550Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T20:59:19.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-01T20:59:19.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:59:19.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-01T20:59:19.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928235506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:59:19.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928248200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:59:19.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928250837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:59:19.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928251904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:59:19.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928252964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:59:19.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928254047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-01T20:59:19.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928255052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-01T20:59:19.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928256056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-01T20:59:19.559Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928257060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:59:19.559Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "clamp",
  "timestamp": 1669928270728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928272204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "cds",
  "timestamp": 1669928274027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "clamp",
  "timestamp": 1669928270728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928272204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "cds",
  "timestamp": 1669928274027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "clamp",
  "timestamp": 1669928270728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928272204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "cds",
  "timestamp": 1669928274027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928277244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "clamp",
  "timestamp": 1669928270728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928272204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "cds",
  "timestamp": 1669928274027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928277244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "clamp",
  "timestamp": 1669928270728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928272204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "cds",
  "timestamp": 1669928274027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928277244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "policy-id",
  "timestamp": 1669928279237,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928280216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "clamp",
  "timestamp": 1669928270728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928272204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "cds",
  "timestamp": 1669928274027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928277244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "policy-id",
  "timestamp": 1669928279237,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928280216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "clamp",
  "timestamp": 1669928270728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928272204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "cds",
  "timestamp": 1669928274027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928277244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "policy-id",
  "timestamp": 1669928279237,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928280216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "clamp",
  "timestamp": 1669928270728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928272204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "cds",
  "timestamp": 1669928274027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928277244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "policy-id",
  "timestamp": 1669928279237,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928280216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "clamp",
  "timestamp": 1669928270728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:59:19.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669928272204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:59:19.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "cds",
  "timestamp": 1669928274027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:59:19.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928277244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-01T20:59:19.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "policy-id",
  "timestamp": 1669928279237,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928280216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "cds",
  "timestamp": 1669928283863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:59:19.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928277244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "policy-id",
  "timestamp": 1669928279237,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928280216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "cds",
  "timestamp": 1669928285132,
  "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-12-01T20:59:19.589Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 14aed7a8-40b2-4a6d-8809-64c18da9995b
2022-12-01T20:59:19.590Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14aed7a8-40b2-4a6d-8809-64c18da9995b 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-12-01T20:59:19.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928277244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "policy-id",
  "timestamp": 1669928279237,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928280216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "policy-id",
  "timestamp": 1669928279237,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928287120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:59:19.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928280216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "policy-id",
  "timestamp": 1669928279237,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:59:19.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928288182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-01T20:59:19.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928280216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:59:19.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7ef9aa15-39f1-43d9-ae72-d154a886ab27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928288293,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T20:59:19.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "policy-id",
  "timestamp": 1669928289037,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:59:19.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669928289186,
  "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-12-01T20:59:19.606Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 14aed7a8-40b2-4a6d-8809-64c18da9995b
2022-12-01T20:59:19.607Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14aed7a8-40b2-4a6d-8809-64c18da9995b 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-12-01T20:59:19.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928290004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:59:19.615Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "aai-ml",
  "timestamp": 1669928289115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "policy-id",
  "timestamp": 1669928290042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:59:19.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "aai-ml",
  "timestamp": 1669928289115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "policy-id",
  "timestamp": 1669928291045,
  "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-12-01T20:59:19.622Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14aed7a8-40b2-4a6d-8809-64c18da9995b
2022-12-01T20:59:19.622Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14aed7a8-40b2-4a6d-8809-64c18da9995b 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-12-01T20:59:19.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928291938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:59:19.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "aai-ml",
  "timestamp": 1669928289115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669928292943,
  "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-12-01T20:59:19.633Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 14aed7a8-40b2-4a6d-8809-64c18da9995b
2022-12-01T20:59:19.634Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14aed7a8-40b2-4a6d-8809-64c18da9995b 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-12-01T20:59:19.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "aai-ml",
  "timestamp": 1669928289115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "aai-ml",
  "timestamp": 1669928289115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "clamp",
  "timestamp": 1669928293717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:59:19.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "aai-ml",
  "timestamp": 1669928289115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "aai-ml",
  "timestamp": 1669928289115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "clamp",
  "timestamp": 1669928295725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T20:59:19.645Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "aai-ml",
  "timestamp": 1669928289115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-01T20:59:19.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "clamp",
  "timestamp": 1669928296728,
  "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-12-01T20:59:19.649Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 14aed7a8-40b2-4a6d-8809-64c18da9995b
2022-12-01T20:59:19.649Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14aed7a8-40b2-4a6d-8809-64c18da9995b 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-12-01T20:59:19.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "aai-ml",
  "timestamp": 1669928289115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:59:19.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928289305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-01T20:59:19.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-01T20:59:19.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "aai-ml",
  "timestamp": 1669928298872,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:59:19.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:19.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-01T20:59:19.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928299085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-01T20:59:19.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T20:59:22.044Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14aed7a8-40b2-4a6d-8809-64c18da9995b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:59:22.058Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14aed7a8-40b2-4a6d-8809-64c18da9995b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:59:22.061Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:59:22.061Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:59:22.061Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T20:59:52.061Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14aed7a8-40b2-4a6d-8809-64c18da9995b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T20:59:52.068Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14aed7a8-40b2-4a6d-8809-64c18da9995b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T20:59:52.069Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T20:59:52.070Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-01T20:59:52.070Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-01T21:00:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:00:19.512Z||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-12-01T21:00:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:00:20.038Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:00:20.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-01T21:00:20.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928301023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T21:00:20.039Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T21:00:20.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-01T21:00:20.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "aai-ml",
  "timestamp": 1669928304643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-01T21:00:20.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T21:00:20.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-01T21:00:20.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "aai-ml",
  "timestamp": 1669928305648,
  "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-12-01T21:00:20.044Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 14aed7a8-40b2-4a6d-8809-64c18da9995b
2022-12-01T21:00:20.044Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14aed7a8-40b2-4a6d-8809-64c18da9995b 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-12-01T21:00:22.070Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14aed7a8-40b2-4a6d-8809-64c18da9995b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-01T21:00:22.076Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14aed7a8-40b2-4a6d-8809-64c18da9995b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-01T21:00:22.078Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-01T21:00:22.079Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-01T21:00:22.079Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-01T21:00:22.079Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-01T21:00:22.079Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T21:00:22.079Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T21:00:22.079Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T21:00:22.079Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T21:00:22.080Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T21:00:22.080Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T21:00:22.080Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-01T21:00:22.080Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-01T21:00:22.082Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-01T21:00:52.083Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 14aed7a8-40b2-4a6d-8809-64c18da9995b 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-12-01T21:00:52.087Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 14aed7a8-40b2-4a6d-8809-64c18da9995b and serviceModelVersionId: 89f0bd27-4b06-406d-971e-2de4ab784a35
2022-12-01T21:00:52.087Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 416170f9-1ae1-44d9-88d0-932a3c8f09ba
2022-12-01T21:00:52.088Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/416170f9-1ae1-44d9-88d0-932a3c8f09ba/model-vers/model-ver/89f0bd27-4b06-406d-971e-2de4ab784a35?depth=0
2022-12-01T21:00:52.093Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-01T21:00:52.136Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/416170f9-1ae1-44d9-88d0-932a3c8f09ba/model-vers/model-ver/89f0bd27-4b06-406d-971e-2de4ab784a35?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-12-01T21:00:52.138Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/416170f9-1ae1-44d9-88d0-932a3c8f09ba/model-vers/model-ver/89f0bd27-4b06-406d-971e-2de4ab784a35?depth=0|INFO|500||Invoke
2022-12-01T21:00:52.159Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/416170f9-1ae1-44d9-88d0-932a3c8f09ba/model-vers/model-ver/89f0bd27-4b06-406d-971e-2de4ab784a35?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-01T21:00:52.261Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/416170f9-1ae1-44d9-88d0-932a3c8f09ba/model-vers/model-ver/89f0bd27-4b06-406d-971e-2de4ab784a35?depth=0|INFO|500||InvokeReturn
2022-12-01T21:00:52.262Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/416170f9-1ae1-44d9-88d0-932a3c8f09ba/model-vers/model-ver/89f0bd27-4b06-406d-971e-2de4ab784a35?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 21:00:52 GMT], content-length=[0], vertex-id=[233656], x-aai-txid=[2-aai-resources-221201-21:00:52:165-83411], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-01T21:00:52.266Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T21:00:52.267Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-01T21:00:52.267Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-01T21:00:52.270Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-01T21:00:52.270Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 14aed7a8-40b2-4a6d-8809-64c18da9995b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-01T21:00:52.270Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-01T21:00:52.270Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-01T21:00:52.272Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-01T21:00:52.272Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928452270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T21:00:52.373Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-01T21:00:52.374Z||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-12-01T21:00:52.374Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:00:52.403Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:00:52.404Z||pool-140-thread-1|||||INFO|500||cambria reply ok (31 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-12-01T21:00:53.287Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:00:53.288Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|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-12-01T21:00:53.288Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:01:03.719Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:01:03.719Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:01:03.720Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|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-12-01T21:01:03.720Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:01:13.268Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:01:13.269Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:01:13.269Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|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-12-01T21:01:13.270Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:01:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:01:19.512Z||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-12-01T21:01:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:01:20.138Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:01:20.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-01T21:01:20.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14aed7a8-40b2-4a6d-8809-64c18da9995b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669928452270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-01T21:01:20.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-01T21:01:22.844Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:01:22.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:01:22.845Z||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-12-01T21:01:22.845Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:01:32.400Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:01:32.400Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:01:32.401Z||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-12-01T21:01:32.401Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:01:41.955Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:01:41.956Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:01:41.957Z||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-12-01T21:01:41.957Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:01:51.501Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:02:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:02:19.510Z||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-12-01T21:02:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:02:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:02:19.511Z||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-12-01T21:02:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:02:29.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:02:29.059Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:03:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:03:19.510Z||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-12-01T21:03:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:03:19.511Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:03:19.511Z||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-12-01T21:03:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:03:29.059Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:03:29.059Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:04:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:04:19.510Z||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-12-01T21:04:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:04:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:04:19.511Z||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-12-01T21:04:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:04:29.055Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:04:29.090Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:05:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:05:19.510Z||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-12-01T21:05:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:05:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:05:19.511Z||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-12-01T21:05:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:05:29.059Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:05:29.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:06:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:06:19.510Z||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-12-01T21:06:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:06:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:06:19.511Z||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-12-01T21:06:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:06:29.100Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:06:29.100Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:07:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:07:19.510Z||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-12-01T21:07:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:07:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:07:19.511Z||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-12-01T21:07:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:07:29.056Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:07:29.056Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:08:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:08:19.510Z||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-12-01T21:08:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:08:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:08:19.512Z||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-12-01T21:08:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:08:29.062Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:08:29.065Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:09:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:09:19.509Z||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-12-01T21:09:19.509Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:09:19.511Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:09:19.511Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|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-12-01T21:09:19.511Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:09:29.061Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:09:29.066Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:10:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:10:19.509Z||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-12-01T21:10:19.509Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:10:19.511Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:10:19.511Z|b69e4afd-7176-4274-9689-1544186286bc|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-12-01T21:10:19.512Z|b69e4afd-7176-4274-9689-1544186286bc|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:10:29.072Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:10:29.076Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:11:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:11:19.509Z||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-12-01T21:11:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:11:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:11:19.511Z||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-12-01T21:11:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:11:29.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:11:29.103Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:12:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:12:19.509Z||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-12-01T21:12:19.509Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:12:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:12:19.511Z||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-12-01T21:12:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:12:29.070Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:12:29.072Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:13:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:13:19.510Z||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-12-01T21:13:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:13:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:13:19.511Z||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-12-01T21:13:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:13:29.058Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:13:29.058Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:14:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:14:19.510Z||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-12-01T21:14:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:14:19.511Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:14:19.511Z||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-12-01T21:14:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:14:29.061Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:14:29.062Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:15:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:15:19.510Z||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-12-01T21:15:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:15:19.511Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:15:19.511Z||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-12-01T21:15:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:15:29.063Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:15:29.063Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:16:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:16:19.510Z||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-12-01T21:16:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:16:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:16:19.511Z||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-12-01T21:16:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:16:29.061Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:16:29.061Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:17:19.509Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:17:19.510Z||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-12-01T21:17:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:17:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:17:19.512Z||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-12-01T21:17:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:17:29.060Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:17:29.060Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:18:19.509Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:18:19.511Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:18:19.512Z|b69e4afd-7176-4274-9689-1544186286bc|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-12-01T21:18:19.512Z||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-12-01T21:18:19.512Z|b69e4afd-7176-4274-9689-1544186286bc|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:18:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:18:29.062Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:18:29.064Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:19:19.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:19:19.531Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:19:19.532Z||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-12-01T21:19:19.532Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:19:19.532Z|b69e4afd-7176-4274-9689-1544186286bc|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-12-01T21:19:19.535Z|b69e4afd-7176-4274-9689-1544186286bc|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:19:29.091Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:19:29.095Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:20:19.509Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:20:19.510Z||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-12-01T21:20:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:20:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:20:19.513Z||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-12-01T21:20:19.514Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:20:29.060Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:20:29.069Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:21:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:21:19.510Z||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-12-01T21:21:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:21:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:21:19.511Z||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-12-01T21:21:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:21:29.056Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:21:29.067Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:22:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:22:19.510Z||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-12-01T21:22:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:22:19.511Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:22:19.511Z||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-12-01T21:22:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:22:29.061Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:22:29.061Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:23:19.509Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:23:19.509Z||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-12-01T21:23:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:23:19.511Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:23:19.512Z||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-12-01T21:23:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:23:29.059Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:23:29.059Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:24:19.509Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:24:19.509Z||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-12-01T21:24:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:24:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:24:19.511Z||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-12-01T21:24:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:24:29.061Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:24:29.063Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:25:19.509Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:25:19.509Z||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-12-01T21:25:19.509Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:25:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:25:19.511Z||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-12-01T21:25:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:25:29.070Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:25:29.070Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:26:19.509Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:26:19.509Z||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-12-01T21:26:19.509Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:26:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:26:19.512Z||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-12-01T21:26:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:26:29.061Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:26:29.061Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:27:19.509Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:27:19.509Z||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-12-01T21:27:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:27:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:27:19.511Z||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-12-01T21:27:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:27:29.066Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:27:29.072Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:28:19.509Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:28:19.510Z||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-12-01T21:28:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:28:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:28:19.512Z||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-12-01T21:28:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:28:29.059Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:28:29.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:29:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:29:19.510Z||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-12-01T21:29:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:29:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:29:19.511Z||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-12-01T21:29:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:29:29.068Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:29:29.069Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:30:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:30:19.510Z||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-12-01T21:30:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:30:19.511Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:30:19.512Z|b69e4afd-7176-4274-9689-1544186286bc|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-12-01T21:30:19.512Z|b69e4afd-7176-4274-9689-1544186286bc|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:30:29.066Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:30:29.084Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:31:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:31:19.510Z||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-12-01T21:31:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:31:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:31:19.512Z||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-12-01T21:31:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:31:29.066Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:31:29.066Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:32:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:32:19.511Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:32:19.512Z||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-12-01T21:32:19.512Z||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-12-01T21:32:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:32:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:32:29.074Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:32:29.076Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:33:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:33:19.510Z||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-12-01T21:33:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:33:19.511Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:33:19.511Z||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-12-01T21:33:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:33:29.060Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:33:29.061Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:34:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:34:19.509Z||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-12-01T21:34:19.509Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:34:19.511Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:34:19.511Z|b69e4afd-7176-4274-9689-1544186286bc|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-12-01T21:34:19.511Z|b69e4afd-7176-4274-9689-1544186286bc|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:34:29.062Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:34:29.064Z|b69e4afd-7176-4274-9689-1544186286bc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:35:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:35:19.509Z||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-12-01T21:35:19.509Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:35:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:35:19.511Z||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-12-01T21:35:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:35:29.062Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:35:29.062Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:36:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:36:19.510Z||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-12-01T21:36:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:36:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:36:19.511Z||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-12-01T21:36:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:36:29.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:36:29.059Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:37:19.509Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:37:19.509Z||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-12-01T21:37:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:37:19.511Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:37:19.511Z||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-12-01T21:37:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:37:29.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:37:29.059Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:38:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:38:19.510Z||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-12-01T21:38:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:38:19.511Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:38:19.512Z||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-12-01T21:38:19.513Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:38:29.057Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:38:29.062Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:39:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:39:19.509Z||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-12-01T21:39:19.509Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:39:19.511Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:39:19.511Z||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-12-01T21:39:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:39:29.053Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:39:29.054Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:40:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:40:19.509Z||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-12-01T21:40:19.509Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:40:19.511Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:40:19.512Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|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-12-01T21:40:19.512Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:40:29.061Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:40:29.062Z|14aed7a8-40b2-4a6d-8809-64c18da9995b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:41:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:41:19.509Z||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-12-01T21:41:19.510Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:41:19.511Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:41:19.511Z||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-12-01T21:41:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:41:29.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:41:29.060Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:42:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:42:19.509Z||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-12-01T21:42:19.509Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:42:19.511Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:42:19.511Z||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-12-01T21:42:19.511Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:42:29.062Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:42:29.065Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:43:19.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:43:19.509Z||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-12-01T21:43:19.509Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:43:19.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T21:43:19.512Z||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-12-01T21:43:19.512Z||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 wJrZ9hbSQ5jPSliL) ...
2022-12-01T21:43:29.058Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T21:43:29.059Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK