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)

2023-01-09T03:37:38.317Z||main|||||INFO|500||The following profiles are active: basic
2023-01-09T03:37:49.829Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-09T03:37:49.830Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-09T03:37:49.932Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-09T03:37:53.771Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-09T03:37:54.164Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-09T03:37:54.638Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-09T03:37:54.642Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-09T03:37:54.739Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-09T03:37:54.944Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-09T03:37:55.463Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-09T03:37:57.230Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-09T03:37:59.449Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-09T03:37:59.536Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-09T03:38:00.148Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-09T03:38:00.378Z||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.
2023-01-09T03:38:01.557Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-09T03:38:02.598Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-01-09T03:38:02.614Z||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$$47a94641.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)
2023-01-09T03:38:02.615Z||main|||||WARN|500||The sdc end point is not alive
2023-01-09T03:38:05.738Z||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
2023-01-09T03:38:08.897Z||main|||||WARN|500||---
2023-01-09T03:38:08.898Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-09T03:38:08.898Z||main|||||WARN|500||---
2023-01-09T03:38:09.320Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-09T03:38:14.086Z||main|||||INFO|500||Started Application in 39.233 seconds (JVM running for 41.341)
2023-01-09T03:38:14.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-09T03:38:14.116Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-09T03:38:14.128Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-09T03:38:14.157Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-09T03:38:14.251Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fa61a789-26ce-4e81-959f-f2f8a5884437 url= /sdc/v1/artifactTypes
2023-01-09T03:38:14.252Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-09T03:38:14.539Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-09T03:38:14.568Z||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
2023-01-09T03:38:14.590Z||scheduling-1|||||DEBUG|500||create keys
2023-01-09T03:38:14.597Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-09T03:38:14.655Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:38:14.674Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fadc2d3b-91d3-4662-9dc5-4fc30e65bd0e url= /sdc/v1/registerForDistribution
2023-01-09T03:38:14.836Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fadc2d3b-91d3-4662-9dc5-4fc30e65bd0e url= /sdc/v1/registerForDistribution
2023-01-09T03:38:14.837Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-09T03:38:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:38:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:38:14.852Z||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.
2023-01-09T03:38:14.852Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-09T03:38:14.852Z||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.
2023-01-09T03:38:14.853Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:38:14.853Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:38:25.297Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:38:25.298Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:39:14.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:39:14.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:39:14.848Z||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.
2023-01-09T03:39:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:39:14.851Z||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.
2023-01-09T03:39:14.852Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:39:24.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:39:24.459Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:40:14.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:40:14.845Z||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.
2023-01-09T03:40:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:40:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:40:14.846Z||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.
2023-01-09T03:40:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:40:24.432Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:40:24.433Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:41:14.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:41:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:41:14.847Z||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.
2023-01-09T03:41:14.847Z||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.
2023-01-09T03:41:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:41:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:41:24.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:41:24.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:42:14.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:42:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:42:14.845Z||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.
2023-01-09T03:42:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:42:14.846Z||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.
2023-01-09T03:42:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:42:24.436Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:42:24.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:43:14.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:43:14.844Z||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.
2023-01-09T03:43:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:43:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:43:14.847Z||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.
2023-01-09T03:43:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:43:24.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:43:24.449Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:44:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:44:14.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.
2023-01-09T03:44:14.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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:44:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:44:14.846Z||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.
2023-01-09T03:44:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:44:24.409Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:44:24.411Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:45:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:45:14.844Z||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.
2023-01-09T03:45:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:45:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:45:14.846Z||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.
2023-01-09T03:45:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:45:24.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:45:24.452Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:46:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:46:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:46:14.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.
2023-01-09T03:46:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:46:14.846Z||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.
2023-01-09T03:46:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:46:24.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:46:24.445Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:47:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:47:14.844Z||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.
2023-01-09T03:47:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:47:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:47:14.846Z||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.
2023-01-09T03:47:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:47:24.418Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:47:24.419Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:48:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:48:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:48:14.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.
2023-01-09T03:48:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:48:14.846Z||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.
2023-01-09T03:48:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:48:24.407Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:48:24.458Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:48:24.487Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-09T03:49:14.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:49:14.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:49:14.847Z||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.
2023-01-09T03:49:14.847Z||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.
2023-01-09T03:49:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:49:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:49:24.409Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:49:24.415Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:50:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:50:14.845Z||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.
2023-01-09T03:50:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:50:14.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:50:14.848Z||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.
2023-01-09T03:50:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:50:24.449Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:50:24.450Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:51:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:51:14.845Z||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.
2023-01-09T03:51:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:51:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:51:14.846Z||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.
2023-01-09T03:51:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:51:24.430Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:51:24.432Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:52:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:52:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:52:14.845Z||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.
2023-01-09T03:52:14.846Z||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.
2023-01-09T03:52:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:52:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:52:24.401Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:52:24.406Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:53:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:53:14.844Z||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.
2023-01-09T03:53:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:53:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:53:14.846Z||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.
2023-01-09T03:53:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:53:24.450Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:53:24.450Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:54:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:54:14.845Z||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.
2023-01-09T03:54:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:54:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:54:14.846Z||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.
2023-01-09T03:54:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:54:24.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:54:24.459Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:55:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:55:14.844Z||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.
2023-01-09T03:55:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:55:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:55:14.846Z||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.
2023-01-09T03:55:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:55:24.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:55:24.434Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:56:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:56:14.844Z||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.
2023-01-09T03:56:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:56:14.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:56:14.846Z||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.
2023-01-09T03:56:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:56:24.442Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:56:24.442Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:57:14.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:57:14.845Z||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.
2023-01-09T03:57:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:57:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:57:14.846Z||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.
2023-01-09T03:57:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:57:24.411Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:57:24.411Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:58:14.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:58:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:58:14.845Z||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.
2023-01-09T03:58:14.846Z||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.
2023-01-09T03:58:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:58:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:58:24.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:58:24.440Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:59:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:59:14.844Z||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.
2023-01-09T03:59:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:59:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T03:59:14.846Z||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.
2023-01-09T03:59:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T03:59:24.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T03:59:24.454Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:00:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:00:14.844Z||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.
2023-01-09T04:00:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:00:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:00:14.846Z||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.
2023-01-09T04:00:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:00:24.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:00:24.422Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:01:14.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:01:14.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T04:01:14.844Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:01:14.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:01:14.847Z||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.
2023-01-09T04:01:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:01:24.428Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:01:24.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:02:14.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:02:14.844Z||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.
2023-01-09T04:02:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:02:14.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:02:14.846Z||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.
2023-01-09T04:02:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:02:24.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:02:24.435Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:03:14.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:03:14.844Z||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.
2023-01-09T04:03:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:03:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:03:14.846Z||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.
2023-01-09T04:03:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:03:24.433Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:03:24.433Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:04:14.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:04:14.844Z||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.
2023-01-09T04:04:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:04:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:04:14.846Z||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.
2023-01-09T04:04:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:04:24.404Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:04:24.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:05:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:05:14.845Z||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.
2023-01-09T04:05:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:05:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:05:14.846Z||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.
2023-01-09T04:05:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:05:24.434Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:05:24.438Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:06:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:06:14.845Z||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.
2023-01-09T04:06:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:06:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:06:14.846Z||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.
2023-01-09T04:06:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:06:24.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:06:24.427Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:07:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:07:14.845Z||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.
2023-01-09T04:07:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:07:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:07:14.846Z||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.
2023-01-09T04:07:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:07:24.416Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:07:24.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:08:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:08:14.844Z||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.
2023-01-09T04:08:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:08:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:08:14.846Z||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.
2023-01-09T04:08:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:08:24.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:08:24.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:09:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:09:14.844Z||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.
2023-01-09T04:09:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:09:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:09:14.845Z||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.
2023-01-09T04:09:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:09:24.443Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:09:24.446Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:10:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:10:14.845Z||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.
2023-01-09T04:10:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:10:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:10:14.846Z||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.
2023-01-09T04:10:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:10:24.417Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:10:24.417Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:11:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:11:14.845Z||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.
2023-01-09T04:11:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:11:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:11:14.846Z||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.
2023-01-09T04:11:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:11:24.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:11:24.469Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:12:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:12:14.845Z||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.
2023-01-09T04:12:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:12:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:12:14.846Z||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.
2023-01-09T04:12:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:12:24.423Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:12:24.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:13:14.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:13:14.844Z||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.
2023-01-09T04:13:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:13:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:13:14.847Z||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.
2023-01-09T04:13:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:13:24.446Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:13:24.446Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:14:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:14:14.845Z||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.
2023-01-09T04:14:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:14:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:14:14.847Z||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.
2023-01-09T04:14:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:14:24.440Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:14:24.440Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:15:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:15:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:15:14.848Z||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.
2023-01-09T04:15:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:15:14.848Z||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.
2023-01-09T04:15:14.851Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:15:24.427Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:15:24.442Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:16:14.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:16:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:16:14.846Z||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.
2023-01-09T04:16:14.846Z||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.
2023-01-09T04:16:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:16:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:16:24.429Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:16:24.445Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:17:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:17:14.844Z||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.
2023-01-09T04:17:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:17:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:17:14.846Z||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.
2023-01-09T04:17:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:17:24.420Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:17:24.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:18:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:18:14.844Z||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.
2023-01-09T04:18:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:18:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:18:14.846Z||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.
2023-01-09T04:18:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:18:24.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:18:24.467Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:19:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:19:14.845Z||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.
2023-01-09T04:19:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:19:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:19:14.846Z||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.
2023-01-09T04:19:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:19:24.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:19:24.429Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:20:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:20:14.844Z||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.
2023-01-09T04:20:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:20:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:20:14.846Z||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.
2023-01-09T04:20:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:20:24.440Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:20:24.458Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:21:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:21:14.844Z||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.
2023-01-09T04:21:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:21:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:21:14.845Z||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.
2023-01-09T04:21:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:21:24.434Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:21:24.440Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:22:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:22:14.845Z||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.
2023-01-09T04:22:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:22:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:22:14.846Z||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.
2023-01-09T04:22:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:22:24.414Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:22:24.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:23:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:23:14.844Z||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.
2023-01-09T04:23:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:23:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:23:14.845Z||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.
2023-01-09T04:23:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:23:24.446Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:23:24.460Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:24:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:24:14.844Z||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.
2023-01-09T04:24:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:24:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:24:14.846Z||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.
2023-01-09T04:24:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:24:24.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:24:24.448Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:25:14.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:25:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:25:14.847Z||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.
2023-01-09T04:25:14.847Z||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.
2023-01-09T04:25:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:25:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:25:24.430Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:25:24.431Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:26:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:26:14.845Z||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.
2023-01-09T04:26:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:26:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:26:14.846Z||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.
2023-01-09T04:26:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:26:24.425Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:26:24.425Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:27:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:27:14.844Z||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.
2023-01-09T04:27:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:27:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:27:14.846Z||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.
2023-01-09T04:27:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:27:24.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:27:24.440Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:28:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:28:14.844Z||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.
2023-01-09T04:28:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:28:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:28:14.846Z||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.
2023-01-09T04:28:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:28:24.420Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:28:24.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:29:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:29:14.844Z||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.
2023-01-09T04:29:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:29:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:29:14.846Z||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.
2023-01-09T04:29:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:29:24.431Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:29:24.431Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:30:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:30:14.844Z||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.
2023-01-09T04:30:14.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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:30:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:30:14.846Z||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.
2023-01-09T04:30:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:30:24.433Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:30:24.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:31:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:31:14.844Z||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.
2023-01-09T04:31:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:31:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:31:14.846Z||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.
2023-01-09T04:31:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:31:24.440Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:31:24.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:32:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:32:14.844Z||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.
2023-01-09T04:32:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:32:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:32:14.846Z||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.
2023-01-09T04:32:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:32:24.406Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:32:24.406Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:33:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:33:14.844Z||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.
2023-01-09T04:33:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:33:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:33:14.846Z||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.
2023-01-09T04:33:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:33:24.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:33:24.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:34:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:34:14.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:34:14.848Z||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.
2023-01-09T04:34:14.848Z||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.
2023-01-09T04:34:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:34:14.848Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:34:24.428Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:34:24.431Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:35:14.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:35:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:35:14.845Z||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.
2023-01-09T04:35:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:35:14.846Z||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.
2023-01-09T04:35:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:35:24.426Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:35:24.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:36:14.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:36:14.844Z||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.
2023-01-09T04:36:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:36:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:36:14.846Z||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.
2023-01-09T04:36:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:36:24.427Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:36:24.429Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:37:14.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:37:14.844Z||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.
2023-01-09T04:37:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:37:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:37:14.846Z||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.
2023-01-09T04:37:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:37:24.427Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:37:24.427Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:38:14.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:38:14.845Z||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.
2023-01-09T04:38:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:38:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:38:14.846Z||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.
2023-01-09T04:38:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:38:24.408Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:38:24.433Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:39:14.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:39:14.844Z||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.
2023-01-09T04:39:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:39:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:39:14.846Z||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.
2023-01-09T04:39:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:39:24.436Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:39:24.436Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:40:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:40:14.844Z||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.
2023-01-09T04:40:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:40:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:40:14.847Z||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.
2023-01-09T04:40:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:40:24.425Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:40:24.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:41:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:41:14.844Z||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.
2023-01-09T04:41:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:41:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:41:14.846Z||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.
2023-01-09T04:41:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:41:24.408Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:41:24.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:42:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:42:14.844Z||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.
2023-01-09T04:42:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:42:14.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:42:14.845Z||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.
2023-01-09T04:42:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:42:24.411Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:42:24.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:43:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:43:14.844Z||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.
2023-01-09T04:43:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:43:14.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:43:14.846Z||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.
2023-01-09T04:43:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:43:24.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:43:24.456Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:44:14.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:44:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:44:14.846Z||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.
2023-01-09T04:44:14.846Z||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.
2023-01-09T04:44:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:44:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:44:24.436Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:44:24.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:45:14.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:45:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:45:14.845Z||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.
2023-01-09T04:45:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:45:14.846Z||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.
2023-01-09T04:45:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:45:24.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:45:24.442Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:46:14.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:46:14.844Z||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.
2023-01-09T04:46:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:46:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:46:14.846Z||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.
2023-01-09T04:46:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:46:24.422Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:46:24.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:47:14.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:47:14.844Z||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.
2023-01-09T04:47:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:47:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:47:14.846Z||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.
2023-01-09T04:47:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:47:24.439Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:47:24.447Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:48:14.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:48:14.844Z||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.
2023-01-09T04:48:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:48:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:48:14.846Z||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.
2023-01-09T04:48:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:48:24.415Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:48:24.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:14.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:49:14.844Z||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.
2023-01-09T04:49:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:49:14.846Z||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.
2023-01-09T04:49:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:15.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:15.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"17c5a258-db92-49d9-b473-3b28a1e20f26","serviceName":"vFW 2023-01-09 04-47-48","serviceVersion":"1.0","serviceUUID":"27d031a2-dc3d-42e7-8381-d0450f6c9aa9","serviceDescription":"catalog service description","serviceInvariantUUID":"b7cd5393-64d8-4c39-8485-1f1e703457db","resources":[{"resourceInstanceName":"vFW ad7174a8-985b 0","resourceName":"vFW ad7174a8-985b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f882e1ed-2ce5-45b9-a7ce-5154e63cadbd","resourceInvariantUUID":"801f9fda-2df8-4bd6-a1e9-d1bd811b7983","resourceCustomizationUUID":"8db16727-4805-4969-8651-d3f515d9be79","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml","artifactChecksum":"NGVjN2ZhNDBiOGQwMWVkNGJiN2JhMTI5MjU0N2Q2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46a250e1-a851-4916-8d3f-22ce405368fe","artifactVersion":"1"},{"artifactName":"vfwad7174a8985b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json","artifactChecksum":"ZDRjYjZmMTIxZjVmNjc1OTUzMGNlY2Q1MDAzMDM2ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45ea2d6f-fcf4-45f5-9ed3-5daac562adfa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7ad85652-f1cf-4a0d-b355-f802e75d2aec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml","artifactChecksum":"OGNhYjEyZTkyNDUyNTgyNjMxN2U0ZTY5NDc3NzdjNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02b1b9ab-6778-4128-b446-47be2da82e03","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3e9c7846-2652-4580-8ff2-049f426cae3b","artifactVersion":"2","generatedFromUUID":"7ad85652-f1cf-4a0d-b355-f802e75d2aec"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230109044748-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml","artifactChecksum":"NGFjYTMzMGU5YTFiNTcwODMxNjFlZjcyYTU3YzQ5ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1abfa23-81b8-4ac8-98a4-03581a35b19c","artifactVersion":"1"},{"artifactName":"service-Vfw20230109044748-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar","artifactChecksum":"OGFiMWQ1YmEzMGQyMzVjNjcxZjlhYzFjZGM3YmY1ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48909eaf-8757-411e-8c5f-fa086ce42026","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-09T04:49:15.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:15.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673239721835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.496Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:49:15.504Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:15.521Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:15.521Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239754843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239716244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239716244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T04:49:15.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673239721835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239716244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-09T04:49:15.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673239721835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239716244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673239721835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "cds",
  "timestamp": 1673239728597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239716244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-09T04:49:15.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673239721835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "cds",
  "timestamp": 1673239728597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "aai-ml",
  "timestamp": 1673239730184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239716244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673239721835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "cds",
  "timestamp": 1673239728597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "aai-ml",
  "timestamp": 1673239730184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239716244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T04:49:15.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673239721835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "cds",
  "timestamp": 1673239728597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "aai-ml",
  "timestamp": 1673239730184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239733571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:49:15.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "cds",
  "timestamp": 1673239728597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "aai-ml",
  "timestamp": 1673239730184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239734675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:49:15.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "cds",
  "timestamp": 1673239728597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "aai-ml",
  "timestamp": 1673239730184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "cds",
  "timestamp": 1673239728597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T04:49:15.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239735744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:49:15.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "aai-ml",
  "timestamp": 1673239730184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "aai-ml",
  "timestamp": 1673239730184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T04:49:15.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239736850,
  "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=?
2023-01-09T04:49:15.621Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-09T04:49:15.626Z||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.
2023-01-09T04:49:15.626Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:15.653Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:15.656Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-09T04:49:15.752Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17c5a258-db92-49d9-b473-3b28a1e20f26
2023-01-09T04:49:15.773Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c5a258-db92-49d9-b473-3b28a1e20f26 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 (?, ?, ?, ?, ?)
2023-01-09T04:49:15.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "cds",
  "timestamp": 1673239736559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:49:15.796Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239737857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T04:49:15.797Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "aai-ml",
  "timestamp": 1673239738034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:49:15.797Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "cds",
  "timestamp": 1673239737582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-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=?
2023-01-09T04:49:15.809Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17c5a258-db92-49d9-b473-3b28a1e20f26
2023-01-09T04:49:15.810Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c5a258-db92-49d9-b473-3b28a1e20f26 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 (?, ?, ?, ?, ?)
2023-01-09T04:49:15.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239738487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.817Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239738487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.818Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239738487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.818Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239738487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.819Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239738487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239738487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:15.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239738487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T04:49:15.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:49:15.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239746321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:49:15.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239752014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T04:49:15.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239753019,
  "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=?
2023-01-09T04:49:15.825Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17c5a258-db92-49d9-b473-3b28a1e20f26
2023-01-09T04:49:15.826Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c5a258-db92-49d9-b473-3b28a1e20f26 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 (?, ?, ?, ?, ?)
2023-01-09T04:49:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "aai-ml",
  "timestamp": 1673239753837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T04:49:15.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:49:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:49:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "aai-ml",
  "timestamp": 1673239754843,
  "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=?
2023-01-09T04:49:15.834Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17c5a258-db92-49d9-b473-3b28a1e20f26
2023-01-09T04:49:15.835Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c5a258-db92-49d9-b473-3b28a1e20f26 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 (?, ?, ?, ?, ?)
2023-01-09T04:49:16.529Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:49:16.530Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:16.532Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:16.533Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239754843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T04:49:16.633Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:16.634Z||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.
2023-01-09T04:49:16.634Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:16.646Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:16.646Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:49:17.533Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:49:17.534Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:17.537Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:17.537Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239754843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-09T04:49:17.637Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:17.638Z||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.
2023-01-09T04:49:17.638Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:17.651Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:17.652Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:18.538Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:49:18.538Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:18.540Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:18.540Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239754843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:18.641Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:18.642Z||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.
2023-01-09T04:49:18.642Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:18.655Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:18.656Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:19.541Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:49:19.542Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:19.544Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:19.544Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239754843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-09T04:49:19.644Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:19.645Z||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.
2023-01-09T04:49:19.645Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:19.659Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:19.660Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:20.545Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:49:20.545Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:20.547Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:20.547Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239754843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:49:20.648Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T04:49:20.649Z||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.
2023-01-09T04:49:20.649Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:20.660Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:20.661Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:21.549Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:49:21.550Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:21.553Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:21.553Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239754843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T04:49:21.653Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T04:49:21.656Z||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.
2023-01-09T04:49:21.656Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:21.669Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:21.670Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:22.555Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "serviceName": "vFW 2023-01-09 04-47-48",
  "serviceVersion": "1.0",
  "serviceUUID": "27d031a2-dc3d-42e7-8381-d0450f6c9aa9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b7cd5393-64d8-4c39-8485-1f1e703457db",
  "resources": [
    {
      "resourceInstanceName": "vFW ad7174a8-985b 0",
      "resourceCustomizationUUID": "8db16727-4805-4969-8651-d3f515d9be79",
      "resourceName": "vFW ad7174a8-985b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f882e1ed-2ce5-45b9-a7ce-5154e63cadbd",
      "resourceInvariantUUID": "801f9fda-2df8-4bd6-a1e9-d1bd811b7983",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwad7174a8985b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
          "artifactChecksum": "ZDRjYjZmMTIxZjVmNjc1OTUzMGNlY2Q1MDAzMDM2ZWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "45ea2d6f-fcf4-45f5-9ed3-5daac562adfa",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7ad85652-f1cf-4a0d-b355-f802e75d2aec",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3e9c7846-2652-4580-8ff2-049f426cae3b",
            "generatedFromUUID": "7ad85652-f1cf-4a0d-b355-f802e75d2aec"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3e9c7846-2652-4580-8ff2-049f426cae3b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230109044748-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
      "artifactChecksum": "OGFiMWQ1YmEzMGQyMzVjNjcxZjlhYzFjZGM3YmY1ZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48909eaf-8757-411e-8c5f-fa086ce42026"
    }
  ],
  "workloadContext": "Production"
}
2023-01-09T04:49:22.557Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-09T04:49:22.557Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27d031a2-dc3d-42e7-8381-d0450f6c9aa9 ASDC
2023-01-09T04:49:22.696Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:17c5a258-db92-49d9-b473-3b28a1e20f26
ServiceName:vFW 2023-01-09 04-47-48
ServiceVersion:1.0
ServiceUUID:27d031a2-dc3d-42e7-8381-d0450f6c9aa9
ServiceInvariantUUID:b7cd5393-64d8-4c39-8485-1f1e703457db
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230109044748-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar
ArtifactUUID:48909eaf-8757-411e-8c5f-fa086ce42026
ArtifactChecksum:OGFiMWQ1YmEzMGQyMzVjNjcxZjlhYzFjZGM3YmY1ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ad7174a8-985b 0
ResourceCustomizationUUID:8db16727-4805-4969-8651-d3f515d9be79
ResourceInvariantUUID:801f9fda-2df8-4bd6-a1e9-d1bd811b7983
ResourceName:vFW ad7174a8-985b
ResourceType:VF
ResourceUUID:f882e1ed-2ce5-45b9-a7ce-5154e63cadbd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwad7174a8985b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json
ArtifactUUID:45ea2d6f-fcf4-45f5-9ed3-5daac562adfa
ArtifactChecksum:ZDRjYjZmMTIxZjVmNjc1OTUzMGNlY2Q1MDAzMDM2ZWI=
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/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml
ArtifactUUID:7ad85652-f1cf-4a0d-b355-f802e75d2aec
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/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env
ArtifactUUID:3e9c7846-2652-4580-8ff2-049f426cae3b
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/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env
ArtifactUUID:3e9c7846-2652-4580-8ff2-049f426cae3b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-09T04:49:22.770Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27d031a2-dc3d-42e7-8381-d0450f6c9aa9 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=?
2023-01-09T04:49:22.859Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T04:49:22.861Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-09T04:49:22.862Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-09T04:49:22.862Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 48909eaf-8757-411e-8c5f-fa086ce42026 from URL: /sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:22.863Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:49:22.864Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:22.968Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:49:23.001Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar 48909eaf-8757-411e-8c5f-fa086ce42026 100668
2023-01-09T04:49:23.003Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar ASDC sendASDCNotification
2023-01-09T04:49:23.004Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:23.005Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:49:23.007Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:23.010Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:23.010Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239763002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:49:23.110Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T04:49:23.111Z||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.
2023-01-09T04:49:23.112Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:23.125Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:23.126Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:49:24.011Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T04:49:24.012Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-09T04:49:24.013Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 48909eaf-8757-411e-8c5f-fa086ce42026, URL: /sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar to file: /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:24.014Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230109044748-csar.csar
2023-01-09T04:49:24.112Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:24.112Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:24.834Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15151083001244945616/Definitions/service-Vfw20230109044748-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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
2023-01-09T04:49:27.394Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-09T04:49:27.399Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-09T04:49:27.399Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.400Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-09T04:49:27.400Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.400Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.400Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ad7174a8-985b 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.400Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.401Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.401Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.401Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.401Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.402Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.402Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.402Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:27.402Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-09T04:49:27.408Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.410Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:27.414Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:27.414Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-09T04:49:27.416Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T04:49:27.418Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.418Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:27.418Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:27.419Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-09T04:49:27.419Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T04:49:27.419Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.419Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:27.423Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.423Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is not matching search criteria
2023-01-09T04:49:27.423Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-09T04:49:27.424Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-09T04:49:27.424Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.424Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.424Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.425Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-09T04:49:27.425Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-09T04:49:27.425Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-09T04:49:27.425Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-09T04:49:27.426Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.426Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.426Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-09T04:49:27.426Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.427Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-09T04:49:27.427Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.427Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-09T04:49:27.428Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.428Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T04:49:27.429Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.429Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:27.430Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:27.430Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.430Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:27.431Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:27.431Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.431Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:27.431Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:27.432Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.432Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is not matching search criteria
2023-01-09T04:49:27.432Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-09T04:49:27.432Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-09T04:49:27.433Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-09T04:49:27.433Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-09T04:49:27.433Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-09T04:49:27.433Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.433Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.442Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-09T04:49:27.442Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.442Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-09T04:49:27.442Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.443Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ee0dce2-0ef4-4a6a-81af-4ef254548962
2023-01-09T04:49:27.443Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.443Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is not matching search criteria
2023-01-09T04:49:27.443Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-09T04:49:27.443Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-09T04:49:27.444Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.444Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.444Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.444Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-09T04:49:27.444Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-09T04:49:27.445Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-09T04:49:27.445Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-09T04:49:27.445Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.445Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-09T04:49:27.445Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.446Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c9f8da25-7476-4f0a-aa60-2a79887e3717
2023-01-09T04:49:27.446Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.446Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is not matching search criteria
2023-01-09T04:49:27.446Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-09T04:49:27.447Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-09T04:49:27.447Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.447Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.447Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.447Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-09T04:49:27.447Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-09T04:49:27.448Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-09T04:49:27.448Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-09T04:49:27.448Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:27.448Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:27.448Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-09T04:49:27.448Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4c75b21c-5c25-4c93-8d02-49fd8e0826a7
2023-01-09T04:49:27.449Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.449Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:27.449Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.449Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:27.449Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.450Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:27.450Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:27.450Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:27.450Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-09 04-47-48
Description:catalog service description
Model UUID:27d031a2-dc3d-42e7-8381-d0450f6c9aa9
Model Version:NULL
Model InvariantUuid:b7cd5393-64d8-4c39-8485-1f1e703457db
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ad7174a8-985b
Model UUID:7ff4974a-69e0-4da9-82f0-8fe9e07ec224
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:801f9fda-2df8-4bd6-a1e9-d1bd811b7983
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8db16727-4805-4969-8651-d3f515d9be79
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a892a1d4-dffc-4442-89f6-e795f3e00d1d
ModelName:VfwAd7174a8985b..base_vfw..module-0
ModelUuid:bc42ff9f-ac4a-44df-82bd-e9ab78f2a103
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ee0dce2-0ef4-4a6a-81af-4ef254548962
ModelInvariantUuid:c1380fff-0b41-4282-ad9e-a8c2aef8ae33
ModelName:vFW ad7174a8-985b-nodes.vfwCvfc
ModelUuid:f4a6f6ae-89e6-4051-ab38-cb8094f46a30
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:04a7916d-2551-494c-a3e9-8f470ea830b5
ModelInvariantUuid:02c07f9c-0aaf-4ccc-b70e-de4fda0b87a3
ModelName:VfwAd7174a8985b.compute.nodes.heat.vfw
ModelUuid:99c4a145-6858-409c-8141-45e882766514
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c9f8da25-7476-4f0a-aa60-2a79887e3717
ModelInvariantUuid:25e33a12-f4f7-4f54-933c-cbcc1af74f2b
ModelName:vFW ad7174a8-985b-nodes.vsnCvfc
ModelUuid:e7f5ed2d-7581-4d1b-b3f7-cd8908827dc7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fb638a21-5aba-4d9d-b2ef-d12b623b4e4a
ModelInvariantUuid:827742bb-5da6-4476-89e0-ff83364e9989
ModelName:VfwAd7174a8985b.compute.nodes.heat.vsn
ModelUuid:876206a4-e68b-4ea9-a80a-5219f8800faf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4c75b21c-5c25-4c93-8d02-49fd8e0826a7
ModelInvariantUuid:3f218270-5a20-4bea-a22d-b67523af2ece
ModelName:vFW ad7174a8-985b-nodes.vpgCvfc
ModelUuid:2334f507-0b3b-4744-b14a-26b4a5236596
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8ec6dea8-df54-48a5-aa02-2920683ef02d
ModelInvariantUuid:b8883134-34ff-4003-92df-185fbd7bc819
ModelName:VfwAd7174a8985b.compute.nodes.heat.vpg
ModelUuid:939f8c63-dd4b-49eb-ac61-f24b60d45e1a
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=?
2023-01-09T04:49:27.462Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f882e1ed-2ce5-45b9-a7ce-5154e63cadbd
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=?
2023-01-09T04:49:27.550Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||vFW ad7174a8-985b 0
2023-01-09T04:49:27.556Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f882e1ed-2ce5-45b9-a7ce-5154e63cadbd
2023-01-09T04:49:27.556Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 45ea2d6f-fcf4-45f5-9ed3-5daac562adfa from URL: /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json
2023-01-09T04:49:27.556Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:49:27.556Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json
2023-01-09T04:49:27.605Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:49:27.606Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json 45ea2d6f-fcf4-45f5-9ed3-5daac562adfa 785
2023-01-09T04:49:27.606Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json ASDC sendASDCNotification
2023-01-09T04:49:27.606Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json
2023-01-09T04:49:27.607Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:49:27.607Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:27.610Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:27.610Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239767606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:49:27.710Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:27.711Z||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.
2023-01-09T04:49:27.711Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:27.751Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:27.751Z||pool-11-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:49:28.611Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAd7174a8985b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a892a1d4-dffc-4442-89f6-e795f3e00d1d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bc42ff9f-ac4a-44df-82bd-e9ab78f2a103",
    "vfModuleModelCustomizationUUID": "7377363c-d1ed-4c79-856e-2190e7d3fb18",
    "isBase": true,
    "artifacts": [
      "7ad85652-f1cf-4a0d-b355-f802e75d2aec",
      "3e9c7846-2652-4580-8ff2-049f426cae3b"
    ],
    "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": ""
    }
  }
]
2023-01-09T04:49:28.626Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAd7174a8985b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc42ff9f-ac4a-44df-82bd-e9ab78f2a103
VfModuleModelInvariantUUID:a892a1d4-dffc-4442-89f6-e795f3e00d1d
VfModuleModelDescription:NULL
Artifacts UUID List:{
7ad85652-f1cf-4a0d-b355-f802e75d2aec
,
3e9c7846-2652-4580-8ff2-049f426cae3b

}
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


}

2023-01-09T04:49:28.629Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAd7174a8985b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a892a1d4-dffc-4442-89f6-e795f3e00d1d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bc42ff9f-ac4a-44df-82bd-e9ab78f2a103",
    "vfModuleModelCustomizationUUID": "7377363c-d1ed-4c79-856e-2190e7d3fb18",
    "isBase": true,
    "artifacts": [
      "7ad85652-f1cf-4a0d-b355-f802e75d2aec",
      "3e9c7846-2652-4580-8ff2-049f426cae3b"
    ],
    "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": ""
    }
  }
]
2023-01-09T04:49:28.629Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAd7174a8985b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc42ff9f-ac4a-44df-82bd-e9ab78f2a103
VfModuleModelInvariantUUID:a892a1d4-dffc-4442-89f6-e795f3e00d1d
VfModuleModelDescription:NULL
Artifacts UUID List:{
7ad85652-f1cf-4a0d-b355-f802e75d2aec
,
3e9c7846-2652-4580-8ff2-049f426cae3b

}
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


}

2023-01-09T04:49:28.629Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7ad85652-f1cf-4a0d-b355-f802e75d2aec from URL: /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml
2023-01-09T04:49:28.629Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:49:28.630Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml
2023-01-09T04:49:28.679Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:49:28.680Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml 7ad85652-f1cf-4a0d-b355-f802e75d2aec 20368
2023-01-09T04:49:28.681Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-09T04:49:28.681Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml
2023-01-09T04:49:28.681Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:49:28.682Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:28.684Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:28.684Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239768681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:49:28.784Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:28.786Z||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.
2023-01-09T04:49:28.786Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:28.798Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:28.798Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:29.685Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3e9c7846-2652-4580-8ff2-049f426cae3b from URL: /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env
2023-01-09T04:49:29.686Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:49:29.686Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env
2023-01-09T04:49:29.788Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:49:29.788Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env 3e9c7846-2652-4580-8ff2-049f426cae3b 2098
2023-01-09T04:49:29.789Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-09T04:49:29.789Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env
2023-01-09T04:49:29.789Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:49:29.789Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:29.792Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:29.792Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239769789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:49:29.892Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T04:49:29.893Z||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.
2023-01-09T04:49:29.893Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:29.945Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:29.946Z||pool-13-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:49:30.793Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 27d031a2-dc3d-42e7-8381-d0450f6c9aa9
2023-01-09T04:49:30.794Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ad7174a8-985b 0 f882e1ed-2ce5-45b9-a7ce-5154e63cadbd 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=?
2023-01-09T04:49:30.832Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b6c204, org.onap.sdc.toscaparser.api.parameters.Input@471231ab, org.onap.sdc.toscaparser.api.parameters.Input@2d0b7648, org.onap.sdc.toscaparser.api.parameters.Input@24d3aee0, org.onap.sdc.toscaparser.api.parameters.Input@1544ee9c]
2023-01-09T04:49:30.836Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.836Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.836Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-01-09T04:49:30.836Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8db16727-4805-4969-8651-d3f515d9be79
2023-01-09T04:49:30.837Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8db16727-4805-4969-8651-d3f515d9be79 matches Tosca VF Customization UUID: 8db16727-4805-4969-8651-d3f515d9be79
2023-01-09T04:49:30.837Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8db16727-4805-4969-8651-d3f515d9be79  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=?
2023-01-09T04:49:30.844Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.844Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.845Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8db16727-4805-4969-8651-d3f515d9be79: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-09T04:49:30.845Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73e702dc
2023-01-09T04:49:30.846Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.846Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T04:49:30.847Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7377363c-d1ed-4c79-856e-2190e7d3fb18
2023-01-09T04:49:30.848Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7377363c-d1ed-4c79-856e-2190e7d3fb18
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=?
2023-01-09T04:49:30.854Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.855Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:30.855Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:30.856Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.856Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:30.856Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:30.857Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.857Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is not matching search criteria
2023-01-09T04:49:30.857Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-09T04:49:30.858Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-09T04:49:30.858Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-09T04:49:30.859Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-09T04:49:30.859Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-09T04:49:30.859Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.860Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:30.860Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-09T04:49:30.860Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:30.860Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-09T04:49:30.861Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.861Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ee0dce2-0ef4-4a6a-81af-4ef254548962
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=?
2023-01-09T04:49:30.870Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.870Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:30.870Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:30.871Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.871Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is not matching search criteria
2023-01-09T04:49:30.871Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-09T04:49:30.871Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-09T04:49:30.872Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:30.872Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.872Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.872Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-09T04:49:30.873Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-09T04:49:30.873Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-09T04:49:30.873Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-09T04:49:30.873Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:30.874Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-09T04:49:30.874Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.874Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c9f8da25-7476-4f0a-aa60-2a79887e3717
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=?
2023-01-09T04:49:30.876Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.877Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:30.877Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:30.880Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.881Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is not matching search criteria
2023-01-09T04:49:30.881Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-09T04:49:30.881Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-09T04:49:30.882Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:30.882Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.882Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.882Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-09T04:49:30.883Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-09T04:49:30.883Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-09T04:49:30.883Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-09T04:49:30.883Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-09T04:49:30.884Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-09T04:49:30.884Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-09T04:49:30.884Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4c75b21c-5c25-4c93-8d02-49fd8e0826a7
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=?
2023-01-09T04:49:30.886Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.887Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:30.887Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:49:30.887Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.887Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Node template vFW ad7174a8-985b 0 is matching search criteria
2023-01-09T04:49:30.887Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad7174a8-985b 0] matching following query criteria: sdcType=VF, customizationUUID=8db16727-4805-4969-8651-d3f515d9be79
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=?
2023-01-09T04:49:30.889Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.890Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.890Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 27d031a2-dc3d-42e7-8381-d0450f6c9aa9: vFW ad7174a8-985b
2023-01-09T04:49:30.890Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.891Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.891Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.891Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.891Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.891Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.892Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.892Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.892Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:49:30.892Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-09 04-47-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:49:30.893Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2023-01-09 04-47-48 
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 (?, ?, ?, ?, ?)
2023-01-09T04:49:31.161Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ad7174a8-985b f882e1ed-2ce5-45b9-a7ce-5154e63cadbd 1 ASDC deployResourceStructure
2023-01-09T04:49:31.162Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json ASDC sendASDCNotification
2023-01-09T04:49:31.162Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json
2023-01-09T04:49:31.162Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:49:31.162Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:31.164Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:31.165Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239771162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T04:49:31.265Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:31.266Z||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.
2023-01-09T04:49:31.266Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:31.293Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:31.294Z||pool-14-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:32.166Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-09T04:49:32.166Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml
2023-01-09T04:49:32.166Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:49:32.167Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:32.169Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:32.169Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239772166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T04:49:32.269Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:32.270Z||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.
2023-01-09T04:49:32.270Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:32.285Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:32.286Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:33.170Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-09T04:49:33.170Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env
2023-01-09T04:49:33.171Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:49:33.171Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:33.173Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:33.173Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239773170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-09T04:49:33.273Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:33.274Z||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.
2023-01-09T04:49:33.274Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:33.287Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:33.287Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:49:34.174Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar ASDC sendASDCNotification
2023-01-09T04:49:34.175Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar
2023-01-09T04:49:34.175Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:49:34.176Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:49:34.178Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:49:34.178Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239774174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T04:49:34.278Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:49:34.279Z||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.
2023-01-09T04:49:34.279Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:49:34.303Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:49:34.304Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:49:35.179Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17c5a258-db92-49d9-b473-3b28a1e20f26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T04:49:35.200Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17c5a258-db92-49d9-b473-3b28a1e20f26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T04:49:35.204Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T04:49:35.205Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-09T04:49:35.205Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-09T04:49:35.206Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-09T04:49:35.206Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T04:49:35.206Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T04:49:35.207Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T04:49:35.207Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T04:49:35.207Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T04:49:35.208Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-09T04:49:35.212Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-09T04:50:05.213Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17c5a258-db92-49d9-b473-3b28a1e20f26 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=?
2023-01-09T04:50:05.225Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17c5a258-db92-49d9-b473-3b28a1e20f26 and serviceModelVersionId: 27d031a2-dc3d-42e7-8381-d0450f6c9aa9
2023-01-09T04:50:05.226Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7cd5393-64d8-4c39-8485-1f1e703457db
2023-01-09T04:50:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:50:14.846Z||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.
2023-01-09T04:50:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:14.992Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:14.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:50:14.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239754843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:50:14.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:50:20.296Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0
2023-01-09T04:50:20.399Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-09T04:50:20.906Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0|INFO|500||Invoke
2023-01-09T04:50:20.914Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17c5a258-db92-49d9-b473-3b28a1e20f26], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[241a4f09-6228-4b54-a1b9-ae71732fc204], X-ECOMP-RequestID=[17c5a258-db92-49d9-b473-3b28a1e20f26], X-TransactionId=[], X-ONAP-RequestID=[17c5a258-db92-49d9-b473-3b28a1e20f26], Content-Type=[application/merge-patch+json]}
2023-01-09T04:50:21.031Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-09T04:50:21.217Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?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/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0 has http status code:200 and response headers:{date=[Mon, 09 Jan 2023 04:50:21 GMT], content-length=[0], vertex-id=[348184], x-aai-txid=[0-aai-resources-230109-04:50:21:659-96626], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-09T04:50:21.219Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-09T04:50:21.219Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7cd5393-64d8-4c39-8485-1f1e703457db/model-vers/model-ver/27d031a2-dc3d-42e7-8381-d0450f6c9aa9?depth=0|INFO|500||InvokeReturn
2023-01-09T04:50:21.223Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-09T04:50:21.223Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-09T04:50:21.229Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-09T04:50:21.230Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17c5a258-db92-49d9-b473-3b28a1e20f26 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-09T04:50:21.231Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-09T04:50:21.231Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:21.233Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:21.233Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239821230,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T04:50:21.333Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:21.334Z||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.
2023-01-09T04:50:21.334Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:21.356Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:21.357Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-09T04:50:22.248Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:50:22.249Z|17c5a258-db92-49d9-b473-3b28a1e20f26|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.
2023-01-09T04:50:22.249Z|17c5a258-db92-49d9-b473-3b28a1e20f26|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:22.876Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:22.878Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T04:50:22.878Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3533f189-86b5-4662-8426-81feff1b058a","serviceName":"basic_onboard_vVqOkn","serviceVersion":"1.0","serviceUUID":"be48d6ee-13f4-4b17-b9d2-172d2d4674da","serviceDescription":"service","serviceInvariantUUID":"cfebebfb-5037-45e4-b4c8-af64446a362b","resources":[{"resourceInstanceName":"basic_onboard_vVqOkn 0","resourceName":"basic_onboard_vVqOkn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a9b80ce-ff6e-4ac0-9a4f-5053a82488c6","resourceInvariantUUID":"aa5c8d68-14f7-4fc8-a132-3afa3713ee12","resourceCustomizationUUID":"f26bc312-46a0-4da7-a5da-1e52cfeb6e7a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml","artifactChecksum":"OWU1Mzk0NTU3OTZmYzk5NjM3MDU2NjRmMDA5NjkzYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"228bf033-c52b-4090-a9ac-d4a7c4ff33af","artifactVersion":"1"},{"artifactName":"basic_onboard_vvqokn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json","artifactChecksum":"ZWNmOGE3MTM2OTdjNTQzNDJkZTUwYTU2NTMyMjU3MTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9ba30101-c402-4c92-a727-a596b22671ab","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9571b3cf-e0a4-4089-9f69-8c4272237ca1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"80898814-9e36-461b-a5b5-fdfe9bb32ffe","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674","artifactVersion":"2","generatedFromUUID":"9571b3cf-e0a4-4089-9f69-8c4272237ca1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVvqokn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml","artifactChecksum":"YjFjOTBlMDU2MWZmZGZjYTM1ODRiOTM4NWViNjRmNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce51b5bb-4e5c-4edd-a3ac-34b85aec77e3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVvqokn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar","artifactChecksum":"ZDJhYTk4NzhiOTU3ZjU2N2Q5OWU1MzRiZDI3MGQ2NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ea6073d-eec0-4623-b48f-62ae20b5229a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-09T04:50:22.880Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:50:22.880Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:22.882Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:22.882Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239822248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:50:22.982Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:22.983Z||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.
2023-01-09T04:50:22.983Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:23.007Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:23.007Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:23.884Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:50:23.885Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:23.886Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:23.887Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239822248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T04:50:23.987Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:23.988Z||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.
2023-01-09T04:50:23.988Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:24.002Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:24.002Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:24.887Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:50:24.888Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:24.890Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:24.890Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239822248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-09T04:50:24.990Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:24.991Z||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.
2023-01-09T04:50:24.991Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:25.007Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:25.008Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:50:25.890Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:50:25.891Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:25.893Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:25.893Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239822248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:50:25.994Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:25.995Z||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.
2023-01-09T04:50:25.995Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:26.009Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:26.010Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:26.894Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:50:26.895Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:26.897Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:26.897Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239822248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-09T04:50:26.997Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:26.998Z||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.
2023-01-09T04:50:26.998Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:27.013Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:27.013Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:50:27.898Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:50:27.899Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:27.900Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:27.901Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239822248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:50:28.001Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:28.002Z||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.
2023-01-09T04:50:28.002Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:28.016Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:28.016Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:50:28.901Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T04:50:28.902Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:28.905Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:28.905Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239822248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T04:50:29.005Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:29.006Z||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.
2023-01-09T04:50:29.006Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:29.017Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:29.017Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:50:29.906Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "serviceName": "basic_onboard_vVqOkn",
  "serviceVersion": "1.0",
  "serviceUUID": "be48d6ee-13f4-4b17-b9d2-172d2d4674da",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cfebebfb-5037-45e4-b4c8-af64446a362b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vVqOkn 0",
      "resourceCustomizationUUID": "f26bc312-46a0-4da7-a5da-1e52cfeb6e7a",
      "resourceName": "basic_onboard_vVqOkn",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a9b80ce-ff6e-4ac0-9a4f-5053a82488c6",
      "resourceInvariantUUID": "aa5c8d68-14f7-4fc8-a132-3afa3713ee12",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vvqokn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
          "artifactChecksum": "ZWNmOGE3MTM2OTdjNTQzNDJkZTUwYTU2NTMyMjU3MTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9ba30101-c402-4c92-a727-a596b22671ab",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9571b3cf-e0a4-4089-9f69-8c4272237ca1",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674",
            "generatedFromUUID": "9571b3cf-e0a4-4089-9f69-8c4272237ca1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVvqokn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
      "artifactChecksum": "ZDJhYTk4NzhiOTU3ZjU2N2Q5OWU1MzRiZDI3MGQ2NjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9ea6073d-eec0-4623-b48f-62ae20b5229a"
    }
  ],
  "workloadContext": "Production"
}
2023-01-09T04:50:29.907Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-09T04:50:29.907Z|17c5a258-db92-49d9-b473-3b28a1e20f26|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 be48d6ee-13f4-4b17-b9d2-172d2d4674da ASDC
2023-01-09T04:50:29.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3533f189-86b5-4662-8426-81feff1b058a
ServiceName:basic_onboard_vVqOkn
ServiceVersion:1.0
ServiceUUID:be48d6ee-13f4-4b17-b9d2-172d2d4674da
ServiceInvariantUUID:cfebebfb-5037-45e4-b4c8-af64446a362b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVvqokn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar
ArtifactUUID:9ea6073d-eec0-4623-b48f-62ae20b5229a
ArtifactChecksum:ZDJhYTk4NzhiOTU3ZjU2N2Q5OWU1MzRiZDI3MGQ2NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vVqOkn 0
ResourceCustomizationUUID:f26bc312-46a0-4da7-a5da-1e52cfeb6e7a
ResourceInvariantUUID:aa5c8d68-14f7-4fc8-a132-3afa3713ee12
ResourceName:basic_onboard_vVqOkn
ResourceType:VF
ResourceUUID:2a9b80ce-ff6e-4ac0-9a4f-5053a82488c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vvqokn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json
ArtifactUUID:9ba30101-c402-4c92-a727-a596b22671ab
ArtifactChecksum:ZWNmOGE3MTM2OTdjNTQzNDJkZTUwYTU2NTMyMjU3MTA=
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/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9571b3cf-e0a4-4089-9f69-8c4272237ca1
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/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env
ArtifactUUID:ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674
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/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env
ArtifactUUID:ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-09T04:50:29.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be48d6ee-13f4-4b17-b9d2-172d2d4674da 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 (?, ?, ?, ?, ?)
2023-01-09T04:50:29.930Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T04:50:29.931Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-09T04:50:29.931Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-09T04:50:29.931Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9ea6073d-eec0-4623-b48f-62ae20b5229a from URL: /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:29.932Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:50:29.932Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:30.011Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:50:30.015Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar 9ea6073d-eec0-4623-b48f-62ae20b5229a 75302
2023-01-09T04:50:30.016Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar ASDC sendASDCNotification
2023-01-09T04:50:30.016Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:30.016Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:50:30.017Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:30.018Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:30.019Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239830016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:50:30.119Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:30.120Z||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.
2023-01-09T04:50:30.120Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:30.134Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:30.135Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:50:31.019Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T04:50:31.020Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-09T04:50:31.021Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9ea6073d-eec0-4623-b48f-62ae20b5229a, URL: /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar to file: /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:31.021Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:31.022Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:31.022Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:31.225Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12736730144450283834/Definitions/service-BasicOnboardVvqokn-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-01-09T04:50:32.456Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-09T04:50:32.457Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-09T04:50:32.457Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.457Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-09T04:50:32.458Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.458Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.458Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vVqOkn 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.458Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.459Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.459Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.459Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:32.459Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-09T04:50:32.460Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:32.460Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:32.460Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:32.461Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-09T04:50:32.461Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T04:50:32.462Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:32.462Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:32.462Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:32.462Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-09T04:50:32.463Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T04:50:32.463Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:32.463Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:32.464Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:32.464Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is not matching search criteria
2023-01-09T04:50:32.464Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-09T04:50:32.465Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-09T04:50:32.465Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-09T04:50:32.465Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-09T04:50:32.466Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-09T04:50:32.466Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:32.466Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T04:50:32.467Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:32.467Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:32.467Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:50:32.468Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:32.468Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:32.469Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:50:32.469Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:32.469Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:32.470Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:50:32.470Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:32.470Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is not matching search criteria
2023-01-09T04:50:32.471Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-09T04:50:32.471Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-09T04:50:32.471Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56bf0c99-793e-4248-9359-d25a4465f8d0
2023-01-09T04:50:32.472Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:32.472Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:32.472Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:32.472Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:32.473Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:32.473Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:32.473Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:32.474Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:32.474Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_vVqOkn
Description:service
Model UUID:be48d6ee-13f4-4b17-b9d2-172d2d4674da
Model Version:NULL
Model InvariantUuid:cfebebfb-5037-45e4-b4c8-af64446a362b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_vVqOkn
Model UUID:d67dd4df-a176-474b-aa9e-94d83489d28a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aa5c8d68-14f7-4fc8-a132-3afa3713ee12
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f26bc312-46a0-4da7-a5da-1e52cfeb6e7a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:52ddbbd3-a54c-4ed2-b805-96e5730540da
ModelName:BasicOnboardVvqokn..base_ubuntu18..module-0
ModelUuid:c7d9b790-4d93-47ff-bbed-a972fa1c8074
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:56bf0c99-793e-4248-9359-d25a4465f8d0
ModelInvariantUuid:7da43d74-7c9d-47ee-9c09-fb93133da748
ModelName:basic_onboard_vVqOkn-nodes.ubuntu18Cvfc
ModelUuid:4cb90d32-c314-443d-b1d3-a58c732ce790
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:bb81098e-f3ae-489e-9118-ed044645d798
ModelInvariantUuid:b15d18f4-bb76-4c99-a20d-d84f23c2cc21
ModelName:BasicOnboardVvqokn.compute.nodes.heat.ubuntu18
ModelUuid:8561327e-f521-4402-9b45-e3b071a31f9d
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=?
2023-01-09T04:50:32.482Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a9b80ce-ff6e-4ac0-9a4f-5053a82488c6
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=?
2023-01-09T04:50:32.486Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||basic_onboard_vVqOkn 0
2023-01-09T04:50:32.486Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a9b80ce-ff6e-4ac0-9a4f-5053a82488c6
2023-01-09T04:50:32.486Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9ba30101-c402-4c92-a727-a596b22671ab from URL: /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json
2023-01-09T04:50:32.487Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:50:32.487Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json
2023-01-09T04:50:32.544Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:50:32.544Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json 9ba30101-c402-4c92-a727-a596b22671ab 798
2023-01-09T04:50:32.545Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json ASDC sendASDCNotification
2023-01-09T04:50:32.545Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json
2023-01-09T04:50:32.545Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:50:32.545Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:32.547Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:32.548Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239832545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:50:32.648Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:32.649Z||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.
2023-01-09T04:50:32.649Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:32.671Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:32.671Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:33.548Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVvqokn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "52ddbbd3-a54c-4ed2-b805-96e5730540da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c7d9b790-4d93-47ff-bbed-a972fa1c8074",
    "vfModuleModelCustomizationUUID": "e0b9bed1-0690-4492-916d-a58339b54037",
    "isBase": true,
    "artifacts": [
      "9571b3cf-e0a4-4089-9f69-8c4272237ca1",
      "ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674"
    ],
    "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": ""
    }
  }
]
2023-01-09T04:50:33.553Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVvqokn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7d9b790-4d93-47ff-bbed-a972fa1c8074
VfModuleModelInvariantUUID:52ddbbd3-a54c-4ed2-b805-96e5730540da
VfModuleModelDescription:NULL
Artifacts UUID List:{
9571b3cf-e0a4-4089-9f69-8c4272237ca1
,
ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674

}
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


}

2023-01-09T04:50:33.555Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVvqokn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "52ddbbd3-a54c-4ed2-b805-96e5730540da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c7d9b790-4d93-47ff-bbed-a972fa1c8074",
    "vfModuleModelCustomizationUUID": "e0b9bed1-0690-4492-916d-a58339b54037",
    "isBase": true,
    "artifacts": [
      "9571b3cf-e0a4-4089-9f69-8c4272237ca1",
      "ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674"
    ],
    "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": ""
    }
  }
]
2023-01-09T04:50:33.555Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVvqokn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7d9b790-4d93-47ff-bbed-a972fa1c8074
VfModuleModelInvariantUUID:52ddbbd3-a54c-4ed2-b805-96e5730540da
VfModuleModelDescription:NULL
Artifacts UUID List:{
9571b3cf-e0a4-4089-9f69-8c4272237ca1
,
ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674

}
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


}

2023-01-09T04:50:33.555Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9571b3cf-e0a4-4089-9f69-8c4272237ca1 from URL: /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml
2023-01-09T04:50:33.555Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:50:33.556Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml
2023-01-09T04:50:33.620Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:50:33.621Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml 9571b3cf-e0a4-4089-9f69-8c4272237ca1 5033
2023-01-09T04:50:33.621Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-09T04:50:33.621Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml
2023-01-09T04:50:33.621Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:50:33.622Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:33.623Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:33.624Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239833621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:50:33.724Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:33.725Z||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.
2023-01-09T04:50:33.725Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:33.737Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:33.738Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:34.624Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674 from URL: /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env
2023-01-09T04:50:34.625Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-09T04:50:34.625Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env
2023-01-09T04:50:34.675Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-09T04:50:34.676Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env ed6dbf92-b6af-4ec3-80a3-be7c6d5ed674 909
2023-01-09T04:50:34.676Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-09T04:50:34.676Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env
2023-01-09T04:50:34.676Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T04:50:34.677Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:34.679Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:34.679Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239834676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:50:34.779Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:34.780Z||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.
2023-01-09T04:50:34.780Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:34.793Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:34.793Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:50:35.680Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: be48d6ee-13f4-4b17-b9d2-172d2d4674da
2023-01-09T04:50:35.681Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vVqOkn 0 2a9b80ce-ff6e-4ac0-9a4f-5053a82488c6 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=?
2023-01-09T04:50:35.698Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a93d5a9, org.onap.sdc.toscaparser.api.parameters.Input@116fe540, org.onap.sdc.toscaparser.api.parameters.Input@49c0eec1, org.onap.sdc.toscaparser.api.parameters.Input@68d75a70, org.onap.sdc.toscaparser.api.parameters.Input@c0df45e]
2023-01-09T04:50:35.700Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:35.700Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.700Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-01-09T04:50:35.701Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f26bc312-46a0-4da7-a5da-1e52cfeb6e7a
2023-01-09T04:50:35.701Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f26bc312-46a0-4da7-a5da-1e52cfeb6e7a matches Tosca VF Customization UUID: f26bc312-46a0-4da7-a5da-1e52cfeb6e7a
2023-01-09T04:50:35.701Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f26bc312-46a0-4da7-a5da-1e52cfeb6e7a  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=?
2023-01-09T04:50:35.704Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:35.705Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.705Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f26bc312-46a0-4da7-a5da-1e52cfeb6e7a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-09T04:50:35.706Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e08d238
2023-01-09T04:50:35.706Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:35.706Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T04:50:35.707Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e0b9bed1-0690-4492-916d-a58339b54037
2023-01-09T04:50:35.707Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e0b9bed1-0690-4492-916d-a58339b54037
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=?
2023-01-09T04:50:35.710Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:35.711Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:35.711Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:50:35.711Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:35.712Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:35.712Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:50:35.713Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:35.713Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is not matching search criteria
2023-01-09T04:50:35.713Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-09T04:50:35.714Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-09T04:50:35.714Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56bf0c99-793e-4248-9359-d25a4465f8d0
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=?
2023-01-09T04:50:35.717Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:35.717Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:35.718Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T04:50:35.718Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:35.719Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_vVqOkn 0 is matching search criteria
2023-01-09T04:50:35.719Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_vVqOkn 0] matching following query criteria: sdcType=VF, customizationUUID=f26bc312-46a0-4da7-a5da-1e52cfeb6e7a
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=?
2023-01-09T04:50:35.721Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:35.721Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.722Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid be48d6ee-13f4-4b17-b9d2-172d2d4674da: basic_onboard_vVqOkn
2023-01-09T04:50:35.722Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:35.723Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.723Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:35.724Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.724Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:35.724Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.725Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:35.725Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.725Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T04:50:35.726Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_vVqOkn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T04:50:35.726Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_vVqOkn 
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 (?, ?, ?, ?, ?)
2023-01-09T04:50:35.819Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vVqOkn 2a9b80ce-ff6e-4ac0-9a4f-5053a82488c6 1 ASDC deployResourceStructure
2023-01-09T04:50:35.819Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json ASDC sendASDCNotification
2023-01-09T04:50:35.819Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json
2023-01-09T04:50:35.820Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:50:35.820Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:35.822Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:35.822Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239835819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T04:50:35.922Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:35.923Z||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.
2023-01-09T04:50:35.923Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:35.939Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:35.939Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-09T04:50:36.822Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-09T04:50:36.823Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml
2023-01-09T04:50:36.824Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:50:36.824Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:36.826Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:36.826Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239836822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T04:50:36.926Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:36.927Z||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.
2023-01-09T04:50:36.927Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:36.940Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:36.941Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:37.827Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-09T04:50:37.827Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env
2023-01-09T04:50:37.828Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:50:37.828Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:37.830Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:37.830Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239837827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-09T04:50:37.930Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T04:50:37.931Z||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.
2023-01-09T04:50:37.932Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:37.946Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:37.947Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:38.831Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar ASDC sendASDCNotification
2023-01-09T04:50:38.832Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar
2023-01-09T04:50:38.832Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T04:50:38.833Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:50:38.835Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:50:38.835Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239838831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T04:50:38.935Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:50:38.936Z||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.
2023-01-09T04:50:38.936Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:50:38.956Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:50:38.956Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-09T04:50:39.836Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3533f189-86b5-4662-8426-81feff1b058a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T04:50:39.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3533f189-86b5-4662-8426-81feff1b058a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T04:50:39.847Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T04:50:39.847Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T04:50:39.847Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T04:51:09.848Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3533f189-86b5-4662-8426-81feff1b058a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T04:51:09.857Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3533f189-86b5-4662-8426-81feff1b058a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T04:51:09.858Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T04:51:09.859Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T04:51:09.859Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T04:51:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:51:14.847Z||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.
2023-01-09T04:51:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:51:14.894Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:51:14.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239754843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T04:51:14.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239754843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-09T04:51:14.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239754843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239754843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-09T04:51:14.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239754843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239754843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T04:51:14.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239763002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.906Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "aai-ml",
  "timestamp": 1673239760184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "cds",
  "timestamp": 1673239758597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239756244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673239761836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "aai-ml",
  "timestamp": 1673239760184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "cds",
  "timestamp": 1673239758597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239756244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T04:51:14.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673239761836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "aai-ml",
  "timestamp": 1673239760184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "cds",
  "timestamp": 1673239758597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239756244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-09T04:51:14.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673239761836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "aai-ml",
  "timestamp": 1673239760184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "cds",
  "timestamp": 1673239758597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239756244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673239761836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239767606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.919Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "aai-ml",
  "timestamp": 1673239760184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "cds",
  "timestamp": 1673239758597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239756244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-09T04:51:14.921Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673239761836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.921Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "aai-ml",
  "timestamp": 1673239760184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "cds",
  "timestamp": 1673239758597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.923Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239768681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239756244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673239761836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239768487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "aai-ml",
  "timestamp": 1673239760184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T04:51:14.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "cds",
  "timestamp": 1673239758597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239756244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239769789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673239761836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239768487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "aai-ml",
  "timestamp": 1673239771249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "cds",
  "timestamp": 1673239770775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239771232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239768487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239771162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/vfwad7174a8985b0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "cds",
  "timestamp": 1673239771781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-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=?
2023-01-09T04:51:14.936Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3533f189-86b5-4662-8426-81feff1b058a
2023-01-09T04:51:14.936Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3533f189-86b5-4662-8426-81feff1b058a 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 (?, ?, ?, ?, ?)
2023-01-09T04:51:14.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239772305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239768487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239772166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239773361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239768487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239773170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/resourceInstances/vfwad7174a8985b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239774383,
  "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=?
2023-01-09T04:51:14.948Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3533f189-86b5-4662-8426-81feff1b058a
2023-01-09T04:51:14.948Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3533f189-86b5-4662-8426-81feff1b058a 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 (?, ?, ?, ?, ?)
2023-01-09T04:51:14.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239768487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:51:14.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239774174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230109044748/1.0/artifacts/service-Vfw20230109044748-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673239775387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239768487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239776231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "aai-ml",
  "timestamp": 1673239778598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239778552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:51:14.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "aai-ml",
  "timestamp": 1673239779605,
  "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=?
2023-01-09T04:51:14.959Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3533f189-86b5-4662-8426-81feff1b058a
2023-01-09T04:51:14.959Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3533f189-86b5-4662-8426-81feff1b058a 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 (?, ?, ?, ?, ?)
2023-01-09T04:51:14.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:51:14.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673239779555,
  "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=?
2023-01-09T04:51:14.971Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3533f189-86b5-4662-8426-81feff1b058a
2023-01-09T04:51:14.971Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3533f189-86b5-4662-8426-81feff1b058a 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 (?, ?, ?, ?, ?)
2023-01-09T04:51:39.859Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3533f189-86b5-4662-8426-81feff1b058a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T04:51:39.870Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3533f189-86b5-4662-8426-81feff1b058a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T04:51:39.873Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T04:51:39.873Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-09T04:51:39.873Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-09T04:51:39.873Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-09T04:51:39.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T04:51:39.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T04:51:39.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T04:51:39.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T04:51:39.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T04:51:39.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-09T04:51:39.878Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-09T04:52:09.878Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3533f189-86b5-4662-8426-81feff1b058a 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=?
2023-01-09T04:52:09.884Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3533f189-86b5-4662-8426-81feff1b058a and serviceModelVersionId: be48d6ee-13f4-4b17-b9d2-172d2d4674da
2023-01-09T04:52:09.884Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cfebebfb-5037-45e4-b4c8-af64446a362b
2023-01-09T04:52:09.885Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0
2023-01-09T04:52:09.888Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-09T04:52:09.935Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0|INFO|500||Invoke
2023-01-09T04:52:09.935Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3533f189-86b5-4662-8426-81feff1b058a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[620fa9a6-96c6-49ce-a5fe-325b963525e1], X-ECOMP-RequestID=[3533f189-86b5-4662-8426-81feff1b058a], X-TransactionId=[], X-ONAP-RequestID=[3533f189-86b5-4662-8426-81feff1b058a], Content-Type=[application/merge-patch+json]}
2023-01-09T04:52:09.963Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-09T04:52:10.091Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?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/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0 has http status code:200 and response headers:{date=[Mon, 09 Jan 2023 04:52:10 GMT], content-length=[0], vertex-id=[430272], x-aai-txid=[0-aai-resources-230109-04:52:10:587-1921], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-09T04:52:10.092Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-09T04:52:10.092Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfebebfb-5037-45e4-b4c8-af64446a362b/model-vers/model-ver/be48d6ee-13f4-4b17-b9d2-172d2d4674da?depth=0|INFO|500||InvokeReturn
2023-01-09T04:52:10.093Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-09T04:52:10.093Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-09T04:52:10.101Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-09T04:52:10.101Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3533f189-86b5-4662-8426-81feff1b058a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-09T04:52:10.101Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-09T04:52:10.102Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-09T04:52:10.103Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T04:52:10.104Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239930101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T04:52:10.204Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T04:52:10.205Z||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.
2023-01-09T04:52:10.205Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T04:52:10.222Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:52:10.222Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-09T04:52:11.113Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:52:11.113Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T04:52:11.114Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:52:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:52:14.846Z||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.
2023-01-09T04:52:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:52:14.907Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:52:14.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c5a258-db92-49d9-b473-3b28a1e20f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239821230,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T04:52:14.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239822248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:52:14.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:52:14.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239822248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T04:52:14.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:52:14.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239822248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239822248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239822248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239822248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239822248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239830016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239832545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:52:14.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239833621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239834676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239835819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/basic_onboard_vvqokn0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239836822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T04:52:14.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239837827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/resourceInstances/basic_onboard_vvqokn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-09T04:52:14.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:14.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T04:52:14.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239838831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvqokn/1.0/artifacts/service-BasicOnboardVvqokn-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T04:52:14.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:52:20.664Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:52:20.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:52:20.665Z||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.
2023-01-09T04:52:20.665Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:52:30.209Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:53:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:53:14.844Z||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.
2023-01-09T04:53:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:53:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:53:14.846Z||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.
2023-01-09T04:53:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:53:15.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:53:15.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T04:53:15.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3533f189-86b5-4662-8426-81feff1b058a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673239930101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T04:53:15.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T04:53:24.427Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:54:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:54:14.844Z||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.
2023-01-09T04:54:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:54:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:54:14.845Z||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.
2023-01-09T04:54:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:54:24.427Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:54:24.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:55:14.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:55:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:55:14.847Z||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.
2023-01-09T04:55:14.847Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T04:55:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:55:14.847Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:55:24.442Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:55:24.442Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:56:14.843Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:56:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T04:56:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:56:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:56:14.846Z||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.
2023-01-09T04:56:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:56:24.416Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:56:24.417Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:57:14.843Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:57:14.844Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T04:57:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:57:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:57:14.846Z||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.
2023-01-09T04:57:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:57:24.424Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:57:24.432Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:58:14.843Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:58:14.844Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T04:58:14.844Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:58:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:58:14.845Z||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.
2023-01-09T04:58:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:58:24.419Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:58:24.422Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:59:14.843Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:59:14.844Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T04:59:14.844Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:59:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T04:59:14.846Z||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.
2023-01-09T04:59:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T04:59:24.429Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T04:59:24.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:00:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:00:14.845Z||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.
2023-01-09T05:00:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:00:14.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:00:14.847Z||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.
2023-01-09T05:00:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:00:24.434Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:00:24.434Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:01:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:01:14.844Z||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.
2023-01-09T05:01:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:01:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:01:14.846Z||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.
2023-01-09T05:01:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:01:24.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:01:24.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:02:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:02:14.844Z||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.
2023-01-09T05:02:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:02:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:02:14.845Z||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.
2023-01-09T05:02:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:02:24.424Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:02:24.425Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:03:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:03:14.844Z||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.
2023-01-09T05:03:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:03:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:03:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:03:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:03:24.414Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:03:24.428Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:04:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:04:14.844Z||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.
2023-01-09T05:04:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:04:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:04:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:04:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:04:24.417Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:04:24.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:05:14.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:05:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:05:14.845Z||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.
2023-01-09T05:05:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:05:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:05:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:05:15.510Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:05:15.510Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:05:15.511Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:05:15.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-09T05:05:15.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"619dce5a-9f19-487e-8b3b-62303d4659a5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4682e34d-21a4-4282-b4a2-7350f3c6ed18","serviceDescription":"service","serviceInvariantUUID":"a99f80ec-3569-498a-b36a-207b2ca15036","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4baeb872-a16b-4dc7-b91e-608607ebfa33","resourceInvariantUUID":"49dafc56-b350-4020-81d0-5e97234232eb","resourceCustomizationUUID":"3014d342-7f9e-47c7-91d2-657043159ace","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":"YzU0MGIyMjI0Y2FlNmUzMzJjOWYxNGJlZTFiMjg4MTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41fc020c-b5d8-4ca4-bb0c-0750868e77c1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjQyY2VkMzVlOTM4OTg0MmM4OGY1YTVkMDI4ZjJiMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4291326a-1fa0-4877-8714-12f133231851","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-09T05:05:15.511Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "cds",
  "timestamp": 1673240703597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:05:15.513Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:05:15.513Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:05:15.513Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240701835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:05:15.513Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:05:15.513Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "cds",
  "timestamp": 1673240703597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240701835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "cds",
  "timestamp": 1673240712088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:05:15.514Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "cds",
  "timestamp": 1673240713094,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-09T05:05:15.522Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:05:15.523Z||pool-2-thread-5|||||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=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-09T05:05:15.529Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:05:15.529Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240714843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:05:15.533Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 619dce5a-9f19-487e-8b3b-62303d4659a5
2023-01-09T05:05:15.533Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 619dce5a-9f19-487e-8b3b-62303d4659a5 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 (?, ?, ?, ?, ?)
2023-01-09T05:05:15.629Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:05:15.630Z||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.
2023-01-09T05:05:15.631Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:05:15.648Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:05:15.648Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:05:16.530Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:05:16.532Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:05:16.534Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:05:16.534Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240714843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:05:16.634Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:05:16.635Z||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.
2023-01-09T05:05:16.636Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:05:16.659Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:05:16.660Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:05:17.535Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4682e34d-21a4-4282-b4a2-7350f3c6ed18",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a99f80ec-3569-498a-b36a-207b2ca15036",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3014d342-7f9e-47c7-91d2-657043159ace",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "4baeb872-a16b-4dc7-b91e-608607ebfa33",
      "resourceInvariantUUID": "49dafc56-b350-4020-81d0-5e97234232eb",
      "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": "YjQyY2VkMzVlOTM4OTg0MmM4OGY1YTVkMDI4ZjJiMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4291326a-1fa0-4877-8714-12f133231851"
    }
  ],
  "workloadContext": "Production"
}
2023-01-09T05:05:17.536Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-09T05:05:17.536Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4682e34d-21a4-4282-b4a2-7350f3c6ed18 ASDC
2023-01-09T05:05:17.537Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:619dce5a-9f19-487e-8b3b-62303d4659a5
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4682e34d-21a4-4282-b4a2-7350f3c6ed18
ServiceInvariantUUID:a99f80ec-3569-498a-b36a-207b2ca15036
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:4291326a-1fa0-4877-8714-12f133231851
ArtifactChecksum:YjQyY2VkMzVlOTM4OTg0MmM4OGY1YTVkMDI4ZjJiMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3014d342-7f9e-47c7-91d2-657043159ace
ResourceInvariantUUID:49dafc56-b350-4020-81d0-5e97234232eb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4baeb872-a16b-4dc7-b91e-608607ebfa33
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-01-09T05:05:17.537Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4682e34d-21a4-4282-b4a2-7350f3c6ed18 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=?
2023-01-09T05:05:17.572Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:05:17.574Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-09T05:05:17.574Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-09T05:05:17.575Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4291326a-1fa0-4877-8714-12f133231851 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-09T05:05:17.575Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-09T05:05:17.576Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-09T05:05:17.645Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-09T05:05:17.648Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4291326a-1fa0-4877-8714-12f133231851 57662
2023-01-09T05:05:17.648Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-09T05:05:17.648Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-09T05:05:17.648Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:05:17.648Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:05:17.650Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:05:17.650Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240717648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:05:17.750Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:05:17.751Z||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.
2023-01-09T05:05:17.751Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:05:17.766Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:05:17.767Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:05:18.651Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:05:18.652Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-09T05:05:18.652Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4291326a-1fa0-4877-8714-12f133231851, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:18.653Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-09T05:05:18.653Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:18.654Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:18.836Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10878360749264931036/Definitions/service-BasicNetwork-template.yml
2023-01-09T05:05:19.401Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-09T05:05:19.401Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-09T05:05:19.402Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-09T05:05:19.402Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-09T05:05:19.402Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||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
2023-01-09T05:05:19.402Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||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
2023-01-09T05:05:19.402Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||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
2023-01-09T05:05:19.403Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||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
2023-01-09T05:05:19.403Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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-BasicNetwork-csar.csar
2023-01-09T05:05:19.403Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||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
2023-01-09T05:05:19.403Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||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
2023-01-09T05:05:19.403Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||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
2023-01-09T05:05:19.404Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-09T05:05:19.404Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:05:19.404Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.405Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-09T05:05:19.405Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-09T05:05:19.405Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:05:19.405Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:05:19.406Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.406Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-09T05:05:19.406Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-09T05:05:19.406Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:05:19.407Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:05:19.407Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.407Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:05:19.407Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.408Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:05:19.408Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.408Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:05:19.408Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.409Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:05:19.409Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.409Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4682e34d-21a4-4282-b4a2-7350f3c6ed18
Model Version:NULL
Model InvariantUuid:a99f80ec-3569-498a-b36a-207b2ca15036
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:49dafc56-b350-4020-81d0-5e97234232eb
Model UUID:b819c3c7-9252-4def-aa55-59e105f43742
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3014d342-7f9e-47c7-91d2-657043159ace
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=?
2023-01-09T05:05:19.417Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 4baeb872-a16b-4dc7-b91e-608607ebfa33
2023-01-09T05:05:19.417Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||No resources found for Service: 4682e34d-21a4-4282-b4a2-7350f3c6ed18
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=?
2023-01-09T05:05:19.424Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||
2023-01-09T05:05:19.424Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-01-09T05:05:19.425Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 4682e34d-21a4-4282-b4a2-7350f3c6ed18
2023-01-09T05:05:19.425Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4682e34d-21a4-4282-b4a2-7350f3c6ed18
2023-01-09T05:05:19.425Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-01-09T05:05:19.426Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||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=?
2023-01-09T05:05:19.432Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3caff756, org.onap.sdc.toscaparser.api.parameters.Input@3887fe5c, org.onap.sdc.toscaparser.api.parameters.Input@5ed6cd39, org.onap.sdc.toscaparser.api.parameters.Input@1e8f7c4e, org.onap.sdc.toscaparser.api.parameters.Input@5dd92d8e]
2023-01-09T05:05:19.433Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:05:19.433Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.434Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:05:19.434Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.434Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4682e34d-21a4-4282-b4a2-7350f3c6ed18: Generic NeutronNet
2023-01-09T05:05:19.435Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:05:19.435Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.435Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:05:19.435Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||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=?
2023-01-09T05:05:19.470Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:05:19.471Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.471Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:05:19.471Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.472Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:05:19.472Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:05:19.472Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||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 (?, ?)
2023-01-09T05:05:19.524Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-01-09T05:05:19.524Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-09T05:05:19.524Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-09T05:05:19.525Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:05:19.525Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:05:19.526Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:05:19.527Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240719524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:05:19.627Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:05:19.628Z||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.
2023-01-09T05:05:19.628Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:05:19.642Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:05:19.643Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:05:20.528Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:05:20.536Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:05:20.538Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:05:20.538Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T05:05:20.538Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T05:05:50.538Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:05:50.547Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:05:50.549Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:05:50.549Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T05:05:50.549Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T05:06:14.866Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:06:14.868Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:06:14.868Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:06:15.011Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:06:15.011Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:06:15.012Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240714843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:06:15.012Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:06:20.549Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:06:20.562Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:06:20.565Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:06:20.565Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T05:06:20.566Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T05:06:50.567Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:06:50.576Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:06:50.578Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:06:50.579Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T05:06:50.579Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T05:07:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:07:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:07:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:07:14.871Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:07:14.872Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.873Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240716244,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:07:14.873Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240714843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240716244,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240717648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:07:14.874Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240719524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "aai-ml",
  "timestamp": 1673240720184,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.875Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "aai-ml",
  "timestamp": 1673240720184,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "aai-ml",
  "timestamp": 1673240722926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "aai-ml",
  "timestamp": 1673240727347,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.876Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "aai-ml",
  "timestamp": 1673240728351,
  "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=?
2023-01-09T05:07:14.883Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 619dce5a-9f19-487e-8b3b-62303d4659a5
2023-01-09T05:07:14.884Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 619dce5a-9f19-487e-8b3b-62303d4659a5 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 (?, ?, ?, ?, ?)
2023-01-09T05:07:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240728487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:07:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:07:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240728487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:07:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:07:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240731212,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:07:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:07:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240732919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:07:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:07:14.902Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.902Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240733922,
  "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=?
2023-01-09T05:07:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 619dce5a-9f19-487e-8b3b-62303d4659a5
2023-01-09T05:07:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 619dce5a-9f19-487e-8b3b-62303d4659a5 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 (?, ?, ?, ?, ?)
2023-01-09T05:07:14.927Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.927Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "cds",
  "timestamp": 1673240763597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:07:14.927Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:07:14.928Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.928Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "cds",
  "timestamp": 1673240763597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:07:14.928Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:07:14.928Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:07:14.929Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "cds",
  "timestamp": 1673240763597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:07:14.929Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:07:20.581Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:07:20.597Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:07:20.601Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:07:20.601Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-09T05:07:20.602Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-09T05:07:20.602Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-09T05:07:20.602Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:07:20.603Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:07:20.603Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:07:20.603Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:07:20.603Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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=?
2023-01-09T05:07:20.608Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-09T05:07:50.609Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 619dce5a-9f19-487e-8b3b-62303d4659a5 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=?
2023-01-09T05:07:50.620Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 619dce5a-9f19-487e-8b3b-62303d4659a5 and serviceModelVersionId: 4682e34d-21a4-4282-b4a2-7350f3c6ed18
2023-01-09T05:07:50.620Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a99f80ec-3569-498a-b36a-207b2ca15036
2023-01-09T05:07:50.622Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0
2023-01-09T05:07:50.627Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-09T05:07:50.685Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0|INFO|500||Invoke
2023-01-09T05:07:50.685Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[619dce5a-9f19-487e-8b3b-62303d4659a5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[828a453b-967b-46c2-b241-13b42b5cff84], X-ECOMP-RequestID=[619dce5a-9f19-487e-8b3b-62303d4659a5], X-TransactionId=[], X-ONAP-RequestID=[619dce5a-9f19-487e-8b3b-62303d4659a5], Content-Type=[application/merge-patch+json]}
2023-01-09T05:07:50.711Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-09T05:07:50.814Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?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/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0 has http status code:200 and response headers:{date=[Mon, 09 Jan 2023 05:07:51 GMT], content-length=[0], vertex-id=[438464], x-aai-txid=[0-aai-resources-230109-05:07:51:316-42716], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-09T05:07:50.815Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-09T05:07:50.816Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a99f80ec-3569-498a-b36a-207b2ca15036/model-vers/model-ver/4682e34d-21a4-4282-b4a2-7350f3c6ed18?depth=0|INFO|500||InvokeReturn
2023-01-09T05:07:50.816Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-09T05:07:50.816Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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=?
2023-01-09T05:07:50.829Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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)
2023-01-09T05:07:50.829Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 619dce5a-9f19-487e-8b3b-62303d4659a5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-09T05:07:50.830Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-09T05:07:50.830Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:07:50.832Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:07:50.832Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240870830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:07:50.932Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:07:50.933Z||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.
2023-01-09T05:07:50.933Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:07:50.949Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:07:50.950Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-09T05:07:51.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:07:51.846Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T05:07:51.846Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:07:56.416Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:07:56.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-09T05:07:56.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"23b9b121-421b-4eb2-8d1d-621b61176b5c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"184090ab-1ff0-417e-aa39-19de30e426d4","serviceDescription":"service","serviceInvariantUUID":"49017f56-f474-4a61-a5ca-b48090a407fd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec64ce6d-a41a-446d-852d-75892a776196","resourceInvariantUUID":"4a1f8092-5f51-4efc-8cf0-5458df4e2cd1","resourceCustomizationUUID":"2d671c4a-047f-4942-8e9a-b0e486f592e6","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":"MTJiZTM0OWYyZDJlNTM0ZmZmODdlMGI1ZGZkMmE0Yzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"335ebaac-5144-45fa-a850-b81fe05fa9b7","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":"YzExZTkwNmUyZGRhODdlYmQ3NzVhMzlhZjFmZDNhYzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f91778b-001b-4c38-873f-1998a44821f5","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":"d01649b1-52f3-4a79-9397-7dfaf144f4a8","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":"0a935e44-f173-404e-ad6a-4a3a181bca7c","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":"dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e","artifactVersion":"2","generatedFromUUID":"d01649b1-52f3-4a79-9397-7dfaf144f4a8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2FjNDExZDdjODAwMmRkOTRkYWFkMDJhNmEyYTMzNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb92feb7-6296-4ce2-bfe4-3b4ee5dcc4da","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGE5NDY3NzgzY2FiMjAyNWFkZTEwNmJkNTM5NTM3OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1091062f-733e-4d4f-9011-8b85a46e9a40","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-09T05:07:56.420Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:07:56.420Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:07:56.422Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:07:56.422Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:07:56.522Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:07:56.523Z||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.
2023-01-09T05:07:56.523Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:07:56.536Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:07:56.537Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:07:57.427Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:07:57.427Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:07:57.429Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:07:57.430Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T05:07:57.530Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:07:57.531Z||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.
2023-01-09T05:07:57.531Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:07:57.544Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:07:57.545Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:07:58.430Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:07:58.431Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:07:58.433Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:07:58.433Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:07:58.533Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:07:58.535Z||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.
2023-01-09T05:07:58.535Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:07:58.548Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:07:58.548Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:07:59.434Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:07:59.435Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:07:59.438Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:07:59.438Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:07:59.538Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:07:59.539Z||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.
2023-01-09T05:07:59.540Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:07:59.552Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:07:59.553Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:08:00.439Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:08:00.440Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:00.442Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:00.442Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-09T05:08:00.543Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:08:00.543Z||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.
2023-01-09T05:08:00.543Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:00.556Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:08:00.557Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:08:01.443Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:08:01.444Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:01.446Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:01.446Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:08:01.546Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:08:01.547Z||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.
2023-01-09T05:08:01.548Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:01.560Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:08:01.560Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:08:02.447Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:08:02.448Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:02.450Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:02.450Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:08:02.550Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:08:02.551Z||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.
2023-01-09T05:08:02.551Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:02.565Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:08:02.566Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:08:03.452Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "184090ab-1ff0-417e-aa39-19de30e426d4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "49017f56-f474-4a61-a5ca-b48090a407fd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "2d671c4a-047f-4942-8e9a-b0e486f592e6",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ec64ce6d-a41a-446d-852d-75892a776196",
      "resourceInvariantUUID": "4a1f8092-5f51-4efc-8cf0-5458df4e2cd1",
      "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": "YzExZTkwNmUyZGRhODdlYmQ3NzVhMzlhZjFmZDNhYzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7f91778b-001b-4c38-873f-1998a44821f5",
          "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": "d01649b1-52f3-4a79-9397-7dfaf144f4a8",
          "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": "dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e",
            "generatedFromUUID": "d01649b1-52f3-4a79-9397-7dfaf144f4a8"
          },
          "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": "dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZGE5NDY3NzgzY2FiMjAyNWFkZTEwNmJkNTM5NTM3OWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1091062f-733e-4d4f-9011-8b85a46e9a40"
    }
  ],
  "workloadContext": "Production"
}
2023-01-09T05:08:03.452Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-09T05:08:03.452Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 184090ab-1ff0-417e-aa39-19de30e426d4 ASDC
2023-01-09T05:08:03.453Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:23b9b121-421b-4eb2-8d1d-621b61176b5c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:184090ab-1ff0-417e-aa39-19de30e426d4
ServiceInvariantUUID:49017f56-f474-4a61-a5ca-b48090a407fd
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:1091062f-733e-4d4f-9011-8b85a46e9a40
ArtifactChecksum:ZGE5NDY3NzgzY2FiMjAyNWFkZTEwNmJkNTM5NTM3OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:2d671c4a-047f-4942-8e9a-b0e486f592e6
ResourceInvariantUUID:4a1f8092-5f51-4efc-8cf0-5458df4e2cd1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ec64ce6d-a41a-446d-852d-75892a776196
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:7f91778b-001b-4c38-873f-1998a44821f5
ArtifactChecksum:YzExZTkwNmUyZGRhODdlYmQ3NzVhMzlhZjFmZDNhYzY=
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:d01649b1-52f3-4a79-9397-7dfaf144f4a8
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:dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e
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:dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-09T05:08:03.453Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 184090ab-1ff0-417e-aa39-19de30e426d4 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 (?, ?, ?, ?, ?)
2023-01-09T05:08:03.483Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:08:03.483Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-09T05:08:03.483Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-09T05:08:03.483Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1091062f-733e-4d4f-9011-8b85a46e9a40 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-09T05:08:03.483Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-09T05:08:03.484Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-09T05:08:03.573Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-09T05:08:03.576Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1091062f-733e-4d4f-9011-8b85a46e9a40 74810
2023-01-09T05:08:03.577Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-09T05:08:03.577Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-09T05:08:03.577Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:08:03.577Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:03.579Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:03.579Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240883576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:08:03.679Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:08:03.680Z||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.
2023-01-09T05:08:03.680Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:03.693Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:08:03.693Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:08:04.580Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:08:04.581Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-09T05:08:04.581Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1091062f-733e-4d4f-9011-8b85a46e9a40, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:04.581Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-09T05:08:04.582Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:04.582Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:04.706Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16713164538254278053/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-01-09T05:08:05.854Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-09T05:08:05.855Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-09T05:08:05.855Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:05.855Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-09T05:08:05.856Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:05.856Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:05.856Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:05.856Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-09T05:08:05.856Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:05.856Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:05.857Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:05.857Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-09T05:08:05.857Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:05.857Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:05.858Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-09T05:08:05.858Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-09T05:08:05.858Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:08:05.859Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:05.859Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:05.860Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-09T05:08:05.860Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-09T05:08:05.860Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:08:05.861Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:05.861Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:05.862Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:05.862Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-09T05:08:05.862Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-09T05:08:05.863Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-09T05:08:05.863Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-09T05:08:05.863Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-09T05:08:05.863Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-09T05:08:05.863Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:05.864Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T05:08:05.864Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:05.864Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-09T05:08:05.864Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:08:05.865Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:05.865Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-09T05:08:05.865Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:08:05.865Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:05.866Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-09T05:08:05.866Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:08:05.866Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:05.866Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-09T05:08:05.866Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-09T05:08:05.867Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-09T05:08:05.867Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e8b1c4a0-b272-4265-b682-2d75e7fa54b5
2023-01-09T05:08:05.867Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:05.867Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:05.867Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:05.868Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:05.868Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:05.868Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:05.868Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:05.868Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:05.869Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:184090ab-1ff0-417e-aa39-19de30e426d4
Model Version:NULL
Model InvariantUuid:49017f56-f474-4a61-a5ca-b48090a407fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7fdb2120-ad49-4bd4-a6e6-78b1d886bcaa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4a1f8092-5f51-4efc-8cf0-5458df4e2cd1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2d671c4a-047f-4942-8e9a-b0e486f592e6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a7006b6e-1601-4bdb-b53c-80b394f549c0
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:d4ce5c82-bc21-4319-9fbe-8530d184bde2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e8b1c4a0-b272-4265-b682-2d75e7fa54b5
ModelInvariantUuid:a02830a9-8af2-4b09-85b4-86a5bd8fd31f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:1ab2323c-6e36-4e19-b884-b76a3abd90a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:943e873c-c043-42b1-8082-0596c6721abb
ModelInvariantUuid:467c623b-064c-4ce8-8656-bc5e97947ad9
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e79a728b-cc6f-46f8-9431-be6c9c31f1a7
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=?
2023-01-09T05:08:05.875Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ec64ce6d-a41a-446d-852d-75892a776196
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=?
2023-01-09T05:08:05.877Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||basic_vm 0
2023-01-09T05:08:05.877Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec64ce6d-a41a-446d-852d-75892a776196
2023-01-09T05:08:05.877Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7f91778b-001b-4c38-873f-1998a44821f5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-09T05:08:05.877Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-09T05:08:05.878Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:05.951Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-09T05:08:05.952Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7f91778b-001b-4c38-873f-1998a44821f5 787
2023-01-09T05:08:05.952Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:05.952Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:05.952Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:08:05.952Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:05.954Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:05.955Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240885952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:08:06.055Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:08:06.056Z||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.
2023-01-09T05:08:06.056Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:06.070Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:08:06.070Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:08:06.956Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a7006b6e-1601-4bdb-b53c-80b394f549c0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4ce5c82-bc21-4319-9fbe-8530d184bde2",
    "vfModuleModelCustomizationUUID": "1648e959-0e45-4f81-ad17-bfc5140f0169",
    "isBase": true,
    "artifacts": [
      "d01649b1-52f3-4a79-9397-7dfaf144f4a8",
      "dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e"
    ],
    "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": ""
    }
  }
]
2023-01-09T05:08:06.964Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4ce5c82-bc21-4319-9fbe-8530d184bde2
VfModuleModelInvariantUUID:a7006b6e-1601-4bdb-b53c-80b394f549c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
d01649b1-52f3-4a79-9397-7dfaf144f4a8
,
dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e

}
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


}

2023-01-09T05:08:06.968Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a7006b6e-1601-4bdb-b53c-80b394f549c0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4ce5c82-bc21-4319-9fbe-8530d184bde2",
    "vfModuleModelCustomizationUUID": "1648e959-0e45-4f81-ad17-bfc5140f0169",
    "isBase": true,
    "artifacts": [
      "d01649b1-52f3-4a79-9397-7dfaf144f4a8",
      "dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e"
    ],
    "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": ""
    }
  }
]
2023-01-09T05:08:06.968Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4ce5c82-bc21-4319-9fbe-8530d184bde2
VfModuleModelInvariantUUID:a7006b6e-1601-4bdb-b53c-80b394f549c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
d01649b1-52f3-4a79-9397-7dfaf144f4a8
,
dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e

}
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


}

2023-01-09T05:08:06.968Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d01649b1-52f3-4a79-9397-7dfaf144f4a8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-09T05:08:06.969Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-09T05:08:06.969Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-09T05:08:07.015Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-09T05:08:07.016Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d01649b1-52f3-4a79-9397-7dfaf144f4a8 5033
2023-01-09T05:08:07.016Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:07.016Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:07.016Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:08:07.016Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:07.018Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:07.018Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240887016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:08:07.119Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:08:07.120Z||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.
2023-01-09T05:08:07.120Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:07.134Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:08:07.134Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:08:08.019Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-09T05:08:08.020Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-09T05:08:08.020Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-09T05:08:08.074Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-09T05:08:08.075Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env dfe70bf8-fbb0-4fd6-b6e2-10c8436ba32e 903
2023-01-09T05:08:08.075Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:08.075Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:08.075Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:08:08.076Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:08.078Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:08.078Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240888075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:08:08.178Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:08:08.179Z||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.
2023-01-09T05:08:08.179Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:08.209Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:08:08.210Z||pool-50-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:08:09.078Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 184090ab-1ff0-417e-aa39-19de30e426d4
2023-01-09T05:08:09.079Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ec64ce6d-a41a-446d-852d-75892a776196 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=?
2023-01-09T05:08:09.089Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d0e639e, org.onap.sdc.toscaparser.api.parameters.Input@7c329f15, org.onap.sdc.toscaparser.api.parameters.Input@698c3e76, org.onap.sdc.toscaparser.api.parameters.Input@610119e9, org.onap.sdc.toscaparser.api.parameters.Input@3fcd84c4]
2023-01-09T05:08:09.090Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:09.090Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:09.090Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-01-09T05:08:09.090Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2d671c4a-047f-4942-8e9a-b0e486f592e6
2023-01-09T05:08:09.091Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d671c4a-047f-4942-8e9a-b0e486f592e6 matches Tosca VF Customization UUID: 2d671c4a-047f-4942-8e9a-b0e486f592e6
2023-01-09T05:08:09.091Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2d671c4a-047f-4942-8e9a-b0e486f592e6  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=?
2023-01-09T05:08:09.092Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:09.093Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:09.093Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2d671c4a-047f-4942-8e9a-b0e486f592e6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-09T05:08:09.093Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36bf1151
2023-01-09T05:08:09.093Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:09.094Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T05:08:09.094Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1648e959-0e45-4f81-ad17-bfc5140f0169
2023-01-09T05:08:09.094Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1648e959-0e45-4f81-ad17-bfc5140f0169
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=?
2023-01-09T05:08:09.096Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:09.096Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-09T05:08:09.096Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:08:09.096Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:09.096Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-09T05:08:09.097Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:08:09.097Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:09.097Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-09T05:08:09.097Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-09T05:08:09.097Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-09T05:08:09.097Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e8b1c4a0-b272-4265-b682-2d75e7fa54b5
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=?
2023-01-09T05:08:09.099Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:09.099Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-09T05:08:09.099Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:08:09.100Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:09.100Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-09T05:08:09.100Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=2d671c4a-047f-4942-8e9a-b0e486f592e6
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=?
2023-01-09T05:08:09.101Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:09.101Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:09.101Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 184090ab-1ff0-417e-aa39-19de30e426d4: basic_vm
2023-01-09T05:08:09.101Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:09.102Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:09.102Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:09.102Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:09.102Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:09.102Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:09.102Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:09.102Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:09.103Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:08:09.103Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:08:09.103Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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 (?, ?, ?, ?, ?)
2023-01-09T05:08:09.180Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ec64ce6d-a41a-446d-852d-75892a776196 1 ASDC deployResourceStructure
2023-01-09T05:08:09.180Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:09.180Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:09.180Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:08:09.181Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:09.182Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:09.182Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240889180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T05:08:09.282Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:08:09.283Z||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.
2023-01-09T05:08:09.283Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:09.303Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:08:09.304Z||pool-51-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:08:10.183Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:10.184Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:10.184Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:08:10.184Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:10.186Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:10.186Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240890183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T05:08:10.286Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:08:10.287Z||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.
2023-01-09T05:08:10.287Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:10.299Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:08:10.300Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:08:11.186Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:11.187Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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
2023-01-09T05:08:11.187Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:08:11.187Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:11.189Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:11.189Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240891186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-09T05:08:11.290Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-09T05:08:11.291Z||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.
2023-01-09T05:08:11.291Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:11.305Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:08:11.305Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:08:12.190Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-09T05:08:12.190Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-09T05:08:12.190Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:08:12.191Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:08:12.192Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:08:12.192Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240892190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:08:12.292Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:08:12.293Z||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.
2023-01-09T05:08:12.293Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:12.304Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:08:12.305Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:08:13.193Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23b9b121-421b-4eb2-8d1d-621b61176b5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:08:13.204Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23b9b121-421b-4eb2-8d1d-621b61176b5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:08:13.208Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:08:13.208Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T05:08:13.208Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T05:08:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:08:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:08:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:08:14.891Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:08:14.891Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:08:14.891Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "cds",
  "timestamp": 1673240763597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:08:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:08:43.208Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23b9b121-421b-4eb2-8d1d-621b61176b5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:08:43.216Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23b9b121-421b-4eb2-8d1d-621b61176b5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:08:43.221Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:08:43.221Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T05:08:43.221Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T05:09:13.221Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23b9b121-421b-4eb2-8d1d-621b61176b5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:09:13.233Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23b9b121-421b-4eb2-8d1d-621b61176b5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:09:13.235Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:09:13.235Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T05:09:13.235Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T05:09:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:09:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:09:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:09:14.887Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:09:14.906Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.906Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "cds",
  "timestamp": 1673240763597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "cds",
  "timestamp": 1673240763597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.909Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.909Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.909Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T05:09:14.909Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.909Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "cds",
  "timestamp": 1673240763597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:09:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:09:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "cds",
  "timestamp": 1673240779201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.912Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.912Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.912Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.912Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "cds",
  "timestamp": 1673240780206,
  "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=?
2023-01-09T05:09:14.921Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23b9b121-421b-4eb2-8d1d-621b61176b5c
2023-01-09T05:09:14.922Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b9b121-421b-4eb2-8d1d-621b61176b5c 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 (?, ?, ?, ?, ?)
2023-01-09T05:09:14.933Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.933Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.933Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.934Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.934Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-09T05:09:14.934Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.934Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.934Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.935Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.935Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.935Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.936Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.936Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.936Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.936Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.936Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.937Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.937Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.937Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.937Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.938Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.938Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.938Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.938Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.938Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.939Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:09:14.939Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.939Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.939Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.940Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.940Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.940Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.940Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.940Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.941Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.941Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.941Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.941Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240784046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:14.941Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:14.942Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.942Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.942Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.942Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.942Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.942Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.943Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.943Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.943Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.943Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.943Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.943Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.944Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.944Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240785114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:14.944Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:14.944Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.944Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.944Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.945Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.945Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.945Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.945Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.945Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.946Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.946Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.946Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240786170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:14.946Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:14.946Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.946Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.946Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.947Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.947Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:09:14.947Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.947Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.947Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.947Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.948Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.948Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240787208,
  "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=?
2023-01-09T05:09:14.954Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23b9b121-421b-4eb2-8d1d-621b61176b5c
2023-01-09T05:09:14.954Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b9b121-421b-4eb2-8d1d-621b61176b5c 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 (?, ?, ?, ?, ?)
2023-01-09T05:09:14.967Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.968Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.968Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.968Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.968Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "aai-ml",
  "timestamp": 1673240787933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:14.969Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:14.969Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.969Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.969Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.969Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.969Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240788222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T05:09:14.970Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:14.970Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.970Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.970Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.970Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.970Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.971Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.971Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.971Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.971Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.971Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.971Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.972Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.972Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.972Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.972Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.972Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.972Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.973Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.973Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.973Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-09T05:09:14.973Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.973Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.973Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:09:14.974Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.974Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.974Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.974Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.974Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.974Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.974Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.975Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.975Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-09T05:09:14.975Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.975Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.975Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "cds",
  "timestamp": 1673240790959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:14.975Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:14.976Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.976Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.976Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.976Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.976Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.976Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.976Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.977Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T05:09:14.977Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.977Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.977Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "cds",
  "timestamp": 1673240791968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-09T05:09:14.990Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e001da8-ee84-4d86-91f4-ddec14ab040f
2023-01-09T05:09:14.990Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e001da8-ee84-4d86-91f4-ddec14ab040f 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 (?, ?, ?, ?, ?)
2023-01-09T05:09:14.998Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.998Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.999Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.999Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.999Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:14.999Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:14.999Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:14.999Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:09:15.000Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.000Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.000Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.000Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.000Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.001Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.001Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.001Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.001Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.001Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.001Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.002Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.002Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.002Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.002Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.002Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.003Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.003Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.003Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.003Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.003Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "aai-ml",
  "timestamp": 1673240795059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:09:15.004Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.004Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.004Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.004Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.004Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.004Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-09T05:09:15.005Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.005Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.005Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.005Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.005Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.005Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:09:15.006Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.006Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.006Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "aai-ml",
  "timestamp": 1673240796063,
  "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=?
2023-01-09T05:09:15.011Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23b9b121-421b-4eb2-8d1d-621b61176b5c
2023-01-09T05:09:15.011Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b9b121-421b-4eb2-8d1d-621b61176b5c 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 (?, ?, ?, ?, ?)
2023-01-09T05:09:15.019Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.020Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.020Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.020Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.021Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.021Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.021Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.021Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.022Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.022Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.022Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240796261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:15.022Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.022Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.022Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.022Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.023Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.023Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.023Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.023Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.023Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240776244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:09:15.024Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.024Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.024Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.024Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.024Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.024Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.024Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.025Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.025Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.025Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.026Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.026Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240798342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:15.026Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.027Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.027Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.027Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.027Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.027Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.027Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.028Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.028Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240798665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:09:15.028Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.028Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.028Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.028Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.028Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.029Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240799404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:15.029Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.029Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.029Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.029Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.030Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.030Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.030Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.030Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.030Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240799668,
  "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=?
2023-01-09T05:09:15.035Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23b9b121-421b-4eb2-8d1d-621b61176b5c
2023-01-09T05:09:15.035Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b9b121-421b-4eb2-8d1d-621b61176b5c 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 (?, ?, ?, ?, ?)
2023-01-09T05:09:15.043Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.043Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.043Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.043Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.044Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "cds",
  "timestamp": 1673240781210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:09:15.044Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.044Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.044Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240800455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:15.044Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.044Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.045Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.045Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.045Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.045Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.045Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.045Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.046Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.046Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.046Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.046Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "cds",
  "timestamp": 1673240801061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:15.046Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.046Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.047Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240801506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:15.047Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.047Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.047Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.047Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.047Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.048Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.048Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.048Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.048Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:09:15.048Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.048Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.049Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "cds",
  "timestamp": 1673240802072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-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 (?, ?, ?, ?, ?)
2023-01-09T05:09:15.062Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c288846-fe33-4f32-ba35-8fbf45542a6e
2023-01-09T05:09:15.062Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c288846-fe33-4f32-ba35-8fbf45542a6e 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 (?, ?, ?, ?, ?)
2023-01-09T05:09:15.071Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.071Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240802551,
  "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=?
2023-01-09T05:09:15.076Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e001da8-ee84-4d86-91f4-ddec14ab040f
2023-01-09T05:09:15.076Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e001da8-ee84-4d86-91f4-ddec14ab040f 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 (?, ?, ?, ?, ?)
2023-01-09T05:09:15.085Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.085Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.086Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.086Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.086Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.086Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.086Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.087Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.087Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.087Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.087Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240803556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T05:09:15.087Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.088Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.088Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.088Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.088Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.088Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.088Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.089Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.089Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240781835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.089Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.089Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.089Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:09:15.089Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.090Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.090Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.090Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.090Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.090Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240804561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.090Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.091Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.091Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240806809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:15.091Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.091Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.091Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.091Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.091Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.092Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "aai-ml",
  "timestamp": 1673240806166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:15.092Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.092Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.092Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240804561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.092Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.092Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.093Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240807998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T05:09:15.093Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.093Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.093Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.093Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.094Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.094Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240804561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.094Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.094Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.094Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673240809002,
  "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=?
2023-01-09T05:09:15.100Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6c288846-fe33-4f32-ba35-8fbf45542a6e
2023-01-09T05:09:15.100Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c288846-fe33-4f32-ba35-8fbf45542a6e 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 (?, ?, ?, ?, ?)
2023-01-09T05:09:15.108Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.109Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.109Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.109Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.110Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240804561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.110Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.110Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.110Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:09:15.110Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.111Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.111Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240804561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.111Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.111Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.111Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240809770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:15.112Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.112Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.112Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240804561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.113Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.113Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.114Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240804561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.114Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.114Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.115Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673240804561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:09:15.115Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.116Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.116Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240812114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:09:15.117Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.117Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.117Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "aai-ml",
  "timestamp": 1673240812812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:09:15.118Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.118Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.118Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240813117,
  "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=?
2023-01-09T05:09:15.129Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e001da8-ee84-4d86-91f4-ddec14ab040f
2023-01-09T05:09:15.129Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e001da8-ee84-4d86-91f4-ddec14ab040f 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 (?, ?, ?, ?, ?)
2023-01-09T05:09:15.138Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.138Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "aai-ml",
  "timestamp": 1673240813815,
  "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=?
2023-01-09T05:09:15.142Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e001da8-ee84-4d86-91f4-ddec14ab040f
2023-01-09T05:09:15.143Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e001da8-ee84-4d86-91f4-ddec14ab040f 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 (?, ?, ?, ?, ?)
2023-01-09T05:09:15.150Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.150Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.150Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.151Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.151Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.151Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.151Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.152Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.152Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.152Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.152Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.153Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.153Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.153Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.153Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.154Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.154Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.154Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.154Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.155Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.155Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.155Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.155Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.156Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.156Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.156Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.156Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.156Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.157Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.157Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.157Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.157Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.158Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.158Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.158Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.158Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.159Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.159Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.159Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.159Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.159Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:09:15.160Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.160Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.160Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240788488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:09:15.160Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.161Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.161Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "aai-ml",
  "timestamp": 1673240780185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:09:15.161Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:09:15.161Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.162Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240822202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:15.162Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.162Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.162Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "aai-ml",
  "timestamp": 1673240822897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:09:15.162Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.162Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.163Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240824098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:09:15.163Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.163Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.163Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673240825103,
  "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=?
2023-01-09T05:09:15.169Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c288846-fe33-4f32-ba35-8fbf45542a6e
2023-01-09T05:09:15.169Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c288846-fe33-4f32-ba35-8fbf45542a6e 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 (?, ?, ?, ?, ?)
2023-01-09T05:09:15.178Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.178Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "aai-ml",
  "timestamp": 1673240827588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:09:15.178Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:09:15.178Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:09:15.179Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "aai-ml",
  "timestamp": 1673240828591,
  "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=?
2023-01-09T05:09:15.183Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c288846-fe33-4f32-ba35-8fbf45542a6e
2023-01-09T05:09:15.184Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c288846-fe33-4f32-ba35-8fbf45542a6e 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 (?, ?, ?, ?, ?)
2023-01-09T05:09:43.235Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23b9b121-421b-4eb2-8d1d-621b61176b5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:09:43.249Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23b9b121-421b-4eb2-8d1d-621b61176b5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:09:43.252Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:09:43.252Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-09T05:09:43.252Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-09T05:09:43.252Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-09T05:09:43.253Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:09:43.253Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:09:43.253Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:09:43.253Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:09:43.253Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:09:43.253Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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=?
2023-01-09T05:09:43.257Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-09T05:10:13.258Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23b9b121-421b-4eb2-8d1d-621b61176b5c 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=?
2023-01-09T05:10:13.265Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23b9b121-421b-4eb2-8d1d-621b61176b5c and serviceModelVersionId: 184090ab-1ff0-417e-aa39-19de30e426d4
2023-01-09T05:10:13.265Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 49017f56-f474-4a61-a5ca-b48090a407fd
2023-01-09T05:10:13.266Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/49017f56-f474-4a61-a5ca-b48090a407fd/model-vers/model-ver/184090ab-1ff0-417e-aa39-19de30e426d4?depth=0
2023-01-09T05:10:13.270Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-09T05:10:13.316Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49017f56-f474-4a61-a5ca-b48090a407fd/model-vers/model-ver/184090ab-1ff0-417e-aa39-19de30e426d4?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]}
2023-01-09T05:10:13.318Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49017f56-f474-4a61-a5ca-b48090a407fd/model-vers/model-ver/184090ab-1ff0-417e-aa39-19de30e426d4?depth=0|INFO|500||Invoke
2023-01-09T05:10:13.337Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49017f56-f474-4a61-a5ca-b48090a407fd/model-vers/model-ver/184090ab-1ff0-417e-aa39-19de30e426d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-09T05:10:13.428Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49017f56-f474-4a61-a5ca-b48090a407fd/model-vers/model-ver/184090ab-1ff0-417e-aa39-19de30e426d4?depth=0|INFO|500||InvokeReturn
2023-01-09T05:10:13.428Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49017f56-f474-4a61-a5ca-b48090a407fd/model-vers/model-ver/184090ab-1ff0-417e-aa39-19de30e426d4?depth=0 has http status code:200 and response headers:{date=[Mon, 09 Jan 2023 05:10:13 GMT], content-length=[0], vertex-id=[237808], x-aai-txid=[2-aai-resources-230109-05:10:13:938-20232], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-09T05:10:13.430Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-09T05:10:13.431Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-09T05:10:13.431Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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=?
2023-01-09T05:10:13.436Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||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)
2023-01-09T05:10:13.436Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23b9b121-421b-4eb2-8d1d-621b61176b5c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-09T05:10:13.437Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-09T05:10:13.437Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:13.439Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:13.439Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241013436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:10:13.539Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:10:13.540Z||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.
2023-01-09T05:10:13.540Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:13.561Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:13.562Z||pool-55-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=?
2023-01-09T05:10:14.450Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.450Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e001da8-ee84-4d86-91f4-ddec14ab040f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"59aa6e57-ce8b-43cb-8d65-049fbe0e46f2","serviceDescription":"service","serviceInvariantUUID":"ee390ebd-c6c0-459f-bfd6-aba22efe36f1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52336066-e80c-4df0-a51c-c780e879aa6a","resourceInvariantUUID":"0a06eadb-2daf-45e1-844d-c7d82bc50524","resourceCustomizationUUID":"6d72b3cd-545d-49ac-aaee-d4bc2713cfb0","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":"MDY4MTk2MWZhYTQ5NGY0MmZlODUxYTRiYjRiOTc1MTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4e700ef0-ac90-47bf-9c1c-be2a8d49aa1f","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":"f68df8f5-db6f-44c6-8cbc-72ff8cca0f11","artifactVersion":"2","generatedFromUUID":"6b226ceb-6d29-400a-918d-876a2ad1cd88"},{"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":"6b226ceb-6d29-400a-918d-876a2ad1cd88","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":"MzdjMDFiM2ZjYTI5MmRlODBjNzFjYjk2ZGM5ZTY0YmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de3a58c5-7e79-4737-a183-d732a8b205bf","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":"822ef7de-00a6-41a0-879e-48798c9cd896","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":"f6693033-5800-40d7-b9f9-5773ceea7c27","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":"b8045e04-fa41-489a-9d7d-080df536058b","artifactVersion":"2","generatedFromUUID":"822ef7de-00a6-41a0-879e-48798c9cd896"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTFiYjg2ODAwZTFhYTY0MDNjOTI1NDY4N2RkNDc3NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c104c81-32e6-4b97-bed9-da10740c21d8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTkzODZlOTNkZjE0MjVhOTZiY2UwZWY2M2QxZGFlZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e7a81b4-d996-4f9e-a713-90dd1cbaa26f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-09T05:10:14.451Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:10:14.451Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:14.453Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:14.453Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:10:14.553Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:10:14.554Z||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.
2023-01-09T05:10:14.554Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:14.584Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:14.585Z||pool-56-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:10:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:10:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:10:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:14.888Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:14.889Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.889Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "619dce5a-9f19-487e-8b3b-62303d4659a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240870830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:10:14.890Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:10:14.890Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.890Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:10:14.890Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:10:14.890Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.890Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T05:10:14.891Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:10:14.891Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.891Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:10:14.891Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:10:14.891Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.891Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:10:14.891Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:10:14.891Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.891Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-09T05:10:14.891Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:10:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:10:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:10:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:10:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:10:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240883576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:10:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:10:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240885952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:10:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:10:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240887016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:10:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:10:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240888075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:10:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:10:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240889180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T05:10:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:10:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240890183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T05:10:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:10:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240891186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-09T05:10:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:10:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:10:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240892190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:10:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:10:15.460Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:10:15.461Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:15.463Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:15.463Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-09T05:10:15.563Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:10:15.564Z||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.
2023-01-09T05:10:15.564Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:15.580Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:15.581Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1}
2023-01-09T05:10:16.464Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:10:16.464Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:16.466Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:16.466Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-09T05:10:16.566Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:10:16.567Z||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.
2023-01-09T05:10:16.567Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:16.580Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:16.581Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:10:17.467Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:10:17.468Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:17.469Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:17.469Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T05:10:17.570Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:10:17.570Z||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.
2023-01-09T05:10:17.570Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:17.583Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:17.583Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:10:18.470Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:10:18.471Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:18.472Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:18.472Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:10:18.573Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-09T05:10:18.574Z||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.
2023-01-09T05:10:18.574Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:18.598Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:18.599Z||pool-60-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:10:19.473Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:10:19.473Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:19.475Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:19.475Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:10:19.578Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-09T05:10:19.580Z||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.
2023-01-09T05:10:19.580Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:19.600Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:19.601Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:10:20.476Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:10:20.476Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:20.478Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:20.478Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-09T05:10:20.578Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:10:20.579Z||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.
2023-01-09T05:10:20.579Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:20.594Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:20.594Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:10:21.478Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:10:21.479Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:21.481Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:21.482Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:10:21.581Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:10:21.582Z||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.
2023-01-09T05:10:21.582Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:21.597Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:21.597Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:10:22.482Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:10:22.483Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:22.485Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:22.485Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:10:22.585Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:10:22.586Z||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.
2023-01-09T05:10:22.586Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:22.598Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:22.599Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:10:23.486Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "59aa6e57-ce8b-43cb-8d65-049fbe0e46f2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee390ebd-c6c0-459f-bfd6-aba22efe36f1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "6d72b3cd-545d-49ac-aaee-d4bc2713cfb0",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "52336066-e80c-4df0-a51c-c780e879aa6a",
      "resourceInvariantUUID": "0a06eadb-2daf-45e1-844d-c7d82bc50524",
      "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": "f68df8f5-db6f-44c6-8cbc-72ff8cca0f11",
          "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": "6b226ceb-6d29-400a-918d-876a2ad1cd88",
          "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": "MzdjMDFiM2ZjYTI5MmRlODBjNzFjYjk2ZGM5ZTY0YmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "de3a58c5-7e79-4737-a183-d732a8b205bf",
          "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": "822ef7de-00a6-41a0-879e-48798c9cd896",
          "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": "b8045e04-fa41-489a-9d7d-080df536058b",
            "generatedFromUUID": "822ef7de-00a6-41a0-879e-48798c9cd896"
          },
          "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": "b8045e04-fa41-489a-9d7d-080df536058b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OTkzODZlOTNkZjE0MjVhOTZiY2UwZWY2M2QxZGFlZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4e7a81b4-d996-4f9e-a713-90dd1cbaa26f"
    }
  ],
  "workloadContext": "Production"
}
2023-01-09T05:10:23.487Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-09T05:10:23.487Z|23b9b121-421b-4eb2-8d1d-621b61176b5c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 59aa6e57-ce8b-43cb-8d65-049fbe0e46f2 ASDC
2023-01-09T05:10:23.487Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8e001da8-ee84-4d86-91f4-ddec14ab040f
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:59aa6e57-ce8b-43cb-8d65-049fbe0e46f2
ServiceInvariantUUID:ee390ebd-c6c0-459f-bfd6-aba22efe36f1
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:4e7a81b4-d996-4f9e-a713-90dd1cbaa26f
ArtifactChecksum:OTkzODZlOTNkZjE0MjVhOTZiY2UwZWY2M2QxZGFlZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:6d72b3cd-545d-49ac-aaee-d4bc2713cfb0
ResourceInvariantUUID:0a06eadb-2daf-45e1-844d-c7d82bc50524
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:52336066-e80c-4df0-a51c-c780e879aa6a
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:f68df8f5-db6f-44c6-8cbc-72ff8cca0f11
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:6b226ceb-6d29-400a-918d-876a2ad1cd88
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:de3a58c5-7e79-4737-a183-d732a8b205bf
ArtifactChecksum:MzdjMDFiM2ZjYTI5MmRlODBjNzFjYjk2ZGM5ZTY0YmU=
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:822ef7de-00a6-41a0-879e-48798c9cd896
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:b8045e04-fa41-489a-9d7d-080df536058b
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:b8045e04-fa41-489a-9d7d-080df536058b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-09T05:10:23.487Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59aa6e57-ce8b-43cb-8d65-049fbe0e46f2 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=?
2023-01-09T05:10:23.516Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:10:23.517Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-09T05:10:23.517Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-09T05:10:23.517Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4e7a81b4-d996-4f9e-a713-90dd1cbaa26f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-09T05:10:23.517Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-09T05:10:23.517Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-09T05:10:23.650Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-09T05:10:23.655Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4e7a81b4-d996-4f9e-a713-90dd1cbaa26f 73674
2023-01-09T05:10:23.655Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-09T05:10:23.656Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-09T05:10:23.656Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:10:23.656Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:23.658Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:23.658Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241023655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:10:23.758Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:10:23.759Z||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.
2023-01-09T05:10:23.759Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:23.778Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:23.779Z||pool-65-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:10:24.659Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:10:24.660Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-09T05:10:24.661Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4e7a81b4-d996-4f9e-a713-90dd1cbaa26f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-09T05:10:24.661Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-09T05:10:24.661Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-09T05:10:24.661Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-09T05:10:24.769Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7366748403752298338/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-01-09T05:10:26.015Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-09T05:10:26.015Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-09T05:10:26.015Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-09T05:10:26.015Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-09T05:10:26.016Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:26.016Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-09T05:10:26.016Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:26.016Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:26.016Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-09T05:10:26.017Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:26.017Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:26.017Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-09T05:10:26.018Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-09T05:10:26.018Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:10:26.018Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:26.019Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:26.019Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-09T05:10:26.019Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-09T05:10:26.019Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:10:26.020Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:26.020Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:26.020Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:26.021Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-09T05:10:26.021Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-09T05:10:26.021Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-09T05:10:26.021Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-09T05:10:26.022Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:26.022Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T05:10:26.022Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:26.022Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-09T05:10:26.023Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:10:26.023Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:26.023Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-09T05:10:26.024Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:10:26.024Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:26.024Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-09T05:10:26.024Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:10:26.025Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:26.025Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-09T05:10:26.025Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-09T05:10:26.025Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=972749f7-6156-468f-bbce-d421ed9423a3
2023-01-09T05:10:26.026Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:26.026Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:26.026Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:26.026Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:26.027Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:26.027Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:26.027Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:26.027Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:26.028Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:59aa6e57-ce8b-43cb-8d65-049fbe0e46f2
Model Version:NULL
Model InvariantUuid:ee390ebd-c6c0-459f-bfd6-aba22efe36f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:efde7a81-aadf-48df-b2d7-545acfb6b60e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0a06eadb-2daf-45e1-844d-c7d82bc50524
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6d72b3cd-545d-49ac-aaee-d4bc2713cfb0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e17da7d9-5e16-42e2-b9b4-e28ef3bd2758
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:4f8511b9-adb5-4b53-956d-90338feebef7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:972749f7-6156-468f-bbce-d421ed9423a3
ModelInvariantUuid:484085a2-8629-4d18-a97d-493fe9bc9b33
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:35e146d0-51a2-435b-9d4d-12212e22973e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:356752df-eeff-40ac-8d6a-b8c5c8e7763f
ModelInvariantUuid:3c419dc4-bb48-45f2-b689-2bf71df2eebf
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:8ad66c44-34ba-41ff-8dca-8be98dfc1323
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=?
2023-01-09T05:10:26.033Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 52336066-e80c-4df0-a51c-c780e879aa6a
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=?
2023-01-09T05:10:26.036Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||basic_cnf 0
2023-01-09T05:10:26.036Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52336066-e80c-4df0-a51c-c780e879aa6a
2023-01-09T05:10:26.036Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f68df8f5-db6f-44c6-8cbc-72ff8cca0f11 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-09T05:10:26.036Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-09T05:10:26.036Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:26.089Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-09T05:10:26.089Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f68df8f5-db6f-44c6-8cbc-72ff8cca0f11 12
2023-01-09T05:10:26.089Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:26.090Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:26.090Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:10:26.090Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:26.091Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:26.092Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241026089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:10:26.195Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-09T05:10:26.196Z||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.
2023-01-09T05:10:26.196Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:26.230Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:26.231Z||pool-66-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:10:27.092Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6b226ceb-6d29-400a-918d-876a2ad1cd88 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-09T05:10:27.092Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-09T05:10:27.093Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:27.153Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-09T05:10:27.153Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6b226ceb-6d29-400a-918d-876a2ad1cd88 2688
2023-01-09T05:10:27.154Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:27.154Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:27.154Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:10:27.154Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:27.156Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:27.156Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241027154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:10:27.256Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:10:27.258Z||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.
2023-01-09T05:10:27.258Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:27.273Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:27.273Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:10:28.157Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: de3a58c5-7e79-4737-a183-d732a8b205bf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-09T05:10:28.158Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-09T05:10:28.158Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:28.208Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-09T05:10:28.208Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json de3a58c5-7e79-4737-a183-d732a8b205bf 828
2023-01-09T05:10:28.208Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:28.208Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:28.208Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:10:28.209Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:28.210Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:28.210Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241028208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:10:28.311Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:10:28.311Z||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.
2023-01-09T05:10:28.311Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:28.326Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:28.326Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:10:29.211Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e17da7d9-5e16-42e2-b9b4-e28ef3bd2758",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4f8511b9-adb5-4b53-956d-90338feebef7",
    "vfModuleModelCustomizationUUID": "9ce45862-8b16-4778-aa7c-37fb70381dd3",
    "isBase": true,
    "artifacts": [
      "822ef7de-00a6-41a0-879e-48798c9cd896",
      "6b226ceb-6d29-400a-918d-876a2ad1cd88",
      "b8045e04-fa41-489a-9d7d-080df536058b"
    ],
    "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": ""
    }
  }
]
2023-01-09T05:10:29.214Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f8511b9-adb5-4b53-956d-90338feebef7
VfModuleModelInvariantUUID:e17da7d9-5e16-42e2-b9b4-e28ef3bd2758
VfModuleModelDescription:NULL
Artifacts UUID List:{
822ef7de-00a6-41a0-879e-48798c9cd896
,
6b226ceb-6d29-400a-918d-876a2ad1cd88
,
b8045e04-fa41-489a-9d7d-080df536058b

}
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


}

2023-01-09T05:10:29.215Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e17da7d9-5e16-42e2-b9b4-e28ef3bd2758",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4f8511b9-adb5-4b53-956d-90338feebef7",
    "vfModuleModelCustomizationUUID": "9ce45862-8b16-4778-aa7c-37fb70381dd3",
    "isBase": true,
    "artifacts": [
      "822ef7de-00a6-41a0-879e-48798c9cd896",
      "6b226ceb-6d29-400a-918d-876a2ad1cd88",
      "b8045e04-fa41-489a-9d7d-080df536058b"
    ],
    "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": ""
    }
  }
]
2023-01-09T05:10:29.216Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f8511b9-adb5-4b53-956d-90338feebef7
VfModuleModelInvariantUUID:e17da7d9-5e16-42e2-b9b4-e28ef3bd2758
VfModuleModelDescription:NULL
Artifacts UUID List:{
822ef7de-00a6-41a0-879e-48798c9cd896
,
6b226ceb-6d29-400a-918d-876a2ad1cd88
,
b8045e04-fa41-489a-9d7d-080df536058b

}
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


}

2023-01-09T05:10:29.216Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 822ef7de-00a6-41a0-879e-48798c9cd896 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-09T05:10:29.216Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-09T05:10:29.216Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-09T05:10:29.269Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-09T05:10:29.270Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 822ef7de-00a6-41a0-879e-48798c9cd896 1164
2023-01-09T05:10:29.270Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:29.270Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:29.270Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:10:29.270Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:29.272Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:29.272Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241029270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:10:29.372Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:10:29.372Z||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.
2023-01-09T05:10:29.373Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:29.386Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:29.386Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:10:30.272Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b8045e04-fa41-489a-9d7d-080df536058b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-09T05:10:30.273Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-09T05:10:30.273Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-09T05:10:30.326Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-09T05:10:30.326Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b8045e04-fa41-489a-9d7d-080df536058b 200
2023-01-09T05:10:30.327Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:30.327Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:30.327Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:10:30.327Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:30.330Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:30.330Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241030327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:10:30.430Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:10:30.431Z||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.
2023-01-09T05:10:30.431Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:30.450Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:30.450Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:10:31.370Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 59aa6e57-ce8b-43cb-8d65-049fbe0e46f2
2023-01-09T05:10:31.374Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 52336066-e80c-4df0-a51c-c780e879aa6a 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 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=?
2023-01-09T05:10:31.405Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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 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=?
2023-01-09T05:10:31.412Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ad42c0a, org.onap.sdc.toscaparser.api.parameters.Input@47614ba2, org.onap.sdc.toscaparser.api.parameters.Input@5acb00ad, org.onap.sdc.toscaparser.api.parameters.Input@1ef2f2f7, org.onap.sdc.toscaparser.api.parameters.Input@15cd395f]
2023-01-09T05:10:31.419Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:31.419Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:31.419Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-01-09T05:10:31.419Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 6d72b3cd-545d-49ac-aaee-d4bc2713cfb0
2023-01-09T05:10:31.419Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6d72b3cd-545d-49ac-aaee-d4bc2713cfb0 matches Tosca VF Customization UUID: 6d72b3cd-545d-49ac-aaee-d4bc2713cfb0
2023-01-09T05:10:31.419Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 6d72b3cd-545d-49ac-aaee-d4bc2713cfb0  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=?
2023-01-09T05:10:31.424Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:31.425Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:31.425Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 6d72b3cd-545d-49ac-aaee-d4bc2713cfb0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-09T05:10:31.426Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@531cc53e
2023-01-09T05:10:31.427Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:31.427Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T05:10:31.427Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ce45862-8b16-4778-aa7c-37fb70381dd3
2023-01-09T05:10:31.427Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ce45862-8b16-4778-aa7c-37fb70381dd3
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=?
2023-01-09T05:10:31.439Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:31.439Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-09T05:10:31.439Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:10:31.440Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:31.440Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-09T05:10:31.440Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:10:31.440Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:31.440Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-09T05:10:31.440Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-09T05:10:31.441Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=972749f7-6156-468f-bbce-d421ed9423a3
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=?
2023-01-09T05:10:31.444Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:31.446Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-09T05:10:31.446Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:10:31.446Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:31.447Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-09T05:10:31.447Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6d72b3cd-545d-49ac-aaee-d4bc2713cfb0
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=?
2023-01-09T05:10:31.454Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:31.454Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:31.454Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 59aa6e57-ce8b-43cb-8d65-049fbe0e46f2: basic_cnf
2023-01-09T05:10:31.455Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:31.455Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:31.455Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:31.456Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:31.456Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:31.456Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:31.456Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:31.457Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:31.457Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:10:31.457Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:10:31.458Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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 (?, ?, ?, ?, ?)
2023-01-09T05:10:31.507Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 52336066-e80c-4df0-a51c-c780e879aa6a 1 ASDC deployResourceStructure
2023-01-09T05:10:31.508Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:31.508Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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)
2023-01-09T05:10:31.508Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-09T05:10:31.509Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:31.511Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:31.511Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241031507,
  "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"
}
2023-01-09T05:10:31.611Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:10:31.612Z||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.
2023-01-09T05:10:31.612Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:31.629Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:31.630Z||pool-71-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:10:32.512Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:32.512Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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)
2023-01-09T05:10:32.512Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-09T05:10:32.513Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:32.515Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:32.515Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241032511,
  "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"
}
2023-01-09T05:10:32.615Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:10:32.616Z||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.
2023-01-09T05:10:32.616Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:32.630Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:32.631Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:10:33.516Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:33.517Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:33.517Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:10:33.518Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:33.527Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:33.528Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241033516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T05:10:33.628Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:10:33.628Z||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.
2023-01-09T05:10:33.629Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:33.646Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:33.647Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:10:34.528Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:34.529Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:34.529Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:10:34.530Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:34.532Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:34.533Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241034528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T05:10:34.634Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-09T05:10:34.634Z||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.
2023-01-09T05:10:34.635Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:34.657Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:34.657Z||pool-74-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:10:35.534Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:35.535Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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
2023-01-09T05:10:35.535Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:10:35.536Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:35.538Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:35.538Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241035534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-09T05:10:35.641Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-09T05:10:35.642Z||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.
2023-01-09T05:10:35.642Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:35.669Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:35.670Z||pool-75-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:10:36.539Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-09T05:10:36.540Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-09T05:10:36.540Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:10:36.540Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:10:36.543Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:10:36.544Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241036539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:10:36.643Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:10:36.645Z||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.
2023-01-09T05:10:36.645Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:10:36.660Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:10:36.661Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:10:37.544Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e001da8-ee84-4d86-91f4-ddec14ab040f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:10:37.555Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e001da8-ee84-4d86-91f4-ddec14ab040f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:10:37.558Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:10:37.559Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-09T05:10:37.559Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-09T05:10:37.559Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-09T05:10:37.560Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:10:37.560Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:10:37.560Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:10:37.561Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:10:37.561Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:10:37.561Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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=?
2023-01-09T05:10:37.567Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-09T05:11:07.568Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e001da8-ee84-4d86-91f4-ddec14ab040f 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=?
2023-01-09T05:11:07.577Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e001da8-ee84-4d86-91f4-ddec14ab040f and serviceModelVersionId: 59aa6e57-ce8b-43cb-8d65-049fbe0e46f2
2023-01-09T05:11:07.577Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee390ebd-c6c0-459f-bfd6-aba22efe36f1
2023-01-09T05:11:07.578Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee390ebd-c6c0-459f-bfd6-aba22efe36f1/model-vers/model-ver/59aa6e57-ce8b-43cb-8d65-049fbe0e46f2?depth=0
2023-01-09T05:11:07.584Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-09T05:11:07.636Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee390ebd-c6c0-459f-bfd6-aba22efe36f1/model-vers/model-ver/59aa6e57-ce8b-43cb-8d65-049fbe0e46f2?depth=0|INFO|500||Invoke
2023-01-09T05:11:07.636Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee390ebd-c6c0-459f-bfd6-aba22efe36f1/model-vers/model-ver/59aa6e57-ce8b-43cb-8d65-049fbe0e46f2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee390ebd-c6c0-459f-bfd6-aba22efe36f1/model-vers/model-ver/59aa6e57-ce8b-43cb-8d65-049fbe0e46f2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e001da8-ee84-4d86-91f4-ddec14ab040f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b726e99-a4ae-4a4a-abfd-a5cf8454d680], X-ECOMP-RequestID=[8e001da8-ee84-4d86-91f4-ddec14ab040f], X-TransactionId=[], X-ONAP-RequestID=[8e001da8-ee84-4d86-91f4-ddec14ab040f], Content-Type=[application/merge-patch+json]}
2023-01-09T05:11:07.660Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee390ebd-c6c0-459f-bfd6-aba22efe36f1/model-vers/model-ver/59aa6e57-ce8b-43cb-8d65-049fbe0e46f2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-09T05:11:07.754Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee390ebd-c6c0-459f-bfd6-aba22efe36f1/model-vers/model-ver/59aa6e57-ce8b-43cb-8d65-049fbe0e46f2?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/ee390ebd-c6c0-459f-bfd6-aba22efe36f1/model-vers/model-ver/59aa6e57-ce8b-43cb-8d65-049fbe0e46f2?depth=0 has http status code:200 and response headers:{date=[Mon, 09 Jan 2023 05:11:08 GMT], content-length=[0], vertex-id=[331928], x-aai-txid=[1-aai-resources-230109-05:11:08:260-44237], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-09T05:11:07.755Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee390ebd-c6c0-459f-bfd6-aba22efe36f1/model-vers/model-ver/59aa6e57-ce8b-43cb-8d65-049fbe0e46f2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-09T05:11:07.756Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee390ebd-c6c0-459f-bfd6-aba22efe36f1/model-vers/model-ver/59aa6e57-ce8b-43cb-8d65-049fbe0e46f2?depth=0|INFO|500||InvokeReturn
2023-01-09T05:11:07.758Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-09T05:11:07.758Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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=?
2023-01-09T05:11:07.762Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||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)
2023-01-09T05:11:07.763Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e001da8-ee84-4d86-91f4-ddec14ab040f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-09T05:11:07.763Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-09T05:11:07.764Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:11:07.766Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:11:07.767Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241067763,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:11:07.866Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:11:07.870Z||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.
2023-01-09T05:11:07.870Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:11:07.884Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:11:07.886Z||pool-77-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-09T05:11:08.787Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-09T05:11:08.787Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c288846-fe33-4f32-ba35-8fbf45542a6e","serviceName":"Demo_pNF_VMKCzfPkDbVuym6KgERc","serviceVersion":"1.0","serviceUUID":"9dc5d43a-fe28-43ab-8dff-f812f27ad417","serviceDescription":"catalog service description","serviceInvariantUUID":"3f6c2722-3fd4-4dd6-9ee7-08cafe37f22a","resources":[{"resourceInstanceName":"pNF d35a163e-73ce 0","resourceName":"pNF d35a163e-73ce","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2dbbb064-b2ab-4b2f-af62-6c2b64aff0f5","resourceInvariantUUID":"5bb7b6e6-defa-47a5-9e66-f25ed88229cd","resourceCustomizationUUID":"95ce1a6b-4f45-4f04-ac8c-d818a05b8398","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vf-license-model.xml","artifactChecksum":"NzU0ZGRmYjhiNjFjYmMyZGFmMTliZDAzNjI1NWQ5MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0e0c58c-486a-429e-946c-b1370ec6b220","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/pNF.csar","artifactChecksum":"MTM4NTRhZDEzN2RkMjI4YTkxMmQ3M2JkOTNkZDMxY2I\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"595d3f85-9f7c-4717-ba9b-d09d6af8a260","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"612d48ba-f08a-4378-ac21-64591f000022","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vendor-license-model.xml","artifactChecksum":"YWNhNTFkZjYwNDJhMDZiNTI0Y2M3ZThlODkxNjA2OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"96448eb2-c93b-4530-88c4-90e1e3dbd60f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e8cceea-c297-4fef-8b23-eb80178781a2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6892a347-1120-4c65-a710-c978df4814d5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVmkczfpkdbvuym6kgerc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-template.yml","artifactChecksum":"NTk1MDY0NGMwMWM3ZGQ3M2VlMzhkNWUxN2M5Y2M4NGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49c989ab-d798-4a1b-b629-750f6d8d12e6","artifactVersion":"1"},{"artifactName":"service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar","artifactChecksum":"NTM3OTM3YzRlZTdjZTYwZTlmM2U0YzQzMjk5ZGEyMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6ac1842-31c6-42be-acef-c724862775bc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-09T05:11:08.788Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:11:08.788Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:11:08.790Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:11:08.791Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:11:08.890Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:11:08.891Z||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.
2023-01-09T05:11:08.891Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:11:08.905Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:11:08.905Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:11:09.791Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:11:09.792Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:11:09.795Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:11:09.796Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:11:09.896Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:11:09.896Z||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.
2023-01-09T05:11:09.896Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:11:09.911Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:11:09.912Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:11:10.798Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:11:10.798Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:11:10.800Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:11:10.800Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:11:10.900Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:11:10.901Z||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.
2023-01-09T05:11:10.901Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:11:10.916Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:11:10.917Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:11:11.802Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:11:11.802Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:11:11.803Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:11:11.804Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:11:11.904Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:11:11.905Z||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.
2023-01-09T05:11:11.905Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:11:11.919Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:11:11.919Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:11:12.804Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:11:12.805Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:11:12.807Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:11:12.807Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:11:12.907Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:11:12.908Z||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.
2023-01-09T05:11:12.908Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:11:12.921Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:11:12.921Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:11:13.808Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:11:13.809Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:11:13.811Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:11:13.811Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:11:13.911Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:11:13.911Z||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.
2023-01-09T05:11:13.912Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:11:13.929Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:11:13.929Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:11:14.811Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:11:14.812Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:11:14.814Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:11:14.814Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:11:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:11:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:11:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:11:14.909Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:11:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:11:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b9b121-421b-4eb2-8d1d-621b61176b5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241013436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:11:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:11:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:11:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:11:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:11:14.914Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:11:14.914Z||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.
2023-01-09T05:11:14.915Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:11:14.933Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:11:14.934Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:11:15.815Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:11:15.815Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:11:15.818Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:11:15.818Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:11:15.917Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:11:15.918Z||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.
2023-01-09T05:11:15.919Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:11:15.943Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:11:15.944Z||pool-85-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:11:16.819Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "serviceName": "Demo_pNF_VMKCzfPkDbVuym6KgERc",
  "serviceVersion": "1.0",
  "serviceUUID": "9dc5d43a-fe28-43ab-8dff-f812f27ad417",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3f6c2722-3fd4-4dd6-9ee7-08cafe37f22a",
  "resources": [
    {
      "resourceInstanceName": "pNF d35a163e-73ce 0",
      "resourceCustomizationUUID": "95ce1a6b-4f45-4f04-ac8c-d818a05b8398",
      "resourceName": "pNF d35a163e-73ce",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2dbbb064-b2ab-4b2f-af62-6c2b64aff0f5",
      "resourceInvariantUUID": "5bb7b6e6-defa-47a5-9e66-f25ed88229cd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
      "artifactChecksum": "NTM3OTM3YzRlZTdjZTYwZTlmM2U0YzQzMjk5ZGEyMTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6ac1842-31c6-42be-acef-c724862775bc"
    }
  ],
  "workloadContext": "Production"
}
2023-01-09T05:11:16.820Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-09T05:11:16.820Z|8e001da8-ee84-4d86-91f4-ddec14ab040f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9dc5d43a-fe28-43ab-8dff-f812f27ad417 ASDC
2023-01-09T05:11:16.821Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6c288846-fe33-4f32-ba35-8fbf45542a6e
ServiceName:Demo_pNF_VMKCzfPkDbVuym6KgERc
ServiceVersion:1.0
ServiceUUID:9dc5d43a-fe28-43ab-8dff-f812f27ad417
ServiceInvariantUUID:3f6c2722-3fd4-4dd6-9ee7-08cafe37f22a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
ArtifactUUID:a6ac1842-31c6-42be-acef-c724862775bc
ArtifactChecksum:NTM3OTM3YzRlZTdjZTYwZTlmM2U0YzQzMjk5ZGEyMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d35a163e-73ce 0
ResourceCustomizationUUID:95ce1a6b-4f45-4f04-ac8c-d818a05b8398
ResourceInvariantUUID:5bb7b6e6-defa-47a5-9e66-f25ed88229cd
ResourceName:pNF d35a163e-73ce
ResourceType:PNF
ResourceUUID:2dbbb064-b2ab-4b2f-af62-6c2b64aff0f5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-09T05:11:16.821Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dc5d43a-fe28-43ab-8dff-f812f27ad417 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=?
2023-01-09T05:11:16.846Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:11:16.847Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-09T05:11:16.848Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-09T05:11:16.848Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a6ac1842-31c6-42be-acef-c724862775bc from URL: /sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:16.848Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-09T05:11:16.849Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:16.963Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-09T05:11:16.967Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar a6ac1842-31c6-42be-acef-c724862775bc 87780
2023-01-09T05:11:16.967Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar ASDC sendASDCNotification
2023-01-09T05:11:16.967Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:16.967Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:11:16.968Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:11:16.970Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:11:16.970Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241076967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:11:17.070Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:11:17.071Z||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.
2023-01-09T05:11:17.071Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:11:17.084Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:11:17.084Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:11:17.970Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:11:17.971Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-09T05:11:17.972Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a6ac1842-31c6-42be-acef-c724862775bc, URL: /sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar to file: /app/ASDC/1/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:17.972Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:17.972Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:17.972Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:18.112Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4269624461715890917/Definitions/service-DemoPnfVmkczfpkdbvuym6kgerc-template.yml
2023-01-09T05:11:18.835Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-09T05:11:18.836Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-09T05:11:18.836Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:18.836Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-09T05:11:18.836Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d35a163e-73ce 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-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:18.836Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||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-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:18.836Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:18.836Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||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-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:18.836Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||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-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:18.836Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||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-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:18.836Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||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-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:18.836Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-09T05:11:18.836Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:11:18.836Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VMKCzfPkDbVuym6KgERc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:11:18.837Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Node template pNF d35a163e-73ce 0 is matching search criteria
2023-01-09T05:11:18.837Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-09T05:11:18.837Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d35a163e-73ce 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:11:18.837Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:11:18.837Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VMKCzfPkDbVuym6KgERc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:11:18.838Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Node template pNF d35a163e-73ce 0 is matching search criteria
2023-01-09T05:11:18.838Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-09T05:11:18.838Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d35a163e-73ce 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:11:18.838Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:11:18.839Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VMKCzfPkDbVuym6KgERc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:11:18.839Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:11:18.839Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VMKCzfPkDbVuym6KgERc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:11:18.840Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:11:18.840Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VMKCzfPkDbVuym6KgERc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:11:18.840Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:11:18.840Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VMKCzfPkDbVuym6KgERc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:11:18.841Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:11:18.841Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VMKCzfPkDbVuym6KgERc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:11:18.841Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VMKCzfPkDbVuym6KgERc
Description:catalog service description
Model UUID:9dc5d43a-fe28-43ab-8dff-f812f27ad417
Model Version:NULL
Model InvariantUuid:3f6c2722-3fd4-4dd6-9ee7-08cafe37f22a
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=?
2023-01-09T05:11:18.846Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2dbbb064-b2ab-4b2f-af62-6c2b64aff0f5
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=?
2023-01-09T05:11:18.848Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||pNF d35a163e-73ce 0
2023-01-09T05:11:18.848Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2dbbb064-b2ab-4b2f-af62-6c2b64aff0f5
2023-01-09T05:11:18.849Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9dc5d43a-fe28-43ab-8dff-f812f27ad417
2023-01-09T05:11:18.849Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9dc5d43a-fe28-43ab-8dff-f812f27ad417
2023-01-09T05:11:18.849Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d35a163e-73ce 0 2dbbb064-b2ab-4b2f-af62-6c2b64aff0f5 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=?
2023-01-09T05:11:18.851Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6667268a, org.onap.sdc.toscaparser.api.parameters.Input@2770be45, org.onap.sdc.toscaparser.api.parameters.Input@635f8bda, org.onap.sdc.toscaparser.api.parameters.Input@5fa87c56, org.onap.sdc.toscaparser.api.parameters.Input@24425f]
2023-01-09T05:11:18.852Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:11:18.852Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VMKCzfPkDbVuym6KgERc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:11:18.852Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9dc5d43a-fe28-43ab-8dff-f812f27ad417: pNF d35a163e-73ce
2023-01-09T05:11:18.852Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||Processing PNF resource: 2dbbb064-b2ab-4b2f-af62-6c2b64aff0f5
2023-01-09T05:11:18.853Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:11:18.853Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_VMKCzfPkDbVuym6KgERc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:11:18.853Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||Resource customization UUID: 95ce1a6b-4f45-4f04-ac8c-d818a05b8398 is the same as notified resource customizationUUID: 95ce1a6b-4f45-4f04-ac8c-d818a05b8398
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 (?, ?)
2023-01-09T05:11:18.893Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d35a163e-73ce 2dbbb064-b2ab-4b2f-af62-6c2b64aff0f5 0 ASDC deployResourceStructure
2023-01-09T05:11:18.893Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar ASDC sendASDCNotification
2023-01-09T05:11:18.894Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar
2023-01-09T05:11:18.894Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:11:18.894Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:11:18.897Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:11:18.897Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241078893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:11:18.997Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:11:18.998Z||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.
2023-01-09T05:11:18.998Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:11:19.010Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:11:19.010Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:11:19.898Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c288846-fe33-4f32-ba35-8fbf45542a6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:11:19.907Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c288846-fe33-4f32-ba35-8fbf45542a6e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:11:19.909Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:11:19.910Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-09T05:11:19.910Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-09T05:11:19.910Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-09T05:11:19.910Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:11:19.911Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:11:19.911Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:11:19.911Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:11:19.911Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:11:19.911Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||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=?
2023-01-09T05:11:19.916Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-09T05:11:49.916Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c288846-fe33-4f32-ba35-8fbf45542a6e 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=?
2023-01-09T05:11:49.922Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c288846-fe33-4f32-ba35-8fbf45542a6e and serviceModelVersionId: 9dc5d43a-fe28-43ab-8dff-f812f27ad417
2023-01-09T05:11:49.922Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3f6c2722-3fd4-4dd6-9ee7-08cafe37f22a
2023-01-09T05:11:49.923Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3f6c2722-3fd4-4dd6-9ee7-08cafe37f22a/model-vers/model-ver/9dc5d43a-fe28-43ab-8dff-f812f27ad417?depth=0
2023-01-09T05:11:49.927Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-09T05:11:49.975Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f6c2722-3fd4-4dd6-9ee7-08cafe37f22a/model-vers/model-ver/9dc5d43a-fe28-43ab-8dff-f812f27ad417?depth=0|INFO|500||Invoke
2023-01-09T05:11:49.976Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f6c2722-3fd4-4dd6-9ee7-08cafe37f22a/model-vers/model-ver/9dc5d43a-fe28-43ab-8dff-f812f27ad417?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f6c2722-3fd4-4dd6-9ee7-08cafe37f22a/model-vers/model-ver/9dc5d43a-fe28-43ab-8dff-f812f27ad417?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c288846-fe33-4f32-ba35-8fbf45542a6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ac43b063-d199-4a13-ae3b-461b852f5413], X-ECOMP-RequestID=[6c288846-fe33-4f32-ba35-8fbf45542a6e], X-TransactionId=[], X-ONAP-RequestID=[6c288846-fe33-4f32-ba35-8fbf45542a6e], Content-Type=[application/merge-patch+json]}
2023-01-09T05:11:49.996Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f6c2722-3fd4-4dd6-9ee7-08cafe37f22a/model-vers/model-ver/9dc5d43a-fe28-43ab-8dff-f812f27ad417?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-09T05:11:50.079Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f6c2722-3fd4-4dd6-9ee7-08cafe37f22a/model-vers/model-ver/9dc5d43a-fe28-43ab-8dff-f812f27ad417?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/3f6c2722-3fd4-4dd6-9ee7-08cafe37f22a/model-vers/model-ver/9dc5d43a-fe28-43ab-8dff-f812f27ad417?depth=0 has http status code:200 and response headers:{date=[Mon, 09 Jan 2023 05:11:50 GMT], content-length=[0], vertex-id=[434200], x-aai-txid=[1-aai-resources-230109-05:11:50:594-85961], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-09T05:11:50.080Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f6c2722-3fd4-4dd6-9ee7-08cafe37f22a/model-vers/model-ver/9dc5d43a-fe28-43ab-8dff-f812f27ad417?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-09T05:11:50.081Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f6c2722-3fd4-4dd6-9ee7-08cafe37f22a/model-vers/model-ver/9dc5d43a-fe28-43ab-8dff-f812f27ad417?depth=0|INFO|500||InvokeReturn
2023-01-09T05:11:50.081Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-09T05:11:50.082Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||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=?
2023-01-09T05:11:50.085Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||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)
2023-01-09T05:11:50.085Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c288846-fe33-4f32-ba35-8fbf45542a6e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-09T05:11:50.085Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-09T05:11:50.086Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:11:50.087Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:11:50.087Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241110085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:11:50.188Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:11:50.188Z||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.
2023-01-09T05:11:50.189Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:11:50.214Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:11:50.214Z||pool-88-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=?
2023-01-09T05:11:51.099Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:11:51.100Z||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.
2023-01-09T05:11:51.100Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:12:01.528Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:12:01.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:12:01.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T05:12:01.530Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:12:11.106Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:12:11.106Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:12:11.107Z||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.
2023-01-09T05:12:11.107Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:12:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:12:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:12:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:12:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:12:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-09T05:12:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:12:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-09T05:12:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:12:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T05:12:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:12:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:12:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:12:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:12:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:12:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-09T05:12:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:12:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:12:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:12:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:12:14.896Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:12:14.896Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.896Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241023655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:12:14.896Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:12:14.896Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.897Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241026089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:12:14.897Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:12:14.897Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.897Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241027154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:12:14.897Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:12:14.897Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.897Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241028208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:12:14.897Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:12:14.897Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.897Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241029270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:12:14.898Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:12:14.898Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.898Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241030327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:12:14.898Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:12:14.898Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.898Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241031507,
  "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"
}
2023-01-09T05:12:14.898Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:12:14.898Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.898Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241032511,
  "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"
}
2023-01-09T05:12:14.898Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:12:14.898Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.898Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241033516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T05:12:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:12:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241034528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T05:12:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:12:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241035534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-09T05:12:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:12:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.899Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241036539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:12:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:12:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e001da8-ee84-4d86-91f4-ddec14ab040f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241067763,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:12:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:12:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:12:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:12:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:12:14.900Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:12:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:12:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:12:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:12:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:12:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:12:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:12:14.901Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:12:14.902Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/resourceInstances/pnfd35a163e73ce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:12:14.902Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:12:20.658Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:12:20.659Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:12:20.659Z||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.
2023-01-09T05:12:20.659Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:12:30.225Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:12:30.225Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:12:30.226Z||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.
2023-01-09T05:12:30.226Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:12:39.790Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:12:39.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:12:39.791Z||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.
2023-01-09T05:12:39.791Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:12:49.345Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:13:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:13:14.844Z||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.
2023-01-09T05:13:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:13:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:13:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:13:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:13:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:13:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:13:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:13:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:13:24.447Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:14:14.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:14:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:14:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:14:14.846Z||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.
2023-01-09T05:14:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:14:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:14:15.374Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:14:15.375Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:14:15.375Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673240871845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:14:15.377Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:14:15.377Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:14:15.377Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241076967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:14:15.377Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:14:15.378Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:14:15.378Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241078893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVmkczfpkdbvuym6kgerc/1.0/artifacts/service-DemoPnfVmkczfpkdbvuym6kgerc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:14:15.378Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:14:15.378Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:14:15.378Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c288846-fe33-4f32-ba35-8fbf45542a6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241110085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:14:15.378Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:14:24.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:15:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:15:14.844Z||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.
2023-01-09T05:15:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:15:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:15:14.846Z||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.
2023-01-09T05:15:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:15:24.412Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:15:24.412Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:16:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:16:14.844Z||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.
2023-01-09T05:16:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:16:14.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:16:14.846Z||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.
2023-01-09T05:16:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:16:24.416Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:16:24.416Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:17:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:17:14.844Z||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.
2023-01-09T05:17:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:17:14.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:17:14.845Z||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.
2023-01-09T05:17:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:17:24.454Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:17:24.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:18:14.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:18:14.844Z||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.
2023-01-09T05:18:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:18:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:18:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:18:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:18:15.494Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:18:15.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"928c38a9-166f-4821-bf66-f0c1844eaf5c","serviceName":"Demo_pNF_lQByxFu5CZakgJ5hFyTW","serviceVersion":"1.0","serviceUUID":"18a5ee52-ba4b-4173-8367-603005ee27b1","serviceDescription":"catalog service description","serviceInvariantUUID":"a42bd162-ed7f-4d69-a579-d8bbbdc27722","resources":[{"resourceInstanceName":"pNF 0e38219a-2abc 0","resourceName":"pNF 0e38219a-2abc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"28aa07fb-200c-4f61-9424-ddfde4da6ce7","resourceInvariantUUID":"66d71b37-682b-4bfa-8b82-03341d43238c","resourceCustomizationUUID":"9e354e06-8c42-40f0-8ad0-5fc14135af9d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vf-license-model.xml","artifactChecksum":"YjA5ZGE2ODJmY2E5OTU2ZWU5NWEzYzYwMTAzYjczMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9249d1a2-30af-4adf-ab40-a7bfe8621f7f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/pNF.csar","artifactChecksum":"MTM4NTRhZDEzN2RkMjI4YTkxMmQ3M2JkOTNkZDMxY2I\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0cc4fb5-dea8-44d5-9649-f2b698137057","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4e46717-03b1-4774-8997-e6627ea52cdf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vendor-license-model.xml","artifactChecksum":"MGRkNzI4NTYzY2U3ODYwNjkxZDNhMWFkZDNlZDU2Mjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3439c677-1830-437f-a976-15f521bb1b08","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"efc65119-591f-4fba-b485-3c569bafa87c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc531aac-80b5-4e1e-8d55-5c8111df420f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLqbyxfu5czakgj5hfytw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-template.yml","artifactChecksum":"ZWYxOWU4MDliNTIwMWEwYTA5YzRjMzgzYzhjYTkzOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"517bfbb9-ece9-4989-aac2-e47504ae69ba","artifactVersion":"1"},{"artifactName":"service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar","artifactChecksum":"OTY0MTBkY2I1ZmI0YTVhMDMzOGU1YmZlNGU5ZWE5M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3d5a312-5f19-408a-bbf1-0d3f5de42b67","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-09T05:18:15.496Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:18:15.497Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.497Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:18:15.497Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "cds",
  "timestamp": 1673241468597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.498Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:18:15.498Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.498Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.498Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "aai-ml",
  "timestamp": 1673241470184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.498Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.498Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.498Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "cds",
  "timestamp": 1673241468597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.498Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.498Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.498Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "aai-ml",
  "timestamp": 1673241470184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.499Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.499Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.499Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "cds",
  "timestamp": 1673241468597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.499Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.499Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.499Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "aai-ml",
  "timestamp": 1673241470184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.499Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.499Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.499Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "cds",
  "timestamp": 1673241468597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.499Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.500Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.500Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "aai-ml",
  "timestamp": 1673241470184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.500Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.500Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.500Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "cds",
  "timestamp": 1673241468597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.500Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.500Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.500Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "aai-ml",
  "timestamp": 1673241470184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.500Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.500Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.500Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "cds",
  "timestamp": 1673241468597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.501Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.501Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.501Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "aai-ml",
  "timestamp": 1673241470184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.501Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.501Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.501Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "cds",
  "timestamp": 1673241468597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.501Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.501Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.501Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:18:15.501Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "aai-ml",
  "timestamp": 1673241470184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.501Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.501Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.502Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.502Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673241476244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.502Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.502Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.502Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "cds",
  "timestamp": 1673241468597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:18:15.502Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.502Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.502Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "aai-ml",
  "timestamp": 1673241470184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:18:15.502Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.502Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.502Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673241476244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.503Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.503Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.503Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "cds",
  "timestamp": 1673241478190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:18:15.503Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:18:15.503Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.503Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673241476244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.503Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.503Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.503Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "aai-ml",
  "timestamp": 1673241478950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:18:15.503Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:18:15.503Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.504Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673241478487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.504Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.504Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.504Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "cds",
  "timestamp": 1673241479196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-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 (?, ?, ?, ?, ?)
2023-01-09T05:18:15.526Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 928c38a9-166f-4821-bf66-f0c1844eaf5c
2023-01-09T05:18:15.526Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928c38a9-166f-4821-bf66-f0c1844eaf5c 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 (?, ?, ?, ?, ?)
2023-01-09T05:18:15.536Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.536Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673241476244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.536Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.536Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.536Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673241478487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.537Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.537Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.537Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673241481837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.537Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.537Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.537Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673241476244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.537Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.537Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.538Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673241478487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.538Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.538Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.538Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673241481837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.538Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.538Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.538Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673241476244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.538Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.538Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.538Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673241478487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.539Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.539Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.539Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673241481837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.539Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.539Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.539Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673241476244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.539Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.539Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.539Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673241478487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.539Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.539Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.540Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673241481837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.540Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.540Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.540Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673241476244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:18:15.540Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.540Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.540Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "aai-ml",
  "timestamp": 1673241484033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:18:15.540Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:18:15.540Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.540Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673241478487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.541Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.541Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.541Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673241481837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.541Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.541Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.541Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "aai-ml",
  "timestamp": 1673241485039,
  "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=?
2023-01-09T05:18:15.547Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 928c38a9-166f-4821-bf66-f0c1844eaf5c
2023-01-09T05:18:15.547Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928c38a9-166f-4821-bf66-f0c1844eaf5c 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 (?, ?, ?, ?, ?)
2023-01-09T05:18:15.557Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.557Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673241478487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.557Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.558Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.558Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673241481837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:18:15.558Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.558Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.558Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673241478487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:18:15.558Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.558Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.559Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673241481837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.559Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.559Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.559Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673241487268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:18:15.559Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:18:15.559Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.559Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673241481837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:15.560Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:18:15.560Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.560Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673241490467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:18:15.560Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:18:15.560Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.560Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673241489302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:18:15.560Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:18:15.560Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.560Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673241491498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T05:18:15.560Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:18:15.560Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.560Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673241490306,
  "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=?
2023-01-09T05:18:15.565Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 928c38a9-166f-4821-bf66-f0c1844eaf5c
2023-01-09T05:18:15.566Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928c38a9-166f-4821-bf66-f0c1844eaf5c 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 (?, ?, ?, ?, ?)
2023-01-09T05:18:15.574Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:18:15.574Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673241492502,
  "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=?
2023-01-09T05:18:15.578Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 928c38a9-166f-4821-bf66-f0c1844eaf5c
2023-01-09T05:18:15.579Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928c38a9-166f-4821-bf66-f0c1844eaf5c 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 (?, ?, ?, ?, ?)
2023-01-09T05:18:15.601Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:18:15.602Z||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.
2023-01-09T05:18:15.602Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:18:15.619Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:18:15.619Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:18:16.502Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:18:16.502Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:18:16.504Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:18:16.504Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:16.605Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:18:16.605Z||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.
2023-01-09T05:18:16.606Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:18:16.617Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:18:16.617Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:18:17.505Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:18:17.506Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:18:17.508Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:18:17.508Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:17.608Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:18:17.609Z||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.
2023-01-09T05:18:17.609Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:18:17.623Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:18:17.623Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:18:18.509Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:18:18.510Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:18:18.512Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:18:18.512Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:18.612Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:18:18.613Z||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.
2023-01-09T05:18:18.614Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:18:18.647Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:18:18.647Z||pool-92-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:18:19.513Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:18:19.513Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:18:19.516Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:18:19.516Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:19.616Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:18:19.617Z||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.
2023-01-09T05:18:19.617Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:18:19.632Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:18:19.633Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:18:20.517Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:18:20.519Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:18:20.522Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:18:20.523Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:20.622Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:18:20.623Z||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.
2023-01-09T05:18:20.624Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:18:20.642Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:18:20.642Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:18:21.524Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:18:21.524Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:18:21.526Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:18:21.526Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:18:21.626Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:18:21.627Z||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.
2023-01-09T05:18:21.627Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:18:21.640Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:18:21.640Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:18:22.527Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:18:22.527Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:18:22.529Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:18:22.529Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:18:22.630Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-09T05:18:22.631Z||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.
2023-01-09T05:18:22.631Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:18:22.652Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:18:22.652Z||pool-96-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:18:23.531Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "serviceName": "Demo_pNF_lQByxFu5CZakgJ5hFyTW",
  "serviceVersion": "1.0",
  "serviceUUID": "18a5ee52-ba4b-4173-8367-603005ee27b1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a42bd162-ed7f-4d69-a579-d8bbbdc27722",
  "resources": [
    {
      "resourceInstanceName": "pNF 0e38219a-2abc 0",
      "resourceCustomizationUUID": "9e354e06-8c42-40f0-8ad0-5fc14135af9d",
      "resourceName": "pNF 0e38219a-2abc",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "28aa07fb-200c-4f61-9424-ddfde4da6ce7",
      "resourceInvariantUUID": "66d71b37-682b-4bfa-8b82-03341d43238c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
      "artifactChecksum": "OTY0MTBkY2I1ZmI0YTVhMDMzOGU1YmZlNGU5ZWE5M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e3d5a312-5f19-408a-bbf1-0d3f5de42b67"
    }
  ],
  "workloadContext": "Production"
}
2023-01-09T05:18:23.531Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-09T05:18:23.531Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 18a5ee52-ba4b-4173-8367-603005ee27b1 ASDC
2023-01-09T05:18:23.532Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:928c38a9-166f-4821-bf66-f0c1844eaf5c
ServiceName:Demo_pNF_lQByxFu5CZakgJ5hFyTW
ServiceVersion:1.0
ServiceUUID:18a5ee52-ba4b-4173-8367-603005ee27b1
ServiceInvariantUUID:a42bd162-ed7f-4d69-a579-d8bbbdc27722
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
ArtifactUUID:e3d5a312-5f19-408a-bbf1-0d3f5de42b67
ArtifactChecksum:OTY0MTBkY2I1ZmI0YTVhMDMzOGU1YmZlNGU5ZWE5M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0e38219a-2abc 0
ResourceCustomizationUUID:9e354e06-8c42-40f0-8ad0-5fc14135af9d
ResourceInvariantUUID:66d71b37-682b-4bfa-8b82-03341d43238c
ResourceName:pNF 0e38219a-2abc
ResourceType:PNF
ResourceUUID:28aa07fb-200c-4f61-9424-ddfde4da6ce7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-09T05:18:23.532Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18a5ee52-ba4b-4173-8367-603005ee27b1 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=?
2023-01-09T05:18:23.560Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:18:23.562Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-09T05:18:23.562Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-09T05:18:23.562Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e3d5a312-5f19-408a-bbf1-0d3f5de42b67 from URL: /sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:23.562Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-09T05:18:23.562Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:23.625Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-09T05:18:23.629Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar e3d5a312-5f19-408a-bbf1-0d3f5de42b67 87790
2023-01-09T05:18:23.629Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar ASDC sendASDCNotification
2023-01-09T05:18:23.630Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:23.630Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:18:23.630Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:18:23.632Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:18:23.632Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241503629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:18:23.732Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:18:23.733Z||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.
2023-01-09T05:18:23.734Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:18:23.746Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:18:23.747Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:18:24.633Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:18:24.633Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-09T05:18:24.634Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e3d5a312-5f19-408a-bbf1-0d3f5de42b67, URL: /sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar to file: /app/ASDC/1/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:24.634Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:24.635Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:24.635Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:24.861Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11626792170119615646/Definitions/service-DemoPnfLqbyxfu5czakgj5hfytw-template.yml
2023-01-09T05:18:25.796Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-09T05:18:25.797Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-09T05:18:25.797Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:25.797Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-09T05:18:25.797Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:25.797Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:25.797Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:25.797Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:25.797Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:25.798Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0e38219a-2abc 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-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:25.798Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:25.798Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-09T05:18:25.798Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:18:25.798Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lQByxFu5CZakgJ5hFyTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:18:25.798Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Node template pNF 0e38219a-2abc 0 is matching search criteria
2023-01-09T05:18:25.798Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-09T05:18:25.799Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 0e38219a-2abc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:18:25.799Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:18:25.799Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lQByxFu5CZakgJ5hFyTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:18:25.799Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Node template pNF 0e38219a-2abc 0 is matching search criteria
2023-01-09T05:18:25.799Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-09T05:18:25.799Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 0e38219a-2abc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:18:25.799Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:18:25.799Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lQByxFu5CZakgJ5hFyTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:18:25.800Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:18:25.800Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lQByxFu5CZakgJ5hFyTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:18:25.800Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:18:25.800Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lQByxFu5CZakgJ5hFyTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:18:25.800Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:18:25.800Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lQByxFu5CZakgJ5hFyTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:18:25.800Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:18:25.800Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lQByxFu5CZakgJ5hFyTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:18:25.801Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_lQByxFu5CZakgJ5hFyTW
Description:catalog service description
Model UUID:18a5ee52-ba4b-4173-8367-603005ee27b1
Model Version:NULL
Model InvariantUuid:a42bd162-ed7f-4d69-a579-d8bbbdc27722
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=?
2023-01-09T05:18:25.805Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 28aa07fb-200c-4f61-9424-ddfde4da6ce7
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=?
2023-01-09T05:18:25.808Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||pNF 0e38219a-2abc 0
2023-01-09T05:18:25.808Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 28aa07fb-200c-4f61-9424-ddfde4da6ce7
2023-01-09T05:18:25.809Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 18a5ee52-ba4b-4173-8367-603005ee27b1
2023-01-09T05:18:25.809Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 18a5ee52-ba4b-4173-8367-603005ee27b1
2023-01-09T05:18:25.809Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0e38219a-2abc 0 28aa07fb-200c-4f61-9424-ddfde4da6ce7 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=?
2023-01-09T05:18:25.811Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@703c9f6f, org.onap.sdc.toscaparser.api.parameters.Input@3593fa25, org.onap.sdc.toscaparser.api.parameters.Input@a3f644b, org.onap.sdc.toscaparser.api.parameters.Input@67642e53, org.onap.sdc.toscaparser.api.parameters.Input@73b70237]
2023-01-09T05:18:25.812Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:18:25.812Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lQByxFu5CZakgJ5hFyTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:18:25.812Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 18a5ee52-ba4b-4173-8367-603005ee27b1: pNF 0e38219a-2abc
2023-01-09T05:18:25.812Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||Processing PNF resource: 28aa07fb-200c-4f61-9424-ddfde4da6ce7
2023-01-09T05:18:25.812Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:18:25.812Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lQByxFu5CZakgJ5hFyTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:18:25.812Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||Resource customization UUID: 9e354e06-8c42-40f0-8ad0-5fc14135af9d is the same as notified resource customizationUUID: 9e354e06-8c42-40f0-8ad0-5fc14135af9d
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 (?, ?)
2023-01-09T05:18:25.855Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0e38219a-2abc 28aa07fb-200c-4f61-9424-ddfde4da6ce7 0 ASDC deployResourceStructure
2023-01-09T05:18:25.855Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar ASDC sendASDCNotification
2023-01-09T05:18:25.855Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar
2023-01-09T05:18:25.856Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:18:25.856Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:18:25.858Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:18:25.858Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241505855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:18:25.958Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:18:25.959Z||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.
2023-01-09T05:18:25.959Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:18:25.970Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:18:25.971Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:18:26.859Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928c38a9-166f-4821-bf66-f0c1844eaf5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:18:26.869Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928c38a9-166f-4821-bf66-f0c1844eaf5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:18:26.871Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:18:26.871Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-09T05:18:26.872Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-09T05:18:26.872Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-09T05:18:26.872Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:18:26.872Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:18:26.872Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:18:26.872Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:18:26.872Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:18:26.872Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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=?
2023-01-09T05:18:26.877Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-09T05:18:56.877Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 928c38a9-166f-4821-bf66-f0c1844eaf5c 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=?
2023-01-09T05:18:56.886Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 928c38a9-166f-4821-bf66-f0c1844eaf5c and serviceModelVersionId: 18a5ee52-ba4b-4173-8367-603005ee27b1
2023-01-09T05:18:56.886Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a42bd162-ed7f-4d69-a579-d8bbbdc27722
2023-01-09T05:18:56.888Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a42bd162-ed7f-4d69-a579-d8bbbdc27722/model-vers/model-ver/18a5ee52-ba4b-4173-8367-603005ee27b1?depth=0
2023-01-09T05:18:56.895Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-01-09T05:18:56.939Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42bd162-ed7f-4d69-a579-d8bbbdc27722/model-vers/model-ver/18a5ee52-ba4b-4173-8367-603005ee27b1?depth=0|INFO|500||Invoke
2023-01-09T05:18:56.939Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42bd162-ed7f-4d69-a579-d8bbbdc27722/model-vers/model-ver/18a5ee52-ba4b-4173-8367-603005ee27b1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42bd162-ed7f-4d69-a579-d8bbbdc27722/model-vers/model-ver/18a5ee52-ba4b-4173-8367-603005ee27b1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[928c38a9-166f-4821-bf66-f0c1844eaf5c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f684463e-f1c2-4258-8170-e9e5c5706f24], X-ECOMP-RequestID=[928c38a9-166f-4821-bf66-f0c1844eaf5c], X-TransactionId=[], X-ONAP-RequestID=[928c38a9-166f-4821-bf66-f0c1844eaf5c], Content-Type=[application/merge-patch+json]}
2023-01-09T05:18:56.958Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42bd162-ed7f-4d69-a579-d8bbbdc27722/model-vers/model-ver/18a5ee52-ba4b-4173-8367-603005ee27b1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-09T05:18:57.065Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42bd162-ed7f-4d69-a579-d8bbbdc27722/model-vers/model-ver/18a5ee52-ba4b-4173-8367-603005ee27b1?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/a42bd162-ed7f-4d69-a579-d8bbbdc27722/model-vers/model-ver/18a5ee52-ba4b-4173-8367-603005ee27b1?depth=0 has http status code:200 and response headers:{date=[Mon, 09 Jan 2023 05:18:57 GMT], content-length=[0], vertex-id=[254120], x-aai-txid=[1-aai-resources-230109-05:18:57:548-83464], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-09T05:18:57.066Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42bd162-ed7f-4d69-a579-d8bbbdc27722/model-vers/model-ver/18a5ee52-ba4b-4173-8367-603005ee27b1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-09T05:18:57.066Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a42bd162-ed7f-4d69-a579-d8bbbdc27722/model-vers/model-ver/18a5ee52-ba4b-4173-8367-603005ee27b1?depth=0|INFO|500||InvokeReturn
2023-01-09T05:18:57.066Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-09T05:18:57.067Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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=?
2023-01-09T05:18:57.069Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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)
2023-01-09T05:18:57.069Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 928c38a9-166f-4821-bf66-f0c1844eaf5c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-09T05:18:57.070Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-09T05:18:57.070Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:18:57.072Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:18:57.072Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241537070,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:18:57.172Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:18:57.173Z||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.
2023-01-09T05:18:57.173Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:18:57.194Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:18:57.194Z||pool-99-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-09T05:19:14.843Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:19:14.844Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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.
2023-01-09T05:19:14.844Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:19:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:19:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:19:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:19:14.982Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:19:14.982Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:19:14.982Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:19:14.983Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:19:24.399Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:20:14.843Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:20:14.844Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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.
2023-01-09T05:20:14.844Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:20:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:20:14.846Z||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.
2023-01-09T05:20:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:20:15.374Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:20:15.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-09T05:20:15.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:20:15.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:20:15.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-09T05:20:15.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:20:15.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:20:15.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-09T05:20:15.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:20:15.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:20:15.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-09T05:20:15.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:20:15.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:20:15.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-09T05:20:15.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/resourceInstances/pnf0e38219a2abc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:20:15.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:20:15.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-09T05:20:15.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:20:15.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:20:15.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-09T05:20:15.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241494843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:20:15.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:20:15.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-09T05:20:15.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241503629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:20:15.377Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:20:15.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-09T05:20:15.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241505855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqbyxfu5czakgj5hfytw/1.0/artifacts/service-DemoPnfLqbyxfu5czakgj5hfytw-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:20:15.378Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:20:15.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-09T05:20:15.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928c38a9-166f-4821-bf66-f0c1844eaf5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673241537070,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:20:15.378Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:20:24.437Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:21:14.843Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:21:14.844Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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.
2023-01-09T05:21:14.844Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:21:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:21:14.845Z||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.
2023-01-09T05:21:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:21:24.414Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:21:24.418Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:22:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:22:14.844Z||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.
2023-01-09T05:22:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:22:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:22:14.845Z||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.
2023-01-09T05:22:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:22:24.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:22:24.421Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:23:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:23:14.844Z||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.
2023-01-09T05:23:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:23:14.845Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:23:14.845Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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.
2023-01-09T05:23:14.846Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:23:24.412Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:23:24.412Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:24:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:24:14.845Z||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.
2023-01-09T05:24:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:24:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:24:14.845Z||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.
2023-01-09T05:24:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:24:24.416Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:24:24.416Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:25:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:25:14.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:25:14.846Z||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.
2023-01-09T05:25:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:25:14.847Z||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.
2023-01-09T05:25:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:25:24.422Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:25:24.468Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:26:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:26:14.844Z||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.
2023-01-09T05:26:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:26:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:26:14.845Z||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.
2023-01-09T05:26:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:26:24.430Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:26:24.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:27:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:27:14.844Z||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.
2023-01-09T05:27:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:27:14.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:27:14.846Z||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.
2023-01-09T05:27:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:27:24.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:27:24.418Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:28:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:28:14.844Z||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.
2023-01-09T05:28:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:28:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:28:14.845Z||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.
2023-01-09T05:28:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:28:24.456Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:28:24.456Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:29:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:29:14.844Z||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.
2023-01-09T05:29:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:29:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:29:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:29:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:29:24.413Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:29:24.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:30:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:30:14.844Z||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.
2023-01-09T05:30:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:30:14.845Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:30:14.845Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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.
2023-01-09T05:30:14.845Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:30:24.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:30:24.422Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:31:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:31:14.844Z||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.
2023-01-09T05:31:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:31:14.845Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:31:14.845Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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.
2023-01-09T05:31:14.846Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:31:24.404Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:31:24.406Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:32:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:32:14.844Z||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.
2023-01-09T05:32:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:32:14.845Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:32:14.845Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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.
2023-01-09T05:32:14.846Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:32:24.406Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:32:24.408Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:33:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:33:14.844Z||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.
2023-01-09T05:33:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:33:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:33:14.846Z||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.
2023-01-09T05:33:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:33:24.398Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:33:24.431Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:34:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:34:14.844Z||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.
2023-01-09T05:34:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:34:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:34:14.846Z||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.
2023-01-09T05:34:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:34:24.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:34:24.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:35:14.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:35:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:35:14.846Z||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.
2023-01-09T05:35:14.846Z||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.
2023-01-09T05:35:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:35:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:35:24.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:35:24.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:36:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:36:14.844Z||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.
2023-01-09T05:36:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:36:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:36:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:36:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:36:24.426Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:36:24.426Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:37:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:37:14.844Z||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.
2023-01-09T05:37:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:37:14.845Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:37:14.846Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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.
2023-01-09T05:37:14.846Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:37:24.453Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:37:24.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:38:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:38:14.844Z||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.
2023-01-09T05:38:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:38:14.845Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:38:14.846Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|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.
2023-01-09T05:38:14.846Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:38:24.415Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:38:24.415Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:39:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:39:14.844Z||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.
2023-01-09T05:39:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:39:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:39:14.845Z||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.
2023-01-09T05:39:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:39:24.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:39:24.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:40:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:40:14.844Z||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.
2023-01-09T05:40:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:40:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:40:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:40:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:40:24.443Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:40:24.445Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:41:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:41:14.844Z||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.
2023-01-09T05:41:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:41:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:41:14.846Z||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.
2023-01-09T05:41:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:41:24.431Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:41:24.431Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:42:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:42:14.844Z||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.
2023-01-09T05:42:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:42:14.845Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:42:14.845Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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.
2023-01-09T05:42:14.845Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:42:24.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:42:24.422Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:43:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:43:14.844Z||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.
2023-01-09T05:43:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:43:14.845Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:43:14.846Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|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.
2023-01-09T05:43:14.846Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:43:24.406Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:43:24.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:44:14.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:44:14.844Z||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.
2023-01-09T05:44:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:44:14.845Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:44:14.846Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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.
2023-01-09T05:44:14.846Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:44:24.408Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:44:24.408Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:45:14.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:45:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:45:14.847Z||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.
2023-01-09T05:45:14.847Z||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.
2023-01-09T05:45:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:45:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:45:24.407Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:45:24.407Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:46:14.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:46:14.844Z||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.
2023-01-09T05:46:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:46:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:46:14.845Z||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.
2023-01-09T05:46:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:46:24.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:46:24.427Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:47:14.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:47:14.844Z||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.
2023-01-09T05:47:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:47:14.845Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:47:14.845Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|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.
2023-01-09T05:47:14.845Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:47:24.431Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:47:24.434Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:14.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:48:14.844Z||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.
2023-01-09T05:48:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:48:14.845Z||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.
2023-01-09T05:48:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:15.478Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:15.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb105bed-a512-4a17-afa3-76ef70648e88","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"b5f28c6f-2985-46d6-8338-c19a7a12182a","serviceDescription":"service","serviceInvariantUUID":"32d08c2b-3f2e-4910-9457-7fb78365a1b5","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"abd2af28-e2aa-4400-a64a-f1f272de946e","resourceInvariantUUID":"edd01f86-66bd-4f0a-beeb-96429bd3519a","resourceCustomizationUUID":"4b0cc2b5-d4a5-4fb3-b438-b1666c188b8a","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":"Nzc2MzM1NDJiYTUxODdhZjFkYTIzZTg2OGY0YmE0OGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"033c16ad-0b71-4adf-96fa-f4af8ef75df7","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":"NWI0NGJhNDZlNmI5MzRkMWY1MGE2YTFmMzNhYjlmODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3f1c50d8-1b9d-43a0-a2ea-f3ea316d75d1","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":"c01f71b6-2597-4642-a6da-f6c165418b19","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":"7fe6d9ed-f503-4281-b039-62dbf31b86f2","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":"bba6b578-9655-4262-b035-517b3de48329","artifactVersion":"2","generatedFromUUID":"52427d3b-75f1-438d-81f2-c6490823698b"},{"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":"ee22e15c-9005-4289-8391-4dc172e5b1e1","artifactVersion":"2","generatedFromUUID":"c01f71b6-2597-4642-a6da-f6c165418b19"},{"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":"52427d3b-75f1-438d-81f2-c6490823698b","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":"fd3bd1c1-7056-4a42-b789-3f4ccdf7d02f","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":"OWY2MjRhNjhlOGE5MmFhNDZhM2NkNzdkNmIyYjVjZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d58513c-5b32-45e2-a930-287d2c88c121","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDA5NzdiZjUzYzI1YTY2ZWEyYjM5Yjc2NTM3ODJiZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"403e2b6c-1c06-464a-b445-911081c5a7fe","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-09T05:48:15.482Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:48:15.482Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:15.486Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:15.486Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.502Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:15.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "aai-ml",
  "timestamp": 1673243270185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "cds",
  "timestamp": 1673243268597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "cds",
  "timestamp": 1673243268597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "aai-ml",
  "timestamp": 1673243270185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "cds",
  "timestamp": 1673243268597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "aai-ml",
  "timestamp": 1673243270185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "cds",
  "timestamp": 1673243268597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243276244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "aai-ml",
  "timestamp": 1673243270185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "cds",
  "timestamp": 1673243268597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243276244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T05:48:15.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "aai-ml",
  "timestamp": 1673243270185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "cds",
  "timestamp": 1673243268597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243276244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:48:15.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "aai-ml",
  "timestamp": 1673243270185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243278487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "cds",
  "timestamp": 1673243268597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243276244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "aai-ml",
  "timestamp": 1673243270185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243278487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243281835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243276244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-09T05:48:15.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "aai-ml",
  "timestamp": 1673243270185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "cds",
  "timestamp": 1673243268597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243278487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243281835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "cds",
  "timestamp": 1673243268597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243276244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-09T05:48:15.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "aai-ml",
  "timestamp": 1673243270185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243278487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243281835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "cds",
  "timestamp": 1673243268597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:48:15.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243276244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-09T05:48:15.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "aai-ml",
  "timestamp": 1673243270185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:48:15.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243278487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243281835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243276244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "cds",
  "timestamp": 1673243283635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:48:15.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:48:15.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "aai-ml",
  "timestamp": 1673243284049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:48:15.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:48:15.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243278487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243281835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243276244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243278487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243281835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243276244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:48:15.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243278487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243281835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243287012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:48:15.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:48:15.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "cds",
  "timestamp": 1673243286693,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2023-01-09T05:48:15.547Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb105bed-a512-4a17-afa3-76ef70648e88
2023-01-09T05:48:15.548Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb105bed-a512-4a17-afa3-76ef70648e88 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 (?, ?, ?, ?, ?)
2023-01-09T05:48:15.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243278487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243281835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243288097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:48:15.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:48:15.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243278487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:48:15.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243281835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243289149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:48:15.560Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:48:15.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243289267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:48:15.560Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:48:15.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243281835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:15.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:48:15.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243290218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:48:15.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:48:15.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243291271,
  "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=?
2023-01-09T05:48:15.566Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb105bed-a512-4a17-afa3-76ef70648e88
2023-01-09T05:48:15.566Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb105bed-a512-4a17-afa3-76ef70648e88 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 (?, ?, ?, ?, ?)
2023-01-09T05:48:15.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "aai-ml",
  "timestamp": 1673243291432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:48:15.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:48:15.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243291631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:48:15.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:48:15.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243292275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T05:48:15.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:48:15.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "aai-ml",
  "timestamp": 1673243292436,
  "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=?
2023-01-09T05:48:15.583Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb105bed-a512-4a17-afa3-76ef70648e88
2023-01-09T05:48:15.583Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb105bed-a512-4a17-afa3-76ef70648e88 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=?
2023-01-09T05:48:15.586Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:15.587Z||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.
2023-01-09T05:48:15.587Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-09T05:48:15.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:48:15.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243292635,
  "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=?
2023-01-09T05:48:15.602Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb105bed-a512-4a17-afa3-76ef70648e88
2023-01-09T05:48:15.602Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb105bed-a512-4a17-afa3-76ef70648e88 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=?
2023-01-09T05:48:15.604Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:15.605Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-09T05:48:16.487Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:48:16.487Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:16.489Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:16.489Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T05:48:16.589Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:16.590Z||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.
2023-01-09T05:48:16.590Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:16.601Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:16.602Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:48:17.490Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:48:17.490Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:17.492Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:17.492Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:48:17.593Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:17.594Z||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.
2023-01-09T05:48:17.594Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:17.608Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:17.608Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:48:18.493Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:48:18.493Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:18.495Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:18.495Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:18.595Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:48:18.596Z||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.
2023-01-09T05:48:18.596Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:18.613Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:18.613Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:48:19.496Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:48:19.497Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:19.500Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:19.500Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-09T05:48:19.600Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:48:19.600Z||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.
2023-01-09T05:48:19.600Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:19.612Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:19.613Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:48:20.500Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:48:20.501Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:20.503Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:20.503Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-09T05:48:20.603Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:20.604Z||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.
2023-01-09T05:48:20.604Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:20.621Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:20.621Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:48:21.503Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:48:21.504Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:21.506Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:21.506Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-09T05:48:21.606Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:21.607Z||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.
2023-01-09T05:48:21.607Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:21.620Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:21.620Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:48:22.506Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:48:22.507Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:22.508Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:22.509Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:22.609Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:22.609Z||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.
2023-01-09T05:48:22.610Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:22.625Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:22.625Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:48:23.509Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:48:23.509Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:23.511Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:23.511Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:48:23.611Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:23.612Z||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.
2023-01-09T05:48:23.612Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:23.625Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:23.626Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:48:24.512Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:48:24.512Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:24.515Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:24.515Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:48:24.615Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:24.616Z||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.
2023-01-09T05:48:24.616Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:24.633Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:24.633Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:48:25.520Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b5f28c6f-2985-46d6-8338-c19a7a12182a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "32d08c2b-3f2e-4910-9457-7fb78365a1b5",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "4b0cc2b5-d4a5-4fb3-b438-b1666c188b8a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "abd2af28-e2aa-4400-a64a-f1f272de946e",
      "resourceInvariantUUID": "edd01f86-66bd-4f0a-beeb-96429bd3519a",
      "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": "NWI0NGJhNDZlNmI5MzRkMWY1MGE2YTFmMzNhYjlmODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3f1c50d8-1b9d-43a0-a2ea-f3ea316d75d1",
          "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": "c01f71b6-2597-4642-a6da-f6c165418b19",
          "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": "ee22e15c-9005-4289-8391-4dc172e5b1e1",
            "generatedFromUUID": "c01f71b6-2597-4642-a6da-f6c165418b19"
          },
          "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": "bba6b578-9655-4262-b035-517b3de48329",
          "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": "ee22e15c-9005-4289-8391-4dc172e5b1e1",
          "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": "52427d3b-75f1-438d-81f2-c6490823698b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDA5NzdiZjUzYzI1YTY2ZWEyYjM5Yjc2NTM3ODJiZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "403e2b6c-1c06-464a-b445-911081c5a7fe"
    }
  ],
  "workloadContext": "Production"
}
2023-01-09T05:48:25.520Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-09T05:48:25.521Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b5f28c6f-2985-46d6-8338-c19a7a12182a ASDC
2023-01-09T05:48:25.522Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:cb105bed-a512-4a17-afa3-76ef70648e88
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:b5f28c6f-2985-46d6-8338-c19a7a12182a
ServiceInvariantUUID:32d08c2b-3f2e-4910-9457-7fb78365a1b5
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:403e2b6c-1c06-464a-b445-911081c5a7fe
ArtifactChecksum:ZDA5NzdiZjUzYzI1YTY2ZWEyYjM5Yjc2NTM3ODJiZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:4b0cc2b5-d4a5-4fb3-b438-b1666c188b8a
ResourceInvariantUUID:edd01f86-66bd-4f0a-beeb-96429bd3519a
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:abd2af28-e2aa-4400-a64a-f1f272de946e
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:3f1c50d8-1b9d-43a0-a2ea-f3ea316d75d1
ArtifactChecksum:NWI0NGJhNDZlNmI5MzRkMWY1MGE2YTFmMzNhYjlmODY=
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:c01f71b6-2597-4642-a6da-f6c165418b19
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:ee22e15c-9005-4289-8391-4dc172e5b1e1
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:bba6b578-9655-4262-b035-517b3de48329
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:ee22e15c-9005-4289-8391-4dc172e5b1e1
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:52427d3b-75f1-438d-81f2-c6490823698b
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-09T05:48:25.522Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5f28c6f-2985-46d6-8338-c19a7a12182a 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=?
2023-01-09T05:48:25.576Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:48:25.577Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-09T05:48:25.577Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-09T05:48:25.578Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 403e2b6c-1c06-464a-b445-911081c5a7fe from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-09T05:48:25.578Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-09T05:48:25.578Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-09T05:48:25.672Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-09T05:48:25.680Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 403e2b6c-1c06-464a-b445-911081c5a7fe 162977
2023-01-09T05:48:25.680Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-09T05:48:25.681Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-09T05:48:25.681Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:48:25.681Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:25.683Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:25.684Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243305680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:48:25.784Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:25.784Z||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.
2023-01-09T05:48:25.785Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:25.799Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:25.799Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:48:26.684Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:48:26.685Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-09T05:48:26.686Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 403e2b6c-1c06-464a-b445-911081c5a7fe, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-09T05:48:26.686Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-01-09T05:48:26.687Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-09T05:48:26.687Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-09T05:48:26.931Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6430037691769096807/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-01-09T05:48:28.175Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-09T05:48:28.176Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-09T05:48:28.176Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-09T05:48:28.176Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-09T05:48:28.176Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-09T05:48:28.177Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-09T05:48:28.177Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:28.177Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:28.177Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-09T05:48:28.178Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:28.178Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:28.178Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-09T05:48:28.179Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-09T05:48:28.179Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:48:28.179Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:28.180Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:28.180Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-09T05:48:28.180Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-09T05:48:28.180Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:48:28.181Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:28.181Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:28.181Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:28.181Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-09T05:48:28.182Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-01-09T05:48:28.182Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-01-09T05:48:28.182Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-09T05:48:28.182Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:28.183Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T05:48:28.183Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:28.183Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-09T05:48:28.183Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:48:28.184Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:28.184Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-09T05:48:28.184Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:48:28.185Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:28.185Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-09T05:48:28.185Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:48:28.185Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:28.186Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-09T05:48:28.186Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:48:28.186Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:28.186Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-09T05:48:28.187Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-01-09T05:48:28.187Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=56876e72-c8f3-47bc-900d-16edb94eb56d
2023-01-09T05:48:28.187Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:28.187Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:28.187Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:28.188Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:28.188Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:28.188Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:28.188Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:28.189Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:28.189Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:b5f28c6f-2985-46d6-8338-c19a7a12182a
Model Version:NULL
Model InvariantUuid:32d08c2b-3f2e-4910-9457-7fb78365a1b5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:5234d384-cad4-4207-8be8-89275c740ad7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:edd01f86-66bd-4f0a-beeb-96429bd3519a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4b0cc2b5-d4a5-4fb3-b438-b1666c188b8a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:652c24e2-aeca-44f9-8710-c799549bb7bb
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:11112190-6c30-49c7-b8e9-2beee091eeff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:b4f19081-1b58-4a9b-88a7-b6ef5af1a41b
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:1168407a-fa52-44d9-accd-b445b7c71aaa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:56876e72-c8f3-47bc-900d-16edb94eb56d
ModelInvariantUuid:ca59a3c6-8ab0-430e-9044-2eac9e312758
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:8898e266-9b49-49ff-8dc7-2f7088d5817b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:838b58ee-7abf-4666-bf50-192cb2e989f9
ModelInvariantUuid:dc004596-4f48-4e04-82fd-f53a15182dee
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:87813e62-e9a5-4a08-8f11-a57746fd3184
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=?
2023-01-09T05:48:28.196Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: abd2af28-e2aa-4400-a64a-f1f272de946e
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=?
2023-01-09T05:48:28.200Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0
2023-01-09T05:48:28.201Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: abd2af28-e2aa-4400-a64a-f1f272de946e
2023-01-09T05:48:28.201Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3f1c50d8-1b9d-43a0-a2ea-f3ea316d75d1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-09T05:48:28.201Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-09T05:48:28.201Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:28.250Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-09T05:48:28.251Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 3f1c50d8-1b9d-43a0-a2ea-f3ea316d75d1 1565
2023-01-09T05:48:28.251Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:28.251Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:28.252Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:48:28.252Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:28.254Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:28.254Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243308251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:48:28.354Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:28.354Z||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.
2023-01-09T05:48:28.355Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:28.366Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:28.366Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:48:29.254Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b4f19081-1b58-4a9b-88a7-b6ef5af1a41b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1168407a-fa52-44d9-accd-b445b7c71aaa",
    "vfModuleModelCustomizationUUID": "74b3561d-7b1c-49f8-ba16-0d5e1a8d6d0b",
    "isBase": true,
    "artifacts": [
      "c01f71b6-2597-4642-a6da-f6c165418b19",
      "ee22e15c-9005-4289-8391-4dc172e5b1e1"
    ],
    "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": "652c24e2-aeca-44f9-8710-c799549bb7bb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "11112190-6c30-49c7-b8e9-2beee091eeff",
    "vfModuleModelCustomizationUUID": "eb6a969b-6461-4bcd-9d2f-d359f1b3e242",
    "isBase": false,
    "artifacts": [
      "52427d3b-75f1-438d-81f2-c6490823698b"
    ],
    "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": ""
    }
  }
]
2023-01-09T05:48:29.259Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1168407a-fa52-44d9-accd-b445b7c71aaa
VfModuleModelInvariantUUID:b4f19081-1b58-4a9b-88a7-b6ef5af1a41b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c01f71b6-2597-4642-a6da-f6c165418b19
,
ee22e15c-9005-4289-8391-4dc172e5b1e1

}
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:11112190-6c30-49c7-b8e9-2beee091eeff
VfModuleModelInvariantUUID:652c24e2-aeca-44f9-8710-c799549bb7bb
VfModuleModelDescription:NULL
Artifacts UUID List:{
52427d3b-75f1-438d-81f2-c6490823698b

}
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


}

2023-01-09T05:48:29.260Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b4f19081-1b58-4a9b-88a7-b6ef5af1a41b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1168407a-fa52-44d9-accd-b445b7c71aaa",
    "vfModuleModelCustomizationUUID": "74b3561d-7b1c-49f8-ba16-0d5e1a8d6d0b",
    "isBase": true,
    "artifacts": [
      "c01f71b6-2597-4642-a6da-f6c165418b19",
      "ee22e15c-9005-4289-8391-4dc172e5b1e1"
    ],
    "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": "652c24e2-aeca-44f9-8710-c799549bb7bb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "11112190-6c30-49c7-b8e9-2beee091eeff",
    "vfModuleModelCustomizationUUID": "eb6a969b-6461-4bcd-9d2f-d359f1b3e242",
    "isBase": false,
    "artifacts": [
      "52427d3b-75f1-438d-81f2-c6490823698b"
    ],
    "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": ""
    }
  }
]
2023-01-09T05:48:29.261Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1168407a-fa52-44d9-accd-b445b7c71aaa
VfModuleModelInvariantUUID:b4f19081-1b58-4a9b-88a7-b6ef5af1a41b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c01f71b6-2597-4642-a6da-f6c165418b19
,
ee22e15c-9005-4289-8391-4dc172e5b1e1

}
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:11112190-6c30-49c7-b8e9-2beee091eeff
VfModuleModelInvariantUUID:652c24e2-aeca-44f9-8710-c799549bb7bb
VfModuleModelDescription:NULL
Artifacts UUID List:{
52427d3b-75f1-438d-81f2-c6490823698b

}
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


}

2023-01-09T05:48:29.261Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c01f71b6-2597-4642-a6da-f6c165418b19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-09T05:48:29.261Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-09T05:48:29.261Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:29.303Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-09T05:48:29.304Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml c01f71b6-2597-4642-a6da-f6c165418b19 914
2023-01-09T05:48:29.304Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:29.304Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:29.304Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:48:29.304Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:29.306Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:29.306Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243309304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:48:29.406Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:29.407Z||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.
2023-01-09T05:48:29.407Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:29.420Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:29.420Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:48:30.307Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bba6b578-9655-4262-b035-517b3de48329 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-09T05:48:30.307Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-09T05:48:30.307Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:30.362Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-09T05:48:30.362Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env bba6b578-9655-4262-b035-517b3de48329 12
2023-01-09T05:48:30.362Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:30.362Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:30.362Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:48:30.363Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:30.364Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:30.365Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243310362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:48:30.465Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:48:30.465Z||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.
2023-01-09T05:48:30.466Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:30.480Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:30.480Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:48:31.365Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ee22e15c-9005-4289-8391-4dc172e5b1e1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-09T05:48:31.365Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-09T05:48:31.366Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:31.416Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-09T05:48:31.417Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ee22e15c-9005-4289-8391-4dc172e5b1e1 96
2023-01-09T05:48:31.417Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:31.417Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:31.417Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:48:31.418Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:31.419Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:31.419Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243311417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:48:31.520Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:48:31.520Z||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.
2023-01-09T05:48:31.520Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:31.533Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:31.533Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:48:32.420Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 52427d3b-75f1-438d-81f2-c6490823698b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-09T05:48:32.420Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-09T05:48:32.420Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:32.466Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-09T05:48:32.467Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 52427d3b-75f1-438d-81f2-c6490823698b 20206
2023-01-09T05:48:32.467Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:32.467Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:32.468Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:48:32.468Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:32.470Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:32.470Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243312467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:48:32.570Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:32.571Z||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.
2023-01-09T05:48:32.571Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:32.593Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:32.593Z||pool-115-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:48:33.473Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b5f28c6f-2985-46d6-8338-c19a7a12182a
2023-01-09T05:48:33.474Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 abd2af28-e2aa-4400-a64a-f1f272de946e 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=?
2023-01-09T05:48:33.484Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@364fce77, org.onap.sdc.toscaparser.api.parameters.Input@24b190a3, org.onap.sdc.toscaparser.api.parameters.Input@32ebd798, org.onap.sdc.toscaparser.api.parameters.Input@4d443e8b, org.onap.sdc.toscaparser.api.parameters.Input@5306d22]
2023-01-09T05:48:33.485Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:33.485Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:33.485Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-01-09T05:48:33.486Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4b0cc2b5-d4a5-4fb3-b438-b1666c188b8a
2023-01-09T05:48:33.486Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b0cc2b5-d4a5-4fb3-b438-b1666c188b8a matches Tosca VF Customization UUID: 4b0cc2b5-d4a5-4fb3-b438-b1666c188b8a
2023-01-09T05:48:33.486Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4b0cc2b5-d4a5-4fb3-b438-b1666c188b8a  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=?
2023-01-09T05:48:33.488Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:33.488Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:33.489Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4b0cc2b5-d4a5-4fb3-b438-b1666c188b8a: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-01-09T05:48:33.489Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d4b4a5a
2023-01-09T05:48:33.489Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:33.490Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T05:48:33.490Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eb6a969b-6461-4bcd-9d2f-d359f1b3e242
2023-01-09T05:48:33.490Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eb6a969b-6461-4bcd-9d2f-d359f1b3e242
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=?
2023-01-09T05:48:33.492Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:33.492Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-09T05:48:33.493Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:48:33.493Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:33.493Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-09T05:48:33.493Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:48:33.494Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:33.494Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-09T05:48:33.494Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4b0cc2b5-d4a5-4fb3-b438-b1666c188b8a
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=?
2023-01-09T05:48:33.496Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:33.496Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:33.496Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b5f28c6f-2985-46d6-8338-c19a7a12182a: basic_cnf_macro
2023-01-09T05:48:33.496Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:33.497Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:33.497Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:33.497Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:33.497Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:33.498Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:33.498Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:33.498Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:33.498Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:48:33.498Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:48:33.499Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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 (?, ?, ?, ?, ?)
2023-01-09T05:48:33.553Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro abd2af28-e2aa-4400-a64a-f1f272de946e 2 ASDC deployResourceStructure
2023-01-09T05:48:33.555Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:33.555Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:33.555Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:48:33.556Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:33.557Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:33.558Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243313555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T05:48:33.658Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:33.659Z||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.
2023-01-09T05:48:33.659Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:33.674Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:33.674Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:48:34.558Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:34.558Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:34.559Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:48:34.559Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:34.561Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:34.561Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243314558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T05:48:34.661Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:34.661Z||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.
2023-01-09T05:48:34.661Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:34.675Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:34.676Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:48:35.562Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:35.562Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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)
2023-01-09T05:48:35.562Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-09T05:48:35.562Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:35.564Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:35.564Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243315562,
  "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"
}
2023-01-09T05:48:35.665Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:35.666Z||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.
2023-01-09T05:48:35.666Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:35.681Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:35.681Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:48:36.565Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:36.566Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:36.566Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:48:36.566Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:36.568Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:36.569Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243316565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-09T05:48:36.669Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:36.670Z||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.
2023-01-09T05:48:36.670Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:36.684Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:36.684Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:48:37.569Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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
2023-01-09T05:48:37.570Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||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)
2023-01-09T05:48:37.570Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-09T05:48:37.570Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:37.572Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:37.572Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243317569,
  "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"
}
2023-01-09T05:48:37.672Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:48:37.672Z||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.
2023-01-09T05:48:37.672Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:37.689Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:37.690Z||pool-120-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:48:38.573Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-09T05:48:38.573Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-09T05:48:38.573Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:48:38.573Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:48:38.575Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:48:38.576Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243318573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:48:38.676Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2023-01-09T05:48:38.677Z||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.
2023-01-09T05:48:38.677Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:48:38.692Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:48:38.693Z||pool-121-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:48:39.586Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb105bed-a512-4a17-afa3-76ef70648e88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:48:39.598Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb105bed-a512-4a17-afa3-76ef70648e88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:48:39.601Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:48:39.601Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-09T05:48:39.601Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-09T05:48:39.601Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-09T05:48:39.602Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:48:39.602Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:48:39.602Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:48:39.602Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:48:39.602Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:48:39.603Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-09T05:48:39.607Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-09T05:49:09.608Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb105bed-a512-4a17-afa3-76ef70648e88 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=?
2023-01-09T05:49:09.616Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb105bed-a512-4a17-afa3-76ef70648e88 and serviceModelVersionId: b5f28c6f-2985-46d6-8338-c19a7a12182a
2023-01-09T05:49:09.616Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32d08c2b-3f2e-4910-9457-7fb78365a1b5
2023-01-09T05:49:09.618Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32d08c2b-3f2e-4910-9457-7fb78365a1b5/model-vers/model-ver/b5f28c6f-2985-46d6-8338-c19a7a12182a?depth=0
2023-01-09T05:49:09.622Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-01-09T05:49:09.665Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32d08c2b-3f2e-4910-9457-7fb78365a1b5/model-vers/model-ver/b5f28c6f-2985-46d6-8338-c19a7a12182a?depth=0|INFO|500||Invoke
2023-01-09T05:49:09.665Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32d08c2b-3f2e-4910-9457-7fb78365a1b5/model-vers/model-ver/b5f28c6f-2985-46d6-8338-c19a7a12182a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32d08c2b-3f2e-4910-9457-7fb78365a1b5/model-vers/model-ver/b5f28c6f-2985-46d6-8338-c19a7a12182a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb105bed-a512-4a17-afa3-76ef70648e88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[713a9784-b6d8-4e81-93a7-1cfce9e0b65a], X-ECOMP-RequestID=[cb105bed-a512-4a17-afa3-76ef70648e88], X-TransactionId=[], X-ONAP-RequestID=[cb105bed-a512-4a17-afa3-76ef70648e88], Content-Type=[application/merge-patch+json]}
2023-01-09T05:49:09.684Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32d08c2b-3f2e-4910-9457-7fb78365a1b5/model-vers/model-ver/b5f28c6f-2985-46d6-8338-c19a7a12182a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-09T05:49:09.906Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32d08c2b-3f2e-4910-9457-7fb78365a1b5/model-vers/model-ver/b5f28c6f-2985-46d6-8338-c19a7a12182a?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/32d08c2b-3f2e-4910-9457-7fb78365a1b5/model-vers/model-ver/b5f28c6f-2985-46d6-8338-c19a7a12182a?depth=0 has http status code:200 and response headers:{date=[Mon, 09 Jan 2023 05:49:10 GMT], content-length=[0], vertex-id=[426136], x-aai-txid=[2-aai-resources-230109-05:49:10:237-62078], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-09T05:49:09.907Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32d08c2b-3f2e-4910-9457-7fb78365a1b5/model-vers/model-ver/b5f28c6f-2985-46d6-8338-c19a7a12182a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-09T05:49:09.908Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32d08c2b-3f2e-4910-9457-7fb78365a1b5/model-vers/model-ver/b5f28c6f-2985-46d6-8338-c19a7a12182a?depth=0|INFO|500||InvokeReturn
2023-01-09T05:49:09.908Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-09T05:49:09.908Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-09T05:49:09.914Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-09T05:49:09.914Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb105bed-a512-4a17-afa3-76ef70648e88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-09T05:49:09.915Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-09T05:49:09.915Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:49:09.917Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:49:09.917Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243349914,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:49:10.017Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:49:10.018Z||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.
2023-01-09T05:49:10.018Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:49:10.031Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:49:10.031Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-09T05:49:14.843Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:49:14.844Z|cb105bed-a512-4a17-afa3-76ef70648e88|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.
2023-01-09T05:49:14.844Z|cb105bed-a512-4a17-afa3-76ef70648e88|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:49:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:49:14.845Z||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.
2023-01-09T05:49:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:49:14.989Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:49:14.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:49:14.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:49:14.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:49:24.436Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:50:14.843Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:50:14.844Z|cb105bed-a512-4a17-afa3-76ef70648e88|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.
2023-01-09T05:50:14.844Z|cb105bed-a512-4a17-afa3-76ef70648e88|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:50:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:50:14.846Z||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.
2023-01-09T05:50:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:50:15.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:50:15.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T05:50:15.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:50:15.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:50:15.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:50:15.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:50:15.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:50:15.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-09T05:50:15.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:50:15.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-09T05:50:15.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:50:15.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-09T05:50:15.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:50:15.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:50:15.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:50:15.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:50:15.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:50:15.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243294843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:50:15.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:50:15.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243305680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:50:15.381Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:50:15.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243308251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:50:15.381Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:50:15.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243309304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:50:15.381Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:50:15.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243310362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:50:15.381Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:50:15.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243311417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:50:15.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:50:15.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243312467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:50:15.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:50:15.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243313555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T05:50:15.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:50:15.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243314558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T05:50:15.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:50:15.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243315562,
  "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"
}
2023-01-09T05:50:15.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:50:15.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243316565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-09T05:50:15.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:50:15.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243317569,
  "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"
}
2023-01-09T05:50:15.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:50:15.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243318573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:50:15.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:50:15.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:50:15.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb105bed-a512-4a17-afa3-76ef70648e88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243349914,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:50:15.384Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:50:24.415Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:14.843Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:51:14.844Z|cb105bed-a512-4a17-afa3-76ef70648e88|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.
2023-01-09T05:51:14.844Z|cb105bed-a512-4a17-afa3-76ef70648e88|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:51:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:51:14.846Z||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.
2023-01-09T05:51:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:51:15.517Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:15.517Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:15.518Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.518Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"23db27ca-dd20-403c-9b2b-2de09850484b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"149e9420-5544-42ff-b580-083f57802c80","serviceDescription":"service","serviceInvariantUUID":"07425097-c3b8-4db6-b44e-df531bbf8d0b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fae97050-5960-4112-8698-58272e14c52f","resourceInvariantUUID":"06c4226d-95d0-43a4-9f33-9e6689b1c9a5","resourceCustomizationUUID":"807ba0c3-0412-461d-88c2-06677243891f","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":"M2NhODUzNWM0NzcyNTIxZDE1N2Q0MTc5Njk4ODRhNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ef1175a-e7b6-4d76-9a29-d7a61c92c71b","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":"7deaca0c-5cae-47a5-840f-f4fba95ace64","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":"3739b157-27ee-4e68-8988-cf9f49a3c6df","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":"NzYzYWU3NDY0MzI3MDRhZTM3ZTlkYjAwNDUwOGJiODE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a202db3b-7093-46a2-9832-37252d8e5e6b","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":"0e4a6aab-4c96-4b0c-81aa-ae38ae587214","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":"64082f3e-14e9-4e63-9bcd-0a5ccfc3f7ab","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":"d594ffe8-9bb5-4e8f-99b3-b2b551edcb37","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":"ZTZhMTFmMGY3YzU5YTY2N2UyYjAzYWRhMzU4NmJiZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c073be09-8cec-4c3d-bb0f-3a0e81da8e5b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmE3OTIyMzFmMzY5MGJkNzc1ODMwMmEwN2Y1MGUyOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d8452476-3679-4561-a7e6-f99bf2b0fb9b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-09T05:51:15.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243421835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "aai-ml",
  "timestamp": 1673243420184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243428487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "aai-ml",
  "timestamp": 1673243420184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243421835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243428487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "aai-ml",
  "timestamp": 1673243420184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243421835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.524Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:51:15.524Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:51:15.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243428487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243421835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "aai-ml",
  "timestamp": 1673243420184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243428487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243421835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "aai-ml",
  "timestamp": 1673243420184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243428487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "cds",
  "timestamp": 1673243433597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243421835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "aai-ml",
  "timestamp": 1673243420184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243428487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "cds",
  "timestamp": 1673243433597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243421835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:51:15.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "aai-ml",
  "timestamp": 1673243420184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243428487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "cds",
  "timestamp": 1673243433597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243436244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243421835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "aai-ml",
  "timestamp": 1673243420184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243428487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "cds",
  "timestamp": 1673243433597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243436244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "aai-ml",
  "timestamp": 1673243420184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:51:15.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.531Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:51:15.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243421835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243428487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:51:15.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "cds",
  "timestamp": 1673243433597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.532Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243436244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243438738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:51:15.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:51:15.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "aai-ml",
  "timestamp": 1673243439147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:51:15.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:51:15.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243440838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:51:15.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:51:15.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "cds",
  "timestamp": 1673243433597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243436244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243441888,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T05:51:15.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:51:15.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "cds",
  "timestamp": 1673243433597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243436244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243440632,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:51:15.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:51:15.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243442938,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-09T05:51:15.556Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 23db27ca-dd20-403c-9b2b-2de09850484b
2023-01-09T05:51:15.556Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23db27ca-dd20-403c-9b2b-2de09850484b 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 (?, ?, ?, ?, ?)
2023-01-09T05:51:15.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "cds",
  "timestamp": 1673243433597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243436244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243441636,
  "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=?
2023-01-09T05:51:15.595Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23db27ca-dd20-403c-9b2b-2de09850484b
2023-01-09T05:51:15.595Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23db27ca-dd20-403c-9b2b-2de09850484b 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 (?, ?, ?, ?, ?)
2023-01-09T05:51:15.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "cds",
  "timestamp": 1673243433597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:51:15.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243436244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "cds",
  "timestamp": 1673243443350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:51:15.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:51:15.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243436244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:15.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "aai-ml",
  "timestamp": 1673243444302,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:51:15.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:51:15.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243436244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:51:15.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:51:15.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "cds",
  "timestamp": 1673243444619,
  "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=?
2023-01-09T05:51:15.615Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23db27ca-dd20-403c-9b2b-2de09850484b
2023-01-09T05:51:15.615Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23db27ca-dd20-403c-9b2b-2de09850484b 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 (?, ?, ?, ?, ?)
2023-01-09T05:51:15.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-09T05:51:15.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "aai-ml",
  "timestamp": 1673243445306,
  "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=?
2023-01-09T05:51:15.630Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23db27ca-dd20-403c-9b2b-2de09850484b
2023-01-09T05:51:15.630Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23db27ca-dd20-403c-9b2b-2de09850484b and ComponentName AAI
2023-01-09T05:51:15.631Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:51:15.632Z||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.
2023-01-09T05:51:15.632Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-09T05:51:15.663Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:15.663Z||pool-123-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:51:16.533Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:51:16.533Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:51:16.536Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:51:16.536Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:16.636Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:51:16.637Z||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.
2023-01-09T05:51:16.637Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:51:16.649Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:16.650Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":2,"count":1}
2023-01-09T05:51:17.536Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:51:17.537Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:51:17.539Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:51:17.539Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:17.639Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:51:17.640Z||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.
2023-01-09T05:51:17.640Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:51:17.654Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:17.655Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:51:18.540Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:51:18.540Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:51:18.542Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:51:18.542Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:18.642Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:51:18.643Z||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.
2023-01-09T05:51:18.643Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:51:18.655Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:18.656Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:51:19.543Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:51:19.543Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:51:19.545Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:51:19.545Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:19.645Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:51:19.646Z||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.
2023-01-09T05:51:19.646Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:51:19.669Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:19.669Z||pool-127-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:51:20.546Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:51:20.546Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:51:20.548Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:51:20.548Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:20.648Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:51:20.649Z||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.
2023-01-09T05:51:20.649Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:51:20.684Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:20.684Z||pool-128-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:51:21.549Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:51:21.549Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:51:21.551Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:51:21.552Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:21.654Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-09T05:51:21.654Z||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.
2023-01-09T05:51:21.655Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:51:21.684Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:21.684Z||pool-129-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:51:22.552Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:51:22.553Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:51:22.554Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:51:22.555Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:51:22.655Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:51:22.655Z||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.
2023-01-09T05:51:22.655Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:51:22.676Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:22.676Z||pool-130-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:51:23.555Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:51:23.556Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:51:23.558Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:51:23.558Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:51:23.658Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:51:23.659Z||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.
2023-01-09T05:51:23.659Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:51:23.672Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:23.672Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:51:24.559Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "149e9420-5544-42ff-b580-083f57802c80",
  "serviceDescription": "service",
  "serviceInvariantUUID": "07425097-c3b8-4db6-b44e-df531bbf8d0b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "807ba0c3-0412-461d-88c2-06677243891f",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fae97050-5960-4112-8698-58272e14c52f",
      "resourceInvariantUUID": "06c4226d-95d0-43a4-9f33-9e6689b1c9a5",
      "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": "ZmE3OTIyMzFmMzY5MGJkNzc1ODMwMmEwN2Y1MGUyOTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d8452476-3679-4561-a7e6-f99bf2b0fb9b"
    }
  ],
  "workloadContext": "Production"
}
2023-01-09T05:51:24.560Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-09T05:51:24.561Z|cb105bed-a512-4a17-afa3-76ef70648e88|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 149e9420-5544-42ff-b580-083f57802c80 ASDC
2023-01-09T05:51:24.562Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23db27ca-dd20-403c-9b2b-2de09850484b
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:149e9420-5544-42ff-b580-083f57802c80
ServiceInvariantUUID:07425097-c3b8-4db6-b44e-df531bbf8d0b
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:d8452476-3679-4561-a7e6-f99bf2b0fb9b
ArtifactChecksum:ZmE3OTIyMzFmMzY5MGJkNzc1ODMwMmEwN2Y1MGUyOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:807ba0c3-0412-461d-88c2-06677243891f
ResourceInvariantUUID:06c4226d-95d0-43a4-9f33-9e6689b1c9a5
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:fae97050-5960-4112-8698-58272e14c52f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-09T05:51:24.563Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 149e9420-5544-42ff-b580-083f57802c80 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=?
2023-01-09T05:51:24.643Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:51:24.643Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-09T05:51:24.644Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-09T05:51:24.644Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d8452476-3679-4561-a7e6-f99bf2b0fb9b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-09T05:51:24.644Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-09T05:51:24.645Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-09T05:51:24.704Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-09T05:51:24.708Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d8452476-3679-4561-a7e6-f99bf2b0fb9b 110875
2023-01-09T05:51:24.709Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-01-09T05:51:24.709Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-09T05:51:24.709Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:51:24.709Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:51:24.711Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:51:24.711Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243484709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:51:24.811Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:51:24.812Z||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.
2023-01-09T05:51:24.812Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:51:24.835Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:24.836Z||pool-132-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:51:25.712Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:51:25.712Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-09T05:51:25.713Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d8452476-3679-4561-a7e6-f99bf2b0fb9b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-09T05:51:25.713Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-01-09T05:51:25.714Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-09T05:51:25.714Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-09T05:51:25.811Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18281012984509995803/Definitions/service-TestPnfMacro-template.yml
2023-01-09T05:51:26.552Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-09T05:51:26.552Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-09T05:51:26.552Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-09T05:51:26.553Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-09T05:51:26.553Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||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
2023-01-09T05:51:26.553Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||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
2023-01-09T05:51:26.553Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||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
2023-01-09T05:51:26.553Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||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
2023-01-09T05:51:26.553Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-09T05:51:26.553Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-09T05:51:26.554Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-09T05:51:26.554Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-09T05:51:26.554Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:51:26.555Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:51:26.555Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-09T05:51:26.555Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-09T05:51:26.555Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:51:26.556Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:51:26.556Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:51:26.556Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-09T05:51:26.556Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-09T05:51:26.556Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:51:26.557Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:51:26.557Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:51:26.557Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:51:26.557Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:51:26.557Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:51:26.557Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:51:26.558Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:51:26.558Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:51:26.558Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:51:26.558Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:51:26.558Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:149e9420-5544-42ff-b580-083f57802c80
Model Version:NULL
Model InvariantUuid:07425097-c3b8-4db6-b44e-df531bbf8d0b
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=?
2023-01-09T05:51:26.566Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: fae97050-5960-4112-8698-58272e14c52f
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=?
2023-01-09T05:51:26.569Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||test-pnf 0
2023-01-09T05:51:26.569Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fae97050-5960-4112-8698-58272e14c52f
2023-01-09T05:51:26.569Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 149e9420-5544-42ff-b580-083f57802c80
2023-01-09T05:51:26.569Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 149e9420-5544-42ff-b580-083f57802c80
2023-01-09T05:51:26.570Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 fae97050-5960-4112-8698-58272e14c52f 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=?
2023-01-09T05:51:26.573Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c30090, org.onap.sdc.toscaparser.api.parameters.Input@1ce3a2e5, org.onap.sdc.toscaparser.api.parameters.Input@53346bc4, org.onap.sdc.toscaparser.api.parameters.Input@5b01f785, org.onap.sdc.toscaparser.api.parameters.Input@42dfabf5]
2023-01-09T05:51:26.574Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:51:26.574Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:51:26.574Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 149e9420-5544-42ff-b580-083f57802c80: test-pnf
2023-01-09T05:51:26.574Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||Processing PNF resource: fae97050-5960-4112-8698-58272e14c52f
2023-01-09T05:51:26.575Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:51:26.575Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:51:26.575Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||Resource customization UUID: 807ba0c3-0412-461d-88c2-06677243891f is the same as notified resource customizationUUID: 807ba0c3-0412-461d-88c2-06677243891f
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 (?, ?)
2023-01-09T05:51:26.617Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf fae97050-5960-4112-8698-58272e14c52f 0 ASDC deployResourceStructure
2023-01-09T05:51:26.618Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-01-09T05:51:26.618Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-09T05:51:26.618Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:51:26.618Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:51:26.620Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:51:26.620Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243486618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:51:26.721Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:51:26.721Z||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.
2023-01-09T05:51:26.721Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:51:26.741Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:26.741Z||pool-133-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:51:27.621Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23db27ca-dd20-403c-9b2b-2de09850484b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:51:27.634Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23db27ca-dd20-403c-9b2b-2de09850484b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:51:27.638Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:51:27.639Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-09T05:51:27.639Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-09T05:51:27.639Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-09T05:51:27.640Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:51:27.640Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:51:27.640Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:51:27.640Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:51:27.641Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:51:27.641Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-09T05:51:27.647Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-09T05:51:57.648Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23db27ca-dd20-403c-9b2b-2de09850484b 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=?
2023-01-09T05:51:57.655Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23db27ca-dd20-403c-9b2b-2de09850484b and serviceModelVersionId: 149e9420-5544-42ff-b580-083f57802c80
2023-01-09T05:51:57.655Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07425097-c3b8-4db6-b44e-df531bbf8d0b
2023-01-09T05:51:57.656Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07425097-c3b8-4db6-b44e-df531bbf8d0b/model-vers/model-ver/149e9420-5544-42ff-b580-083f57802c80?depth=0
2023-01-09T05:51:57.665Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-01-09T05:51:57.697Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07425097-c3b8-4db6-b44e-df531bbf8d0b/model-vers/model-ver/149e9420-5544-42ff-b580-083f57802c80?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]}
2023-01-09T05:51:57.699Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07425097-c3b8-4db6-b44e-df531bbf8d0b/model-vers/model-ver/149e9420-5544-42ff-b580-083f57802c80?depth=0|INFO|500||Invoke
2023-01-09T05:51:57.715Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07425097-c3b8-4db6-b44e-df531bbf8d0b/model-vers/model-ver/149e9420-5544-42ff-b580-083f57802c80?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-09T05:51:57.797Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07425097-c3b8-4db6-b44e-df531bbf8d0b/model-vers/model-ver/149e9420-5544-42ff-b580-083f57802c80?depth=0|INFO|500||InvokeReturn
2023-01-09T05:51:57.798Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07425097-c3b8-4db6-b44e-df531bbf8d0b/model-vers/model-ver/149e9420-5544-42ff-b580-083f57802c80?depth=0 has http status code:200 and response headers:{date=[Mon, 09 Jan 2023 05:51:58 GMT], content-length=[0], vertex-id=[249920], x-aai-txid=[0-aai-resources-230109-05:51:58:264-8628], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-09T05:51:57.799Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-01-09T05:51:57.800Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-09T05:51:57.800Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-09T05:51:57.805Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-09T05:51:57.805Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23db27ca-dd20-403c-9b2b-2de09850484b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-09T05:51:57.806Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-09T05:51:57.806Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:51:57.808Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:51:57.808Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243517805,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:51:57.908Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:51:57.908Z||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.
2023-01-09T05:51:57.908Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:51:57.937Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:51:57.938Z||pool-134-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-09T05:52:14.843Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:52:14.844Z|23db27ca-dd20-403c-9b2b-2de09850484b|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.
2023-01-09T05:52:14.844Z|23db27ca-dd20-403c-9b2b-2de09850484b|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:52:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:52:14.845Z||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.
2023-01-09T05:52:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:52:14.994Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:52:14.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-09T05:52:14.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:52:14.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:52:24.413Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:14.844Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:53:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:53:14.846Z|23db27ca-dd20-403c-9b2b-2de09850484b|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.
2023-01-09T05:53:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:53:14.846Z|23db27ca-dd20-403c-9b2b-2de09850484b|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:14.890Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:14.890Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:53:14.891Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:53:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:53:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:53:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:53:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:53:14.892Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:53:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:53:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:53:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:53:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:53:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:53:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:53:14.893Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:53:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:53:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:53:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:53:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:53:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:53:14.894Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:53:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:53:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:53:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243474843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:53:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:53:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:53:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243484709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:53:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:53:14.895Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:53:14.896Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243486618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:53:14.896Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:53:14.896Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:53:14.896Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23db27ca-dd20-403c-9b2b-2de09850484b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243517805,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:53:14.896Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:53:15.493Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:15.493Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-09T05:53:15.494Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a6b7c80-a2d0-49b2-94e9-2ce20db23556","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"05c8536f-a70d-476b-afe4-95da1e752477","serviceDescription":"service","serviceInvariantUUID":"62d0c1c7-bfe5-41b6-afe3-451f1332b313","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8bcf52fb-8978-4ed1-ab3b-61330bef5941","resourceInvariantUUID":"51c9f4ac-cc31-4fd4-ae38-5f8835cdc035","resourceCustomizationUUID":"a1f7dca4-ba4b-4370-abbb-038d6a514014","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":"OGU1YTU5NTMyYzJhNTRkZmZiNTlhNGUxMWRmNDIzZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b554237f-535b-4c85-a8d8-78ab0559007b","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":"YWY3ZTRmMzU1ZmMzYjYwYTQ4ZGFlMzI5OGFmMTRiMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2ab74e22-c138-48b7-b444-6ae8c24ffe5c","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":"db8298bb-1fd3-4dbe-ae85-f0e877054118","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":"a0b72a3d-50e2-4118-bfbf-29f6476096fd","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":"e0ad4bd8-69ac-4dbf-9839-2a4ba25abe42","artifactVersion":"2","generatedFromUUID":"db8298bb-1fd3-4dbe-ae85-f0e877054118"},{"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":"ZDI3NjIzOGVmNjVkNjlkOTlmMzY1ZWIxMGNlYWQ5OTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"38f52b3c-8de8-492d-87d9-97d600532d1e","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":"YWU0N2IzMzEwNjA5MDVhMWMwY2FiYjhhYTQyY2U4NGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f532b7c-b128-4cf1-b5a6-31b75cedbb2a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2U4Njc4YjQ1MjUyZTI3YmIyNDVkMjlkZjQyZDhkODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69967b2b-5b46-4d60-ba52-1eb595286233","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-09T05:53:15.496Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:53:15.497Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:15.501Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:15.501Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:53:15.601Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:53:15.602Z||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.
2023-01-09T05:53:15.602Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:15.618Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:15.618Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:53:16.502Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:53:16.502Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:16.504Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:16.504Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T05:53:16.604Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:53:16.605Z||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.
2023-01-09T05:53:16.605Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:16.635Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:16.635Z||pool-136-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:53:17.504Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:53:17.505Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:17.507Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:17.507Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:53:17.607Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:53:17.608Z||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.
2023-01-09T05:53:17.608Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:17.628Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:17.628Z||pool-137-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:53:18.508Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:53:18.508Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:18.510Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:18.511Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:53:18.611Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:53:18.611Z||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.
2023-01-09T05:53:18.611Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:18.621Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:18.622Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:53:19.511Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:53:19.512Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:19.514Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:19.514Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-09T05:53:19.614Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:53:19.615Z||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.
2023-01-09T05:53:19.615Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:19.627Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:19.628Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:53:20.515Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:53:20.515Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:20.517Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:20.517Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:53:20.617Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:53:20.618Z||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.
2023-01-09T05:53:20.618Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:20.631Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:20.631Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:53:21.518Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:53:21.518Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:21.520Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:21.520Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:53:21.623Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-09T05:53:21.624Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-09T05:53:21.624Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:21.642Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:21.642Z||pool-141-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:53:22.522Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-09T05:53:22.522Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:22.524Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:22.525Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:53:22.625Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:53:22.626Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-09T05:53:22.626Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:22.649Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:22.649Z||pool-142-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:53:23.526Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "05c8536f-a70d-476b-afe4-95da1e752477",
  "serviceDescription": "service",
  "serviceInvariantUUID": "62d0c1c7-bfe5-41b6-afe3-451f1332b313",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a1f7dca4-ba4b-4370-abbb-038d6a514014",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8bcf52fb-8978-4ed1-ab3b-61330bef5941",
      "resourceInvariantUUID": "51c9f4ac-cc31-4fd4-ae38-5f8835cdc035",
      "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": "YWY3ZTRmMzU1ZmMzYjYwYTQ4ZGFlMzI5OGFmMTRiMjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2ab74e22-c138-48b7-b444-6ae8c24ffe5c",
          "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": "db8298bb-1fd3-4dbe-ae85-f0e877054118",
          "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": "e0ad4bd8-69ac-4dbf-9839-2a4ba25abe42",
            "generatedFromUUID": "db8298bb-1fd3-4dbe-ae85-f0e877054118"
          },
          "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": "e0ad4bd8-69ac-4dbf-9839-2a4ba25abe42",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2U4Njc4YjQ1MjUyZTI3YmIyNDVkMjlkZjQyZDhkODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "69967b2b-5b46-4d60-ba52-1eb595286233"
    }
  ],
  "workloadContext": "Production"
}
2023-01-09T05:53:23.526Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-09T05:53:23.526Z|23db27ca-dd20-403c-9b2b-2de09850484b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 05c8536f-a70d-476b-afe4-95da1e752477 ASDC
2023-01-09T05:53:23.527Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6a6b7c80-a2d0-49b2-94e9-2ce20db23556
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:05c8536f-a70d-476b-afe4-95da1e752477
ServiceInvariantUUID:62d0c1c7-bfe5-41b6-afe3-451f1332b313
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:69967b2b-5b46-4d60-ba52-1eb595286233
ArtifactChecksum:N2U4Njc4YjQ1MjUyZTI3YmIyNDVkMjlkZjQyZDhkODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a1f7dca4-ba4b-4370-abbb-038d6a514014
ResourceInvariantUUID:51c9f4ac-cc31-4fd4-ae38-5f8835cdc035
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8bcf52fb-8978-4ed1-ab3b-61330bef5941
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:2ab74e22-c138-48b7-b444-6ae8c24ffe5c
ArtifactChecksum:YWY3ZTRmMzU1ZmMzYjYwYTQ4ZGFlMzI5OGFmMTRiMjY=
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:db8298bb-1fd3-4dbe-ae85-f0e877054118
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:e0ad4bd8-69ac-4dbf-9839-2a4ba25abe42
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:e0ad4bd8-69ac-4dbf-9839-2a4ba25abe42
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-09T05:53:23.528Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05c8536f-a70d-476b-afe4-95da1e752477 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 (?, ?, ?, ?, ?)
2023-01-09T05:53:23.573Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:53:23.577Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-09T05:53:23.577Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-09T05:53:23.577Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 69967b2b-5b46-4d60-ba52-1eb595286233 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-09T05:53:23.577Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-09T05:53:23.578Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-09T05:53:23.664Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-09T05:53:23.668Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 69967b2b-5b46-4d60-ba52-1eb595286233 82631
2023-01-09T05:53:23.668Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-09T05:53:23.668Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-09T05:53:23.668Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:53:23.669Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:23.671Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:23.671Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243603668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:53:23.771Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:53:23.772Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-09T05:53:23.772Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:23.787Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:23.787Z||pool-143-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:53:24.671Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-09T05:53:24.672Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-09T05:53:24.672Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 69967b2b-5b46-4d60-ba52-1eb595286233, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-09T05:53:24.673Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-01-09T05:53:24.673Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-09T05:53:24.673Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-09T05:53:24.905Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2616093527893885706/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-01-09T05:53:26.407Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-09T05:53:26.407Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-09T05:53:26.408Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-09T05:53:26.408Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-09T05:53:26.408Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:26.408Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-09T05:53:26.408Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-09T05:53:26.408Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-09T05:53:26.408Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-09T05:53:26.408Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-09T05:53:26.408Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-09T05:53:26.408Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-09T05:53:26.408Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:26.409Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:26.409Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-09T05:53:26.409Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-09T05:53:26.409Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:53:26.410Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:26.410Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:26.410Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-09T05:53:26.410Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-09T05:53:26.410Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-09T05:53:26.410Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:26.410Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:26.410Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:26.411Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-09T05:53:26.411Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-09T05:53:26.411Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-09T05:53:26.411Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-09T05:53:26.411Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-09T05:53:26.411Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-09T05:53:26.411Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:26.412Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T05:53:26.412Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:26.412Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-09T05:53:26.412Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:53:26.412Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:26.412Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-09T05:53:26.413Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:53:26.413Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:26.413Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-09T05:53:26.413Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:53:26.413Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:26.413Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-09T05:53:26.413Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-09T05:53:26.413Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-09T05:53:26.414Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8c04893d-5429-4cea-ba3d-3ada2e8da282
2023-01-09T05:53:26.414Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:26.414Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:26.414Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:26.414Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:26.414Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:26.415Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:26.415Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:26.415Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:26.415Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:05c8536f-a70d-476b-afe4-95da1e752477
Model Version:NULL
Model InvariantUuid:62d0c1c7-bfe5-41b6-afe3-451f1332b313
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:4814f35e-fe6b-440d-b6a2-bd4d64e371e6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:51c9f4ac-cc31-4fd4-ae38-5f8835cdc035
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a1f7dca4-ba4b-4370-abbb-038d6a514014
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315ff8b0-125d-442d-9a07-0b77f34a8c26
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:34d484e3-997c-417c-9f35-ff1e160753ad
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8c04893d-5429-4cea-ba3d-3ada2e8da282
ModelInvariantUuid:8a34b83d-d03b-4805-89d6-6b61db852d1a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:f015743b-dff0-468d-b7af-e5fd273557d5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:345896f3-e9e5-4b8a-b19a-63e771bfa6a4
ModelInvariantUuid:3be31ad9-b547-4a83-89d4-49d7ec4d8b1b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:db86b73c-74d3-48f9-bf8d-336443371009
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=?
2023-01-09T05:53:26.422Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 8bcf52fb-8978-4ed1-ab3b-61330bef5941
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=?
2023-01-09T05:53:26.426Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2023-01-09T05:53:26.426Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8bcf52fb-8978-4ed1-ab3b-61330bef5941
2023-01-09T05:53:26.426Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2ab74e22-c138-48b7-b444-6ae8c24ffe5c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-09T05:53:26.426Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-09T05:53:26.426Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:26.483Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-09T05:53:26.483Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2ab74e22-c138-48b7-b444-6ae8c24ffe5c 792
2023-01-09T05:53:26.483Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:26.483Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:26.484Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:53:26.484Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:26.485Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:26.485Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243606483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:53:26.586Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:53:26.586Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-09T05:53:26.586Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:26.618Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:26.618Z||pool-144-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:53:27.486Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "315ff8b0-125d-442d-9a07-0b77f34a8c26",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34d484e3-997c-417c-9f35-ff1e160753ad",
    "vfModuleModelCustomizationUUID": "7d3203a0-1700-4328-a1d4-a7ff3040ad30",
    "isBase": true,
    "artifacts": [
      "db8298bb-1fd3-4dbe-ae85-f0e877054118",
      "e0ad4bd8-69ac-4dbf-9839-2a4ba25abe42"
    ],
    "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": ""
    }
  }
]
2023-01-09T05:53:27.490Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34d484e3-997c-417c-9f35-ff1e160753ad
VfModuleModelInvariantUUID:315ff8b0-125d-442d-9a07-0b77f34a8c26
VfModuleModelDescription:NULL
Artifacts UUID List:{
db8298bb-1fd3-4dbe-ae85-f0e877054118
,
e0ad4bd8-69ac-4dbf-9839-2a4ba25abe42

}
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


}

2023-01-09T05:53:27.491Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "315ff8b0-125d-442d-9a07-0b77f34a8c26",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34d484e3-997c-417c-9f35-ff1e160753ad",
    "vfModuleModelCustomizationUUID": "7d3203a0-1700-4328-a1d4-a7ff3040ad30",
    "isBase": true,
    "artifacts": [
      "db8298bb-1fd3-4dbe-ae85-f0e877054118",
      "e0ad4bd8-69ac-4dbf-9839-2a4ba25abe42"
    ],
    "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": ""
    }
  }
]
2023-01-09T05:53:27.491Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34d484e3-997c-417c-9f35-ff1e160753ad
VfModuleModelInvariantUUID:315ff8b0-125d-442d-9a07-0b77f34a8c26
VfModuleModelDescription:NULL
Artifacts UUID List:{
db8298bb-1fd3-4dbe-ae85-f0e877054118
,
e0ad4bd8-69ac-4dbf-9839-2a4ba25abe42

}
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


}

2023-01-09T05:53:27.491Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: db8298bb-1fd3-4dbe-ae85-f0e877054118 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-09T05:53:27.491Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-09T05:53:27.491Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:27.545Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-09T05:53:27.546Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml db8298bb-1fd3-4dbe-ae85-f0e877054118 5033
2023-01-09T05:53:27.546Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:27.546Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:27.546Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:53:27.546Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:27.548Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:27.548Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243607546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:53:27.648Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-09T05:53:27.649Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-09T05:53:27.649Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:27.664Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:27.664Z||pool-145-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:53:28.549Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e0ad4bd8-69ac-4dbf-9839-2a4ba25abe42 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-09T05:53:28.549Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-09T05:53:28.549Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:28.599Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-09T05:53:28.600Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e0ad4bd8-69ac-4dbf-9839-2a4ba25abe42 903
2023-01-09T05:53:28.600Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:28.600Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:28.600Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-09T05:53:28.600Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:28.603Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:28.603Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243608600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:53:28.703Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:53:28.704Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-09T05:53:28.704Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:28.718Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:28.719Z||pool-146-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:53:29.604Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 05c8536f-a70d-476b-afe4-95da1e752477
2023-01-09T05:53:29.604Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8bcf52fb-8978-4ed1-ab3b-61330bef5941 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=?
2023-01-09T05:53:29.617Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6eae7555, org.onap.sdc.toscaparser.api.parameters.Input@686fb189, org.onap.sdc.toscaparser.api.parameters.Input@2d1332d5, org.onap.sdc.toscaparser.api.parameters.Input@299554cf, org.onap.sdc.toscaparser.api.parameters.Input@348c8875]
2023-01-09T05:53:29.619Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:29.619Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:29.619Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-01-09T05:53:29.619Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= a1f7dca4-ba4b-4370-abbb-038d6a514014
2023-01-09T05:53:29.620Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a1f7dca4-ba4b-4370-abbb-038d6a514014 matches Tosca VF Customization UUID: a1f7dca4-ba4b-4370-abbb-038d6a514014
2023-01-09T05:53:29.620Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: a1f7dca4-ba4b-4370-abbb-038d6a514014  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=?
2023-01-09T05:53:29.622Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:29.622Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:29.623Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id a1f7dca4-ba4b-4370-abbb-038d6a514014: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-01-09T05:53:29.623Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@167b92ae
2023-01-09T05:53:29.623Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:29.624Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-09T05:53:29.624Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7d3203a0-1700-4328-a1d4-a7ff3040ad30
2023-01-09T05:53:29.624Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7d3203a0-1700-4328-a1d4-a7ff3040ad30
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=?
2023-01-09T05:53:29.626Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:29.626Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-09T05:53:29.627Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:53:29.627Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:29.628Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-09T05:53:29.628Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:53:29.628Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:29.629Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-09T05:53:29.629Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-09T05:53:29.629Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-09T05:53:29.630Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8c04893d-5429-4cea-ba3d-3ada2e8da282
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=?
2023-01-09T05:53:29.632Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:29.632Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-09T05:53:29.632Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-09T05:53:29.632Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:29.633Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-09T05:53:29.633Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a1f7dca4-ba4b-4370-abbb-038d6a514014
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=?
2023-01-09T05:53:29.634Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:29.635Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:29.635Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 05c8536f-a70d-476b-afe4-95da1e752477: basic_vm_macro
2023-01-09T05:53:29.635Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:29.635Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:29.635Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:29.636Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:29.636Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:29.636Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:29.636Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:29.636Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:29.636Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-09T05:53:29.637Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-09T05:53:29.637Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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 (?, ?, ?, ?, ?)
2023-01-09T05:53:29.736Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8bcf52fb-8978-4ed1-ab3b-61330bef5941 1 ASDC deployResourceStructure
2023-01-09T05:53:29.736Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:29.737Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:29.737Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:53:29.738Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:29.740Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:29.740Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243609736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T05:53:29.841Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-09T05:53:29.842Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-09T05:53:29.842Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:29.855Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:29.856Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:53:30.741Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:30.741Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:30.742Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:53:30.742Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:30.744Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:30.744Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243610741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T05:53:30.844Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:53:30.845Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-09T05:53:30.845Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:30.859Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:30.861Z||pool-148-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:53:31.744Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:31.745Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||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
2023-01-09T05:53:31.745Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:53:31.745Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:31.747Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:31.747Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243611744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-09T05:53:31.847Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:53:31.848Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-09T05:53:31.848Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:31.866Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:31.866Z||pool-149-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-09T05:53:32.748Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-09T05:53:32.748Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-09T05:53:32.748Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-09T05:53:32.749Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:53:32.750Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:53:32.750Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243612748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:53:32.851Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-09T05:53:32.851Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-09T05:53:32.851Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:53:32.864Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:53:32.865Z||pool-150-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-09T05:53:33.757Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a6b7c80-a2d0-49b2-94e9-2ce20db23556
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:53:33.769Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a6b7c80-a2d0-49b2-94e9-2ce20db23556
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:53:33.771Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:53:33.771Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T05:53:33.771Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T05:54:03.772Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a6b7c80-a2d0-49b2-94e9-2ce20db23556
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:54:03.784Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a6b7c80-a2d0-49b2-94e9-2ce20db23556
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:54:03.786Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:54:03.786Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-09T05:54:03.786Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-09T05:54:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:54:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T05:54:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:54:14.878Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:54:14.879Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.879Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "cds",
  "timestamp": 1673243568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.880Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.880Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.880Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "aai-ml",
  "timestamp": 1673243570184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.880Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.880Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.880Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "cds",
  "timestamp": 1673243568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.880Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.880Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.881Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "aai-ml",
  "timestamp": 1673243570184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.881Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.881Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.881Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "aai-ml",
  "timestamp": 1673243570184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.881Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.881Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.881Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "cds",
  "timestamp": 1673243568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.881Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.881Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.882Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "aai-ml",
  "timestamp": 1673243570184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.882Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.882Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.882Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "cds",
  "timestamp": 1673243568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.882Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.882Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.882Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "aai-ml",
  "timestamp": 1673243570184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.882Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.882Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.882Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "cds",
  "timestamp": 1673243568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.883Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.883Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.883Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "aai-ml",
  "timestamp": 1673243570184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.883Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.883Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.883Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "cds",
  "timestamp": 1673243568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.883Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.883Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.884Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243576244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.884Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.884Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.884Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "aai-ml",
  "timestamp": 1673243570184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.884Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.884Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.884Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "cds",
  "timestamp": 1673243568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.885Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.885Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.885Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243576244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T05:54:14.885Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.885Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.885Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "aai-ml",
  "timestamp": 1673243570184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:54:14.885Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.886Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.886Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "cds",
  "timestamp": 1673243568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:54:14.886Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.886Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.886Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243576244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:54:14.886Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.886Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.887Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "cds",
  "timestamp": 1673243578754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:54:14.887Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:54:14.887Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.887Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "aai-ml",
  "timestamp": 1673243579173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:54:14.887Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:54:14.887Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.887Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243578487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.887Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.888Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.888Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243576244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.888Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.888Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.888Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "cds",
  "timestamp": 1673243580090,
  "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=?
2023-01-09T05:54:14.896Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a6b7c80-a2d0-49b2-94e9-2ce20db23556
2023-01-09T05:54:14.896Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6b7c80-a2d0-49b2-94e9-2ce20db23556 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 (?, ?, ?, ?, ?)
2023-01-09T05:54:14.904Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.904Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243578487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.904Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.905Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.905Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243581835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.905Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.905Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.905Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243576244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-09T05:54:14.905Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.905Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.905Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243578487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.906Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.906Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.906Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243581835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.906Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.906Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.906Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243576244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.906Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.906Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.906Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243578487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243581835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243576244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.907Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243578487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243581835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243576244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:54:14.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243578487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.908Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.909Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.909Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243581835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.909Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.909Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.909Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243584993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:54:14.909Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:54:14.909Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.909Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243578487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243581835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "aai-ml",
  "timestamp": 1673243586040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:54:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:54:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.910Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243586075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:54:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:54:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243578487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:54:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243581835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.911Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "aai-ml",
  "timestamp": 1673243587043,
  "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=?
2023-01-09T05:54:14.917Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a6b7c80-a2d0-49b2-94e9-2ce20db23556
2023-01-09T05:54:14.917Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6b7c80-a2d0-49b2-94e9-2ce20db23556 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 (?, ?, ?, ?, ?)
2023-01-09T05:54:14.931Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.931Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243587126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:54:14.932Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:54:14.932Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.932Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243587254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:54:14.932Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:54:14.932Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.933Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673243581835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:54:14.933Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:54:14.933Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.933Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243588147,
  "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=?
2023-01-09T05:54:14.938Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a6b7c80-a2d0-49b2-94e9-2ce20db23556
2023-01-09T05:54:14.938Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6b7c80-a2d0-49b2-94e9-2ce20db23556 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 (?, ?, ?, ?, ?)
2023-01-09T05:54:14.946Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.947Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1673243589152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T05:54:14.947Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:54:14.947Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.947Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243589619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:54:14.947Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:54:14.947Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-09T05:54:14.948Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673243590622,
  "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=?
2023-01-09T05:54:14.953Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a6b7c80-a2d0-49b2-94e9-2ce20db23556
2023-01-09T05:54:14.953Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6b7c80-a2d0-49b2-94e9-2ce20db23556 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 (?, ?, ?, ?, ?)
2023-01-09T05:54:33.786Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a6b7c80-a2d0-49b2-94e9-2ce20db23556
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-09T05:54:33.797Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a6b7c80-a2d0-49b2-94e9-2ce20db23556
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-09T05:54:33.799Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-09T05:54:33.799Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-09T05:54:33.799Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-09T05:54:33.799Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-09T05:54:33.799Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:54:33.799Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:54:33.799Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:54:33.800Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:54:33.800Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-09T05:54:33.800Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-09T05:54:33.804Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-09T05:55:03.804Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a6b7c80-a2d0-49b2-94e9-2ce20db23556 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=?
2023-01-09T05:55:03.812Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a6b7c80-a2d0-49b2-94e9-2ce20db23556 and serviceModelVersionId: 05c8536f-a70d-476b-afe4-95da1e752477
2023-01-09T05:55:03.812Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 62d0c1c7-bfe5-41b6-afe3-451f1332b313
2023-01-09T05:55:03.813Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/62d0c1c7-bfe5-41b6-afe3-451f1332b313/model-vers/model-ver/05c8536f-a70d-476b-afe4-95da1e752477?depth=0
2023-01-09T05:55:03.818Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-01-09T05:55:03.855Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62d0c1c7-bfe5-41b6-afe3-451f1332b313/model-vers/model-ver/05c8536f-a70d-476b-afe4-95da1e752477?depth=0|INFO|500||Invoke
2023-01-09T05:55:03.856Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62d0c1c7-bfe5-41b6-afe3-451f1332b313/model-vers/model-ver/05c8536f-a70d-476b-afe4-95da1e752477?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62d0c1c7-bfe5-41b6-afe3-451f1332b313/model-vers/model-ver/05c8536f-a70d-476b-afe4-95da1e752477?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a6b7c80-a2d0-49b2-94e9-2ce20db23556], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[454ac8ed-9e50-4e4b-bfb9-d3660b2193e2], X-ECOMP-RequestID=[6a6b7c80-a2d0-49b2-94e9-2ce20db23556], X-TransactionId=[], X-ONAP-RequestID=[6a6b7c80-a2d0-49b2-94e9-2ce20db23556], Content-Type=[application/merge-patch+json]}
2023-01-09T05:55:03.874Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62d0c1c7-bfe5-41b6-afe3-451f1332b313/model-vers/model-ver/05c8536f-a70d-476b-afe4-95da1e752477?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-09T05:55:03.971Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62d0c1c7-bfe5-41b6-afe3-451f1332b313/model-vers/model-ver/05c8536f-a70d-476b-afe4-95da1e752477?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/62d0c1c7-bfe5-41b6-afe3-451f1332b313/model-vers/model-ver/05c8536f-a70d-476b-afe4-95da1e752477?depth=0 has http status code:200 and response headers:{date=[Mon, 09 Jan 2023 05:55:04 GMT], content-length=[0], vertex-id=[540696], x-aai-txid=[1-aai-resources-230109-05:55:04:418-12226], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-09T05:55:03.971Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62d0c1c7-bfe5-41b6-afe3-451f1332b313/model-vers/model-ver/05c8536f-a70d-476b-afe4-95da1e752477?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-09T05:55:03.972Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62d0c1c7-bfe5-41b6-afe3-451f1332b313/model-vers/model-ver/05c8536f-a70d-476b-afe4-95da1e752477?depth=0|INFO|500||InvokeReturn
2023-01-09T05:55:03.972Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-09T05:55:03.972Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-09T05:55:03.978Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-09T05:55:03.978Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a6b7c80-a2d0-49b2-94e9-2ce20db23556 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-09T05:55:03.978Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-09T05:55:03.978Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-09T05:55:03.980Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-09T05:55:03.980Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243703978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:55:04.080Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-09T05:55:04.081Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-09T05:55:04.081Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EqgCkLJaUKWwwOcO) ...
2023-01-09T05:55:04.096Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:55:04.097Z||pool-151-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-09T05:55:05.006Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:55:05.006Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T05:55:05.006Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:55:14.560Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:55:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:55:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T05:55:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:55:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:55:14.845Z||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.
2023-01-09T05:55:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:55:14.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:55:14.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:55:14.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:55:14.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-09T05:55:14.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:55:14.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-09T05:55:14.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:55:14.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:55:14.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:55:14.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-09T05:55:14.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:55:14.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:55:14.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:55:14.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-09T05:55:14.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:55:14.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243594843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-09T05:55:14.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-09T05:55:14.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243603668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:55:14.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:55:14.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243606483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:55:14.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:55:14.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243607546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:55:14.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:55:14.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243608600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-09T05:55:14.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:55:14.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243609736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-09T05:55:14.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:55:14.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243610741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-09T05:55:14.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:55:14.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243611744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-09T05:55:14.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:55:14.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:55:14.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243612748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-09T05:55:14.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:55:24.426Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:56:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:56:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T05:56:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:56:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:56:14.845Z||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.
2023-01-09T05:56:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:56:15.390Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:56:15.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-09T05:56:15.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6b7c80-a2d0-49b2-94e9-2ce20db23556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1673243703978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-09T05:56:15.391Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-09T05:56:24.446Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:57:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:57:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T05:57:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:57:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:57:14.846Z||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.
2023-01-09T05:57:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:57:24.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:57:24.457Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:58:14.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:58:14.844Z||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.
2023-01-09T05:58:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:58:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:58:14.846Z||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.
2023-01-09T05:58:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:58:24.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:58:24.449Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:59:14.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:59:14.844Z||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.
2023-01-09T05:59:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:59:14.845Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T05:59:14.846Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|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.
2023-01-09T05:59:14.846Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T05:59:24.434Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T05:59:24.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:00:14.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:00:14.844Z||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.
2023-01-09T06:00:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:00:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:00:14.845Z||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.
2023-01-09T06:00:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:00:24.429Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:00:24.430Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:01:14.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:01:14.844Z||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.
2023-01-09T06:01:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:01:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:01:14.845Z||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.
2023-01-09T06:01:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:01:24.420Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:01:24.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:02:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:02:14.844Z||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.
2023-01-09T06:02:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:02:14.845Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:02:14.846Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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.
2023-01-09T06:02:14.846Z|619dce5a-9f19-487e-8b3b-62303d4659a5|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:02:24.442Z|619dce5a-9f19-487e-8b3b-62303d4659a5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:02:24.442Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:03:14.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:03:14.845Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:03:14.846Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:03:14.846Z||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.
2023-01-09T06:03:14.846Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:03:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:03:24.417Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:03:24.418Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:04:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:04:14.844Z||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.
2023-01-09T06:04:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:04:14.845Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:04:14.846Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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.
2023-01-09T06:04:14.846Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:04:24.430Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:04:24.430Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:05:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:05:14.844Z||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.
2023-01-09T06:05:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:05:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:05:14.846Z||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.
2023-01-09T06:05:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:05:24.412Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:05:24.414Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:06:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:06:14.844Z||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.
2023-01-09T06:06:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:06:14.845Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:06:14.845Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|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.
2023-01-09T06:06:14.845Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:06:24.408Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:06:24.442Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:07:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:07:14.844Z||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.
2023-01-09T06:07:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:07:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:07:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T06:07:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:07:24.449Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:07:24.476Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:08:14.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:08:14.844Z||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.
2023-01-09T06:08:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:08:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:08:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T06:08:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:08:24.445Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:08:24.446Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:09:14.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:09:14.844Z||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.
2023-01-09T06:09:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:09:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:09:14.846Z||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.
2023-01-09T06:09:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:09:24.423Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:09:24.423Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:10:14.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:10:14.845Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:10:14.846Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|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.
2023-01-09T06:10:14.846Z||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.
2023-01-09T06:10:14.846Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:10:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:10:24.422Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:10:24.423Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:11:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:11:14.845Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:11:14.846Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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.
2023-01-09T06:11:14.846Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:11:14.850Z||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.
2023-01-09T06:11:14.850Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:11:24.427Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:11:24.428Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:12:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:12:14.844Z||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.
2023-01-09T06:12:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:12:14.845Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:12:14.846Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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.
2023-01-09T06:12:14.846Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:12:24.433Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:12:24.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:13:14.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:13:14.844Z||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.
2023-01-09T06:13:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:13:14.845Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:13:14.845Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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.
2023-01-09T06:13:14.845Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:13:24.417Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:13:24.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:14:14.843Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:14:14.844Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T06:14:14.844Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T06:14:14.847Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:14:14.847Z||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.
2023-01-09T06:14:14.847Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:14:24.429Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:14:24.430Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:15:14.843Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:15:14.844Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T06:15:14.844Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T06:15:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:15:14.845Z||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.
2023-01-09T06:15:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:15:24.441Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:15:24.441Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:16:14.844Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:16:14.845Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:16:14.846Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T06:16:14.846Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:16:14.846Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T06:16:14.847Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:16:24.412Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:16:24.432Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:17:14.843Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:17:14.844Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T06:17:14.844Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T06:17:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:17:14.846Z||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.
2023-01-09T06:17:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:17:24.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:17:24.419Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:18:14.843Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:18:14.844Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T06:18:14.844Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T06:18:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:18:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T06:18:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:18:24.449Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:18:24.449Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:19:14.843Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:19:14.844Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-09T06:19:14.844Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EqgCkLJaUKWwwOcO) ...
2023-01-09T06:19:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:19:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T06:19:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:19:24.426Z|6c288846-fe33-4f32-ba35-8fbf45542a6e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:19:24.427Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:20:14.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:20:14.844Z||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.
2023-01-09T06:20:14.844Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:20:14.845Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:20:14.845Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:20:14.845Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:20:24.431Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:20:24.431Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:21:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:21:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:21:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:21:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:21:14.846Z||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.
2023-01-09T06:21:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:21:24.415Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:21:24.417Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:22:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:22:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:22:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:22:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:22:14.846Z||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.
2023-01-09T06:22:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:22:24.439Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:22:24.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:23:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:23:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:23:14.846Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:23:14.847Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T06:23:14.847Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:23:14.847Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:23:24.419Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:23:24.420Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:24:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:24:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:24:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:24:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:24:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T06:24:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:24:24.423Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:24:24.428Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:25:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:25:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:25:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:25:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:25:14.845Z||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.
2023-01-09T06:25:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:25:24.413Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:25:24.413Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:26:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:26:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:26:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:26:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:26:14.845Z||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.
2023-01-09T06:26:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:26:24.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:26:24.420Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:27:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:27:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:27:14.845Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:27:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:27:14.846Z||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.
2023-01-09T06:27:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:27:24.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:27:24.491Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:28:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:28:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:28:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:28:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:28:14.846Z||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.
2023-01-09T06:28:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:28:24.426Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:28:24.427Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:29:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:29:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:29:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:29:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:29:14.846Z||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.
2023-01-09T06:29:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:29:24.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:29:24.463Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:30:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:30:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:30:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:30:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:30:14.845Z||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.
2023-01-09T06:30:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:30:24.425Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:30:24.436Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:31:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:31:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:31:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:31:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:31:14.845Z||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.
2023-01-09T06:31:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:31:24.423Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:31:24.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:32:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:32:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:32:14.845Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:32:14.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:32:14.845Z||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.
2023-01-09T06:32:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:32:24.439Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:32:24.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:33:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:33:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:33:14.846Z||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.
2023-01-09T06:33:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:33:14.845Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:33:14.847Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:33:24.415Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:33:24.443Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:34:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:34:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:34:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:34:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:34:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T06:34:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:34:24.421Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:34:24.434Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:35:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:35:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:35:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:35:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:35:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T06:35:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:35:24.441Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:35:24.444Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:36:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:36:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:36:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:36:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:36:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T06:36:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:36:24.413Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:36:24.414Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:37:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:37:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:37:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:37:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:37:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T06:37:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:37:24.412Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:37:24.412Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:38:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:38:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:38:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:38:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:38:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T06:38:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:38:24.431Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:38:24.433Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:39:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:39:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:39:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:39:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:39:14.846Z||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.
2023-01-09T06:39:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:39:24.411Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:39:24.411Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:40:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:40:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:40:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:40:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:40:14.845Z||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.
2023-01-09T06:40:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:40:24.394Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:40:24.397Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:41:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:41:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:41:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:41:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:41:14.846Z||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.
2023-01-09T06:41:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:41:24.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:41:24.435Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:42:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:42:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:42:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:42:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:42:14.846Z||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.
2023-01-09T06:42:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:42:24.410Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:42:24.452Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:43:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:43:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:43:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:43:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:43:14.845Z||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.
2023-01-09T06:43:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:43:24.398Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:43:24.424Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:44:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:44:14.845Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:44:14.846Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:44:14.846Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:44:14.846Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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.
2023-01-09T06:44:14.846Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:44:24.425Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:44:24.425Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:45:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:45:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:45:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:45:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:45:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T06:45:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:45:24.409Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:45:24.430Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:46:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:46:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:46:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:46:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:46:14.845Z||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.
2023-01-09T06:46:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:46:24.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:46:24.427Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:47:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:47:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:47:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:47:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:47:14.845Z||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.
2023-01-09T06:47:14.845Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:47:24.422Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:47:24.442Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:48:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:48:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:48:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:48:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:48:14.846Z||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.
2023-01-09T06:48:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:48:24.435Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:48:24.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:49:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:49:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:49:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:49:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:49:14.845Z|3533f189-86b5-4662-8426-81feff1b058a|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.
2023-01-09T06:49:14.846Z|3533f189-86b5-4662-8426-81feff1b058a|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:49:24.432Z|3533f189-86b5-4662-8426-81feff1b058a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:49:24.432Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:50:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:50:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:50:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:50:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:50:14.845Z||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.
2023-01-09T06:50:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:50:24.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:50:24.425Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:51:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:51:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:51:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:51:14.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:51:14.845Z||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.
2023-01-09T06:51:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:51:24.409Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:51:24.411Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:52:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:52:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:52:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:52:14.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:52:14.845Z||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.
2023-01-09T06:52:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:52:24.410Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:52:24.412Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:53:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:53:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:53:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:53:14.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:53:14.846Z||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.
2023-01-09T06:53:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:53:24.412Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:53:24.416Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:54:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:54:14.845Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:54:14.846Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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.
2023-01-09T06:54:14.846Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:54:14.846Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:54:14.847Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:54:24.409Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:54:24.410Z|928c38a9-166f-4821-bf66-f0c1844eaf5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:55:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:55:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:55:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:55:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:55:14.845Z||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.
2023-01-09T06:55:14.846Z||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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:55:24.410Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:55:24.423Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-09T06:56:14.843Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:56:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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.
2023-01-09T06:56:14.844Z|6a6b7c80-a2d0-49b2-94e9-2ce20db23556|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 EqgCkLJaUKWwwOcO) ...
2023-01-09T06:56:14.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-09T06:56:14.845Z||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.
2023-01-09T06:56:14.845Z||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 EqgCkLJaUKWwwOcO) ...