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-24T03:39:05.616Z||main|||||INFO|500||The following profiles are active: basic
2023-01-24T03:39:38.272Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-24T03:39:38.274Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-24T03:39:38.541Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-24T03:39:48.850Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-24T03:39:50.050Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-24T03:39:51.816Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-24T03:39:51.908Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-24T03:39:52.509Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-24T03:39:53.093Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-24T03:39:54.670Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-24T03:40:01.374Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-24T03:40:05.746Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-24T03:40:05.905Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-24T03:40:07.131Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-24T03:40:07.562Z||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-24T03:40:10.092Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-24T03:40:12.302Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-01-24T03:40:12.339Z||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$$30e71889.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-24T03:40:12.341Z||main|||||WARN|500||The sdc end point is not alive
2023-01-24T03:40:19.282Z||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-24T03:40:25.254Z||main|||||WARN|500||---
2023-01-24T03:40:25.255Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-24T03:40:25.256Z||main|||||WARN|500||---
2023-01-24T03:40:26.403Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-24T03:40:35.600Z||main|||||INFO|500||Started Application in 99.398 seconds (JVM running for 109.094)
2023-01-24T03:40:35.646Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-24T03:40:35.656Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-24T03:40:35.695Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-24T03:40:35.763Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-24T03:40:35.887Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9580023-4d2c-4b96-8bb0-69ca6a051829 url= /sdc/v1/artifactTypes
2023-01-24T03:40:35.888Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-24T03:40:36.579Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-24T03:40:36.625Z||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-24T03:40:36.659Z||scheduling-1|||||DEBUG|500||create keys
2023-01-24T03:40:36.670Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-24T03:40:36.731Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:40:36.772Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 438050c0-e4ae-4bf7-a7cb-47fb2c4a8d7e url= /sdc/v1/registerForDistribution
2023-01-24T03:40:36.902Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 438050c0-e4ae-4bf7-a7cb-47fb2c4a8d7e url= /sdc/v1/registerForDistribution
2023-01-24T03:40:36.904Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-24T03:40:36.944Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:40:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:40:36.966Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-24T03:40:36.975Z||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-24T03:40:36.976Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:40:36.990Z||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-24T03:40:36.991Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:40:47.729Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:40:47.744Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:41:36.927Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:41:36.930Z||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-24T03:41:36.932Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:41:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:41:36.948Z||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-24T03:41:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:41:46.516Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:41:46.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:42:36.927Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:42:36.929Z||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-24T03:42:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:42:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:42:36.946Z||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-24T03:42:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:42:46.500Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:42:46.509Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:43:36.927Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:43:36.929Z||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-24T03:43:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:43:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:43:36.946Z||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-24T03:43:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:43:46.526Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:43:46.543Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:44:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:44:36.928Z||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-24T03:44:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:44:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:44:36.946Z||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-24T03:44:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:44:46.513Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:44:46.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:45:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:45:36.927Z||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-24T03:45:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:45:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:45:36.946Z||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-24T03:45:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:45:46.497Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:45:46.501Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:46:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:46:36.928Z||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-24T03:46:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:46:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:46:36.947Z||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-24T03:46:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:46:46.550Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:46:46.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:47:36.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:47:36.930Z||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-24T03:47:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:47:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:47:36.947Z||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-24T03:47:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:47:46.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:47:46.521Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:48:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:48:36.928Z||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-24T03:48:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:48:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:48:36.947Z||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-24T03:48:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:48:46.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:48:46.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:49:09.602Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-24T03:49:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:49:36.928Z||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-24T03:49:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:49:36.946Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:49:36.948Z||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-24T03:49:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:49:46.513Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:49:46.579Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:50:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:50:36.928Z||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-24T03:50:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:50:36.946Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:50:36.947Z||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-24T03:50:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:50:46.533Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:50:46.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:51:36.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:51:36.930Z||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-24T03:51:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:51:36.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:51:36.947Z||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-24T03:51:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:51:46.520Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:51:46.558Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:52:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:52:36.928Z||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-24T03:52:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:52:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:52:36.947Z||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-24T03:52:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:52:46.538Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:52:46.566Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:53:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:53:36.928Z||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-24T03:53:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:53:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:53:36.947Z||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-24T03:53:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:53:46.511Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:53:46.512Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:54:36.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:54:36.929Z||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-24T03:54:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:54:36.946Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:54:36.949Z||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-24T03:54:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:54:46.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:54:46.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:55:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:55:36.927Z||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-24T03:55:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:55:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:55:36.949Z||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-24T03:55:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:55:46.492Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:55:46.510Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:56:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:56:36.928Z||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-24T03:56:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:56:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:56:36.947Z||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-24T03:56:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:56:46.534Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:56:46.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:57:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:57:36.930Z||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-24T03:57:36.932Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:57:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:57:36.947Z||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-24T03:57:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:57:46.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:57:46.576Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:58:36.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:58:36.930Z||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-24T03:58:36.931Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:58:36.946Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:58:36.949Z||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-24T03:58:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:58:46.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:58:46.613Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:59:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:59:36.928Z||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-24T03:59:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:59:36.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T03:59:36.947Z||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-24T03:59:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T03:59:46.533Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T03:59:46.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:00:36.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:00:36.930Z||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-24T04:00:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:00:36.946Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:00:36.947Z||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-24T04:00:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:00:46.520Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:00:46.532Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:01:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:01:36.928Z||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-24T04:01:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:01:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:01:36.946Z||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-24T04:01:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:01:46.500Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:01:46.512Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:02:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:02:36.927Z||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-24T04:02:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:02:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:02:36.946Z||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-24T04:02:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:02:46.496Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:02:46.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:03:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:03:36.927Z||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-24T04:03:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:03:36.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:03:36.951Z||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-24T04:03:36.952Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:03:46.513Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:03:46.522Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:04:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:04:36.927Z||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-24T04:04:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:04:36.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:04:36.948Z||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-24T04:04:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:04:46.529Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:04:46.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:05:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:05:36.927Z||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-24T04:05:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:05:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:05:36.947Z||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-24T04:05:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:05:46.506Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:05:46.531Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:06:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:06:36.928Z||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-24T04:06:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:06:36.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:06:36.947Z||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-24T04:06:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:06:46.499Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:06:46.502Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:07:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:07:36.928Z||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-24T04:07:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:07:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:07:36.946Z||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-24T04:07:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:07:46.493Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:07:46.504Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:08:36.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:08:36.929Z||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-24T04:08:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:08:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:08:36.947Z||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-24T04:08:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:08:46.572Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:08:46.574Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:09:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:09:36.928Z||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-24T04:09:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:09:36.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:09:36.946Z||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-24T04:09:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:09:46.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:09:46.502Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:10:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:10:36.928Z||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-24T04:10:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:10:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:10:36.946Z||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-24T04:10:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:10:46.559Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:10:46.613Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:11:36.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:11:36.930Z||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-24T04:11:36.931Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:11:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:11:36.946Z||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-24T04:11:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:11:46.507Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:11:46.512Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:12:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:12:36.928Z||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-24T04:12:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:12:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:12:36.946Z||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-24T04:12:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:12:46.506Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:12:46.508Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:13:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:13:36.927Z||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-24T04:13:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:13:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:13:36.946Z||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-24T04:13:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:13:46.493Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:13:46.504Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:14:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:14:36.928Z||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-24T04:14:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:14:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:14:36.947Z||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-24T04:14:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:14:46.506Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:14:46.517Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:15:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:15:36.927Z||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-24T04:15:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:15:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:15:36.946Z||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-24T04:15:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:15:46.479Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:15:46.507Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:16:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:16:36.929Z||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-24T04:16:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:16:36.947Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:16:36.948Z||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-24T04:16:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:16:46.622Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:16:46.622Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:17:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:17:36.930Z||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-24T04:17:36.931Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:17:36.948Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:17:36.950Z||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-24T04:17:36.951Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:17:46.504Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:17:46.515Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:18:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:18:36.927Z||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-24T04:18:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:18:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:18:36.949Z||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-24T04:18:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:18:46.505Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:18:46.507Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:19:36.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:19:36.928Z||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-24T04:19:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:19:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:19:36.946Z||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-24T04:19:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:19:46.495Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:19:46.548Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:20:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:20:36.927Z||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-24T04:20:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:20:36.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:20:36.946Z||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-24T04:20:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:20:46.494Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:20:46.514Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:21:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:21:36.929Z||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-24T04:21:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:21:36.955Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:21:36.956Z||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-24T04:21:36.957Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:21:46.520Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:21:46.525Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:22:36.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:22:36.938Z||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-24T04:22:36.938Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:22:36.947Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:22:36.949Z||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-24T04:22:36.950Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:22:46.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:22:46.734Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:23:36.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:23:36.929Z||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-24T04:23:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:23:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:23:36.946Z||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-24T04:23:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:23:46.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:23:46.559Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:24:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:24:36.929Z||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-24T04:24:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:24:36.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:24:36.948Z||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-24T04:24:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:24:46.492Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:24:46.521Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:25:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:25:36.927Z||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-24T04:25:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:25:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:25:36.947Z||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-24T04:25:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:25:46.541Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:25:46.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:26:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:26:36.927Z||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-24T04:26:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:26:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:26:36.946Z||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-24T04:26:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:26:46.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:26:46.569Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:27:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:27:36.927Z||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-24T04:27:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:27:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:27:36.946Z||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-24T04:27:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:27:46.495Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:27:46.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:28:36.929Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:28:36.932Z||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-24T04:28:36.933Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:28:36.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:28:36.946Z||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-24T04:28:36.950Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:28:46.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:28:46.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:29:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:29:36.928Z||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-24T04:29:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:29:36.946Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:29:36.951Z||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-24T04:29:36.951Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:29:46.510Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:29:46.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:30:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:30:36.928Z||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-24T04:30:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:30:36.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:30:36.946Z||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-24T04:30:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:30:46.525Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:30:46.535Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:31:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:31:36.929Z||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-24T04:31:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:31:36.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:31:36.946Z||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-24T04:31:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:31:46.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:31:46.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:32:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:32:36.927Z||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-24T04:32:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:32:36.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:32:36.947Z||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-24T04:32:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:32:46.507Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:32:46.507Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:33:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:33:36.927Z||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-24T04:33:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:33:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:33:36.946Z||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-24T04:33:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:33:46.504Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:33:46.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:34:36.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:34:36.929Z||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-24T04:34:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:34:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:34:36.946Z||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-24T04:34:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:34:46.514Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:34:46.515Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:35:36.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:35:36.929Z||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-24T04:35:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:35:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:35:36.946Z||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-24T04:35:36.952Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:35:46.523Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:35:46.527Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:36:36.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:36:36.927Z||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-24T04:36:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:36:36.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:36:36.946Z||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-24T04:36:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:36:46.504Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:36:46.512Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:37:36.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:37:36.927Z||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-24T04:37:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:37:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:37:36.947Z||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-24T04:37:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:37:46.492Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:37:46.503Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:38:36.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:38:36.927Z||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-24T04:38:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:38:36.947Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:38:36.947Z||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-24T04:38:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:38:46.491Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:38:46.507Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:39:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:39:36.927Z||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-24T04:39:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:39:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:39:36.946Z||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-24T04:39:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:39:46.540Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:39:46.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:40:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:40:36.927Z||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-24T04:40:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:40:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:40:36.947Z||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-24T04:40:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:40:46.507Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:40:46.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:41:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:41:36.929Z||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-24T04:41:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:41:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:41:36.948Z||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-24T04:41:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:41:46.508Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:41:46.526Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:42:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:42:36.928Z||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-24T04:42:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:42:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:42:36.947Z||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-24T04:42:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:42:46.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:42:46.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:43:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:43:36.927Z||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-24T04:43:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:43:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:43:36.946Z||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-24T04:43:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:43:46.521Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:43:46.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:44:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:44:36.928Z||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-24T04:44:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:44:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:44:36.947Z||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-24T04:44:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:44:46.512Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:44:46.567Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:45:36.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:45:36.928Z||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-24T04:45:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:45:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:45:36.950Z||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-24T04:45:36.950Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:45:46.503Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:45:46.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:46:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:46:36.927Z||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-24T04:46:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:46:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:46:36.946Z||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-24T04:46:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:46:46.516Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:46:46.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:47:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:47:36.930Z||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-24T04:47:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:47:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:47:36.953Z||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-24T04:47:36.953Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:47:46.510Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:47:46.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:48:36.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:48:36.929Z||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-24T04:48:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:48:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:48:36.947Z||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-24T04:48:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:48:46.512Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:48:46.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:49:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:49:36.927Z||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-24T04:49:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:49:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:49:36.946Z||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-24T04:49:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:49:46.525Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:49:46.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:50:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:50:36.927Z||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-24T04:50:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:50:36.946Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:50:36.947Z||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-24T04:50:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:50:46.532Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:50:46.535Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:51:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:51:36.927Z||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-24T04:51:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:51:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:51:36.947Z||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-24T04:51:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:51:46.508Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:51:46.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:52:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:52:36.931Z||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-24T04:52:36.932Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:52:36.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:52:36.947Z||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-24T04:52:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:52:46.518Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:52:46.518Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:53:36.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:53:36.929Z||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-24T04:53:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:53:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:53:36.946Z||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-24T04:53:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:53:46.537Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:53:46.538Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:54:36.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:54:36.929Z||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-24T04:54:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:54:36.946Z||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-24T04:54:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:42.403Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:54:42.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-24T04:54:42.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ed31426-4159-4b50-8d0a-ff15e6805373","serviceName":"vFW 2023-01-24 04-53-24","serviceVersion":"1.0","serviceUUID":"07a7de05-634a-4b76-a654-7cff2e0c41cf","serviceDescription":"catalog service description","serviceInvariantUUID":"500b16ed-205e-4b04-aa81-a53dc8448bfa","resources":[{"resourceInstanceName":"vFW ff980067-1ebd 0","resourceName":"vFW ff980067-1ebd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d71f77ad-bc34-4a6c-a76c-c87735706bae","resourceInvariantUUID":"ae56b4f0-edc9-496c-87b7-4aed29d8c715","resourceCustomizationUUID":"157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml","artifactChecksum":"NjYyODlkNzAwYmQ1MTk5ZTI4OTVkZWE0ODRhYmMwYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6de231bd-d199-40f0-9ca0-45295e4b59dc","artifactVersion":"1"},{"artifactName":"vfwff9800671ebd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json","artifactChecksum":"Yjk2ZmVhZDZkODIwZTQ5YmE2YWE0ZDI5MWY3NTU0NWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc7d2044-ef3a-4d97-a2b4-123f669ed50a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"332de7bc-e47b-426d-9ab4-9fcdc3adc553","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml","artifactChecksum":"NjNhNDNiN2NmZjU4YWQ0ZWYwNDUxZmRiNjQwMjIzYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17993c30-e375-4f7a-a367-734e27f90bb9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"daeede17-4707-422a-ae5b-5a92d093987b","artifactVersion":"2","generatedFromUUID":"332de7bc-e47b-426d-9ab4-9fcdc3adc553"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230124045324-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml","artifactChecksum":"ZjNiYzljZTY0NDczNjBmMjg2YzE1NzM5MjY0ZjIzZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c2f26be-b8a9-48de-95da-1073e68d428f","artifactVersion":"1"},{"artifactName":"service-Vfw20230124045324-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar","artifactChecksum":"ZmYwZTdhYTZkNzdmZGI0OWM1NTk5ODAxOGE3ODgzYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ed7dae6-bde5-4317-a1dc-2c75f7c32982","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T04:54:42.436Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T04:54:42.450Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:42.464Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:42.465Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536076926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:54:42.566Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2023-01-24T04:54:42.577Z||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-24T04:54:42.578Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:42.609Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:54:42.611Z||pool-3-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2023-01-24T04:54:42.688Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:54:42.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:54:42.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536073034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:54:42.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:54:43.476Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T04:54:43.477Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:43.481Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:43.482Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536076926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T04:54:43.583Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T04:54:43.584Z||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-24T04:54:43.584Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:43.602Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:54:43.603Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:54:44.482Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T04:54:44.483Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:44.487Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:44.488Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536076926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-24T04:54:44.588Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T04:54:44.589Z||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-24T04:54:44.589Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:44.615Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:54:44.616Z||pool-5-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:54:45.489Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T04:54:45.498Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:45.501Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:45.501Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536076926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:54:45.602Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T04:54:45.604Z||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-24T04:54:45.605Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:45.673Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:54:45.673Z||pool-6-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":1,"count":1}
2023-01-24T04:54:46.502Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T04:54:46.503Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:46.506Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:46.506Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536076926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-24T04:54:46.608Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-24T04:54:46.610Z||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-24T04:54:46.611Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:46.637Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:54:46.638Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2023-01-24T04:54:47.507Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T04:54:47.509Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:47.512Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:47.512Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536076926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:54:47.613Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T04:54:47.615Z||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-24T04:54:47.615Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:47.634Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:54:47.635Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:54:48.514Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T04:54:48.516Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:48.518Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:48.519Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536076926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T04:54:48.619Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T04:54:48.620Z||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-24T04:54:48.620Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:48.674Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:54:48.675Z||pool-9-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2023-01-24T04:54:49.522Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "serviceName": "vFW 2023-01-24 04-53-24",
  "serviceVersion": "1.0",
  "serviceUUID": "07a7de05-634a-4b76-a654-7cff2e0c41cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "500b16ed-205e-4b04-aa81-a53dc8448bfa",
  "resources": [
    {
      "resourceInstanceName": "vFW ff980067-1ebd 0",
      "resourceCustomizationUUID": "157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4",
      "resourceName": "vFW ff980067-1ebd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d71f77ad-bc34-4a6c-a76c-c87735706bae",
      "resourceInvariantUUID": "ae56b4f0-edc9-496c-87b7-4aed29d8c715",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwff9800671ebd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
          "artifactChecksum": "Yjk2ZmVhZDZkODIwZTQ5YmE2YWE0ZDI5MWY3NTU0NWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc7d2044-ef3a-4d97-a2b4-123f669ed50a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "332de7bc-e47b-426d-9ab4-9fcdc3adc553",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "daeede17-4707-422a-ae5b-5a92d093987b",
            "generatedFromUUID": "332de7bc-e47b-426d-9ab4-9fcdc3adc553"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "daeede17-4707-422a-ae5b-5a92d093987b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230124045324-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
      "artifactChecksum": "ZmYwZTdhYTZkNzdmZGI0OWM1NTk5ODAxOGE3ODgzYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1ed7dae6-bde5-4317-a1dc-2c75f7c32982"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T04:54:49.524Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T04:54:49.525Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07a7de05-634a-4b76-a654-7cff2e0c41cf ASDC
2023-01-24T04:54:49.725Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4ed31426-4159-4b50-8d0a-ff15e6805373
ServiceName:vFW 2023-01-24 04-53-24
ServiceVersion:1.0
ServiceUUID:07a7de05-634a-4b76-a654-7cff2e0c41cf
ServiceInvariantUUID:500b16ed-205e-4b04-aa81-a53dc8448bfa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230124045324-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar
ArtifactUUID:1ed7dae6-bde5-4317-a1dc-2c75f7c32982
ArtifactChecksum:ZmYwZTdhYTZkNzdmZGI0OWM1NTk5ODAxOGE3ODgzYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ff980067-1ebd 0
ResourceCustomizationUUID:157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4
ResourceInvariantUUID:ae56b4f0-edc9-496c-87b7-4aed29d8c715
ResourceName:vFW ff980067-1ebd
ResourceType:VF
ResourceUUID:d71f77ad-bc34-4a6c-a76c-c87735706bae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwff9800671ebd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json
ArtifactUUID:dc7d2044-ef3a-4d97-a2b4-123f669ed50a
ArtifactChecksum:Yjk2ZmVhZDZkODIwZTQ5YmE2YWE0ZDI5MWY3NTU0NWI=
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/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml
ArtifactUUID:332de7bc-e47b-426d-9ab4-9fcdc3adc553
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/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env
ArtifactUUID:daeede17-4707-422a-ae5b-5a92d093987b
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/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env
ArtifactUUID:daeede17-4707-422a-ae5b-5a92d093987b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-24T04:54:49.726Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07a7de05-634a-4b76-a654-7cff2e0c41cf 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-24T04:54:50.144Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T04:54:50.146Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T04:54:50.148Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T04:54:50.149Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1ed7dae6-bde5-4317-a1dc-2c75f7c32982 from URL: /sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:50.149Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T04:54:50.151Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:50.345Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T04:54:50.383Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar 1ed7dae6-bde5-4317-a1dc-2c75f7c32982 100718
2023-01-24T04:54:50.385Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar ASDC sendASDCNotification
2023-01-24T04:54:50.386Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:50.387Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T04:54:50.389Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:50.392Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:50.392Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536090384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T04:54:50.494Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T04:54:50.495Z||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-24T04:54:50.495Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:50.526Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:54:50.527Z||pool-10-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2023-01-24T04:54:51.394Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T04:54:51.398Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T04:54:51.399Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1ed7dae6-bde5-4317-a1dc-2c75f7c32982, URL: /sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar to file: /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:51.400Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230124045324-csar.csar
2023-01-24T04:54:51.562Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:51.563Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:52.669Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15098196989983793871/Definitions/service-Vfw20230124045324-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-24T04:54:58.979Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T04:54:58.989Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-24T04:54:58.989Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.990Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-24T04:54:58.990Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.991Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.992Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.992Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.992Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.992Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.993Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.994Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.996Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.998Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.998Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ff980067-1ebd 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-Vfw20230124045324-csar.csar
2023-01-24T04:54:58.998Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-24T04:54:59.010Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.012Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:54:59.017Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:54:59.018Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-24T04:54:59.021Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T04:54:59.023Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.024Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:54:59.025Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:54:59.025Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-24T04:54:59.025Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T04:54:59.026Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.026Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:54:59.036Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.037Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is not matching search criteria
2023-01-24T04:54:59.038Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T04:54:59.038Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T04:54:59.038Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.039Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.039Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T04:54:59.039Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.040Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T04:54:59.040Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T04:54:59.040Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T04:54:59.041Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.041Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.042Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T04:54:59.042Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.042Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T04:54:59.043Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.045Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T04:54:59.045Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.046Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T04:54:59.051Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.051Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:54:59.052Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:54:59.053Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.053Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:54:59.053Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:54:59.054Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.055Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:54:59.055Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:54:59.056Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.056Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is not matching search criteria
2023-01-24T04:54:59.056Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T04:54:59.056Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-24T04:54:59.057Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T04:54:59.057Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T04:54:59.057Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T04:54:59.057Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.058Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.058Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T04:54:59.058Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.058Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T04:54:59.061Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.061Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c79620a3-ccbf-4185-bff6-fd27f8e7f5de
2023-01-24T04:54:59.062Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.062Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is not matching search criteria
2023-01-24T04:54:59.062Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T04:54:59.063Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T04:54:59.063Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.064Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.065Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T04:54:59.065Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.065Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T04:54:59.065Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-24T04:54:59.065Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T04:54:59.065Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.066Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T04:54:59.066Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.066Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f504bc46-8a92-4b94-a432-05605f6244b1
2023-01-24T04:54:59.067Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.067Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is not matching search criteria
2023-01-24T04:54:59.067Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T04:54:59.068Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T04:54:59.068Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.068Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.069Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T04:54:59.069Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.069Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T04:54:59.070Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T04:54:59.070Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T04:54:59.070Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:54:59.070Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T04:54:59.071Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-24T04:54:59.071Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=76c3c26d-88e9-40a5-ad3e-16b4211ba5dc
2023-01-24T04:54:59.071Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.071Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:54:59.072Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.072Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:54:59.072Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.072Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:54:59.073Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:54:59.073Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:54:59.073Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-24 04-53-24
Description:catalog service description
Model UUID:07a7de05-634a-4b76-a654-7cff2e0c41cf
Model Version:NULL
Model InvariantUuid:500b16ed-205e-4b04-aa81-a53dc8448bfa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ff980067-1ebd
Model UUID:1edb058e-bff2-4462-9b98-0e241438543c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ae56b4f0-edc9-496c-87b7-4aed29d8c715
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:761380ae-ca43-4cc7-8216-56eebb184b64
ModelName:VfwFf9800671ebd..base_vfw..module-0
ModelUuid:ac4c5b93-c2df-4901-ad23-2cd84be0aec2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c79620a3-ccbf-4185-bff6-fd27f8e7f5de
ModelInvariantUuid:b97cd11c-edc8-4971-b83b-dfcb5e83cb53
ModelName:vFW ff980067-1ebd-nodes.vfwCvfc
ModelUuid:a76b547f-d078-4713-b935-0d73c55532e1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:54205b0b-4e6d-4114-8249-d68e0971e303
ModelInvariantUuid:c1f2ad03-9b6e-4555-be4f-79512acaf65d
ModelName:VfwFf9800671ebd.compute.nodes.heat.vfw
ModelUuid:ab170f0a-26a7-460f-9915-b0ffcdda8d4d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f504bc46-8a92-4b94-a432-05605f6244b1
ModelInvariantUuid:5dc03114-8eab-49e1-a36e-279fbfa5653f
ModelName:vFW ff980067-1ebd-nodes.vsnCvfc
ModelUuid:1fb0454c-91f3-425c-be60-094f735dbd9a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7705be06-85c7-42da-aa98-1b1f54201278
ModelInvariantUuid:ba39a94e-6bef-4a12-bffd-5c1ead3882e8
ModelName:VfwFf9800671ebd.compute.nodes.heat.vsn
ModelUuid:42706f23-c188-4769-b38b-430c2fec8d8c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:76c3c26d-88e9-40a5-ad3e-16b4211ba5dc
ModelInvariantUuid:acaf2d45-1fe4-4664-84cb-5471efe77c9d
ModelName:vFW ff980067-1ebd-nodes.vpgCvfc
ModelUuid:bea14b22-5dda-4f93-8272-53bb820e60fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:012d8805-f28e-4515-a131-7082eee15e97
ModelInvariantUuid:e5159248-00ac-44bd-a729-f397b8f8944e
ModelName:VfwFf9800671ebd.compute.nodes.heat.vpg
ModelUuid:1240debb-7fd2-4733-a3a8-faceead5b097
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-24T04:54:59.167Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d71f77ad-bc34-4a6c-a76c-c87735706bae
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-24T04:54:59.350Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||vFW ff980067-1ebd 0
2023-01-24T04:54:59.361Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d71f77ad-bc34-4a6c-a76c-c87735706bae
2023-01-24T04:54:59.361Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dc7d2044-ef3a-4d97-a2b4-123f669ed50a from URL: /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json
2023-01-24T04:54:59.362Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T04:54:59.362Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json
2023-01-24T04:54:59.476Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T04:54:59.477Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json dc7d2044-ef3a-4d97-a2b4-123f669ed50a 785
2023-01-24T04:54:59.477Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json ASDC sendASDCNotification
2023-01-24T04:54:59.477Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json
2023-01-24T04:54:59.477Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T04:54:59.478Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:54:59.480Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:54:59.480Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536099477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T04:54:59.581Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T04:54:59.582Z||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-24T04:54:59.583Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:54:59.610Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:54:59.611Z||pool-11-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2023-01-24T04:55:00.482Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFf9800671ebd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "761380ae-ca43-4cc7-8216-56eebb184b64",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ac4c5b93-c2df-4901-ad23-2cd84be0aec2",
    "vfModuleModelCustomizationUUID": "f790fbbc-d4d8-4eb6-97be-c16f509845e6",
    "isBase": true,
    "artifacts": [
      "332de7bc-e47b-426d-9ab4-9fcdc3adc553",
      "daeede17-4707-422a-ae5b-5a92d093987b"
    ],
    "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-24T04:55:00.523Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFf9800671ebd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac4c5b93-c2df-4901-ad23-2cd84be0aec2
VfModuleModelInvariantUUID:761380ae-ca43-4cc7-8216-56eebb184b64
VfModuleModelDescription:NULL
Artifacts UUID List:{
332de7bc-e47b-426d-9ab4-9fcdc3adc553
,
daeede17-4707-422a-ae5b-5a92d093987b

}
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-24T04:55:00.542Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFf9800671ebd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "761380ae-ca43-4cc7-8216-56eebb184b64",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ac4c5b93-c2df-4901-ad23-2cd84be0aec2",
    "vfModuleModelCustomizationUUID": "f790fbbc-d4d8-4eb6-97be-c16f509845e6",
    "isBase": true,
    "artifacts": [
      "332de7bc-e47b-426d-9ab4-9fcdc3adc553",
      "daeede17-4707-422a-ae5b-5a92d093987b"
    ],
    "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-24T04:55:00.542Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFf9800671ebd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac4c5b93-c2df-4901-ad23-2cd84be0aec2
VfModuleModelInvariantUUID:761380ae-ca43-4cc7-8216-56eebb184b64
VfModuleModelDescription:NULL
Artifacts UUID List:{
332de7bc-e47b-426d-9ab4-9fcdc3adc553
,
daeede17-4707-422a-ae5b-5a92d093987b

}
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-24T04:55:00.543Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 332de7bc-e47b-426d-9ab4-9fcdc3adc553 from URL: /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml
2023-01-24T04:55:00.543Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T04:55:00.543Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml
2023-01-24T04:55:00.617Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T04:55:00.627Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml 332de7bc-e47b-426d-9ab4-9fcdc3adc553 20368
2023-01-24T04:55:00.628Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-24T04:55:00.628Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml
2023-01-24T04:55:00.629Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T04:55:00.629Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:55:00.632Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:55:00.633Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536100628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T04:55:00.733Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T04:55:00.734Z||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-24T04:55:00.734Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:55:00.752Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:55:00.753Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:55:01.634Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: daeede17-4707-422a-ae5b-5a92d093987b from URL: /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env
2023-01-24T04:55:01.634Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T04:55:01.635Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env
2023-01-24T04:55:01.730Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T04:55:01.732Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env daeede17-4707-422a-ae5b-5a92d093987b 2098
2023-01-24T04:55:01.733Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-24T04:55:01.734Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env
2023-01-24T04:55:01.734Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T04:55:01.736Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:55:01.746Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:55:01.747Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536101733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T04:55:01.848Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T04:55:01.849Z||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-24T04:55:01.849Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:55:01.871Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:55:01.872Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:55:02.748Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 07a7de05-634a-4b76-a654-7cff2e0c41cf
2023-01-24T04:55:02.758Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ff980067-1ebd 0 d71f77ad-bc34-4a6c-a76c-c87735706bae 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-24T04:55:02.862Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@796061aa, org.onap.sdc.toscaparser.api.parameters.Input@1e1d03bf, org.onap.sdc.toscaparser.api.parameters.Input@6fb6fc1b, org.onap.sdc.toscaparser.api.parameters.Input@3b58726c, org.onap.sdc.toscaparser.api.parameters.Input@41cf399c]
2023-01-24T04:55:02.867Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.868Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.868Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-01-24T04:55:02.869Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4
2023-01-24T04:55:02.869Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4 matches Tosca VF Customization UUID: 157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4
2023-01-24T04:55:02.869Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4  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-24T04:55:02.881Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.882Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.884Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-24T04:55:02.885Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46d6081b
2023-01-24T04:55:02.885Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.885Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T04:55:02.886Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f790fbbc-d4d8-4eb6-97be-c16f509845e6
2023-01-24T04:55:02.887Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f790fbbc-d4d8-4eb6-97be-c16f509845e6
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-24T04:55:02.896Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.897Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:55:02.897Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:55:02.899Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.900Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:55:02.900Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:55:02.901Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.901Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is not matching search criteria
2023-01-24T04:55:02.901Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T04:55:02.901Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-24T04:55:02.902Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T04:55:02.902Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T04:55:02.902Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T04:55:02.903Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.903Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T04:55:02.903Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T04:55:02.903Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T04:55:02.904Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T04:55:02.904Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.904Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c79620a3-ccbf-4185-bff6-fd27f8e7f5de
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-24T04:55:02.920Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.921Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:55:02.921Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:55:02.922Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.922Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is not matching search criteria
2023-01-24T04:55:02.923Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T04:55:02.923Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T04:55:02.923Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T04:55:02.923Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.923Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T04:55:02.924Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.924Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T04:55:02.924Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-24T04:55:02.924Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-24T04:55:02.924Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-24T04:55:02.925Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-24T04:55:02.925Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.925Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f504bc46-8a92-4b94-a432-05605f6244b1
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-24T04:55:02.928Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.929Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:55:02.929Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:55:02.933Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.934Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is not matching search criteria
2023-01-24T04:55:02.934Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-24T04:55:02.935Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-24T04:55:02.935Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-24T04:55:02.935Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.935Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-24T04:55:02.936Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.936Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-24T04:55:02.936Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-24T04:55:02.936Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-24T04:55:02.936Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-24T04:55:02.937Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-24T04:55:02.937Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-24T04:55:02.937Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=76c3c26d-88e9-40a5-ad3e-16b4211ba5dc
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-24T04:55:02.973Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.976Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:55:02.977Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T04:55:02.980Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.980Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Node template vFW ff980067-1ebd 0 is matching search criteria
2023-01-24T04:55:02.981Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ff980067-1ebd 0] matching following query criteria: sdcType=VF, customizationUUID=157e4d27-5fbd-4c9f-ae81-d4ecb5ecc2e4
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-24T04:55:02.985Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.985Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.986Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 07a7de05-634a-4b76-a654-7cff2e0c41cf: vFW ff980067-1ebd
2023-01-24T04:55:02.986Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.987Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.988Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.988Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.989Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.989Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.989Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.990Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.990Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T04:55:02.990Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-24 04-53-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T04:55:02.990Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-01-24 04-53-24 
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-24T04:55:03.589Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ff980067-1ebd d71f77ad-bc34-4a6c-a76c-c87735706bae 1 ASDC deployResourceStructure
2023-01-24T04:55:03.590Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json ASDC sendASDCNotification
2023-01-24T04:55:03.590Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json
2023-01-24T04:55:03.590Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T04:55:03.591Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:55:03.593Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:55:03.593Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536103590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T04:55:03.694Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T04:55:03.695Z||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-24T04:55:03.695Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:55:03.720Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:55:03.721Z||pool-14-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:55:04.604Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-24T04:55:04.604Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml
2023-01-24T04:55:04.608Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T04:55:04.609Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:55:04.612Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:55:04.612Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536104604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T04:55:04.714Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T04:55:04.715Z||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-24T04:55:04.715Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:55:04.735Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:55:04.736Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-24T04:55:05.615Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-24T04:55:05.616Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env
2023-01-24T04:55:05.616Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T04:55:05.617Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:55:05.630Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:55:05.630Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536105615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-24T04:55:05.729Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-24T04:55:05.736Z||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-24T04:55:05.736Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:55:05.782Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:55:05.783Z||pool-16-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:55:06.631Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar ASDC sendASDCNotification
2023-01-24T04:55:06.632Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar
2023-01-24T04:55:06.633Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T04:55:06.633Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:55:06.637Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:55:06.637Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536106631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T04:55:06.737Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T04:55:06.738Z||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-24T04:55:06.738Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:55:06.791Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:55:06.793Z||pool-17-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:55:07.638Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:55:07.685Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T04:55:07.701Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T04:55:07.702Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T04:55:07.702Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T04:55:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:55:36.947Z||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-24T04:55:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:55:36.975Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:55:36.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:55:36.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536075322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:55:36.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:55:37.703Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:55:37.716Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T04:55:37.719Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T04:55:37.719Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T04:55:37.720Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T04:56:07.720Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:56:07.736Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T04:56:07.740Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T04:56:07.740Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T04:56:07.740Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T04:56:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:56:36.947Z||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-24T04:56:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:56:36.987Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:56:36.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:56:36.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536076926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:56:36.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:56:37.741Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:56:37.752Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T04:56:37.755Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T04:56:37.756Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T04:56:37.756Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T04:57:07.756Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:57:07.785Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T04:57:07.790Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T04:57:07.791Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T04:57:07.791Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T04:57:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:57:36.946Z||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-24T04:57:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:57:37.489Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:57:37.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "aai-ml",
  "timestamp": 1674536082833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536073034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536076926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T04:57:37.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536075322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T04:57:37.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "aai-ml",
  "timestamp": 1674536082833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536073034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536076926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-24T04:57:37.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536075322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-24T04:57:37.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "aai-ml",
  "timestamp": 1674536082833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536073034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536076926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536075322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "cds",
  "timestamp": 1674536084818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "aai-ml",
  "timestamp": 1674536082833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536073034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536076926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-24T04:57:37.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536075322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-24T04:57:37.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "cds",
  "timestamp": 1674536084818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "aai-ml",
  "timestamp": 1674536082833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536073034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536076926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536075322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "cds",
  "timestamp": 1674536084818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "aai-ml",
  "timestamp": 1674536082833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536073034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T04:57:37.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536076926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T04:57:37.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "cds",
  "timestamp": 1674536084818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536075322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T04:57:37.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536088288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "aai-ml",
  "timestamp": 1674536082833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T04:57:37.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "cds",
  "timestamp": 1674536084818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536088288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536090471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536090019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "aai-ml",
  "timestamp": 1674536090927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536090384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "cds",
  "timestamp": 1674536084818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536088288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536091189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "cds",
  "timestamp": 1674536084818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T04:57:37.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536088288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536092262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "cds",
  "timestamp": 1674536092774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536088288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536093498,
  "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-24T04:57:37.535Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ed31426-4159-4b50-8d0a-ff15e6805373
2023-01-24T04:57:37.536Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ed31426-4159-4b50-8d0a-ff15e6805373 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-24T04:57:37.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "cds",
  "timestamp": 1674536093834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-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-24T04:57:37.565Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ed31426-4159-4b50-8d0a-ff15e6805373
2023-01-24T04:57:37.565Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ed31426-4159-4b50-8d0a-ff15e6805373 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-24T04:57:37.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536088288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536094527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T04:57:37.584Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536088288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T04:57:37.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T04:57:37.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536099477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536100628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536101733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T04:57:37.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536102514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T04:57:37.590Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536103521,
  "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-24T04:57:37.616Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ed31426-4159-4b50-8d0a-ff15e6805373
2023-01-24T04:57:37.616Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ed31426-4159-4b50-8d0a-ff15e6805373 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-24T04:57:37.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536103590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/vfwff9800671ebd0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T04:57:37.633Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536104604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T04:57:37.634Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536105615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/resourceInstances/vfwff9800671ebd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-24T04:57:37.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536106631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T04:57:37.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "aai-ml",
  "timestamp": 1674536116381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230124045324/1.0/artifacts/service-Vfw20230124045324-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T04:57:37.637Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T04:57:37.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:57:37.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "aai-ml",
  "timestamp": 1674536117394,
  "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-24T04:57:37.653Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ed31426-4159-4b50-8d0a-ff15e6805373
2023-01-24T04:57:37.654Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ed31426-4159-4b50-8d0a-ff15e6805373 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-24T04:57:37.792Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:57:37.838Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T04:57:37.846Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T04:57:37.846Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T04:57:37.846Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T04:57:37.847Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T04:57:37.847Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T04:57:37.847Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T04:57:37.847Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T04:57:37.847Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T04:57:37.848Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T04:57:37.848Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T04:57:37.868Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T04:58:07.869Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ed31426-4159-4b50-8d0a-ff15e6805373 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-24T04:58:07.894Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ed31426-4159-4b50-8d0a-ff15e6805373 and serviceModelVersionId: 07a7de05-634a-4b76-a654-7cff2e0c41cf
2023-01-24T04:58:07.894Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 500b16ed-205e-4b04-aa81-a53dc8448bfa
2023-01-24T04:58:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:58:36.946Z||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-24T04:58:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:58:41.662Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0
2023-01-24T04:58:42.013Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T04:58:43.102Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0|INFO|500||Invoke
2023-01-24T04:58:43.125Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4ed31426-4159-4b50-8d0a-ff15e6805373], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b2b447a3-73cf-4c83-90ec-1669fe9aeec6], X-ECOMP-RequestID=[4ed31426-4159-4b50-8d0a-ff15e6805373], X-TransactionId=[], X-ONAP-RequestID=[4ed31426-4159-4b50-8d0a-ff15e6805373], Content-Type=[application/merge-patch+json]}
2023-01-24T04:58:43.519Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T04:58:43.870Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?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/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 04:58:44 GMT], content-length=[0], vertex-id=[172160], x-aai-txid=[1-aai-resources-230124-04:58:44:484-57145], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T04:58:43.873Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T04:58:43.874Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/500b16ed-205e-4b04-aa81-a53dc8448bfa/model-vers/model-ver/07a7de05-634a-4b76-a654-7cff2e0c41cf?depth=0|INFO|500||InvokeReturn
2023-01-24T04:58:43.880Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T04:58:43.883Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T04:58:43.898Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T04:58:43.900Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ed31426-4159-4b50-8d0a-ff15e6805373 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T04:58:43.901Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T04:58:43.902Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T04:58:43.906Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T04:58:43.906Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536323900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T04:58:44.006Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T04:58:44.008Z||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-24T04:58:44.008Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T04:58:44.037Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:58:44.038Z||pool-18-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-24T04:58:44.682Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:58:44.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T04:58:44.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ed31426-4159-4b50-8d0a-ff15e6805373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536323900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T04:58:44.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-24T04:58:44.945Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:58:44.945Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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-24T04:58:44.946Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:58:55.516Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:58:55.517Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:58:55.518Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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-24T04:58:55.518Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:59:05.100Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:59:05.101Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:59:05.101Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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-24T04:59:05.101Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:59:14.693Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:59:14.694Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:59:14.694Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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-24T04:59:14.695Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:59:24.272Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:59:36.926Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:59:36.927Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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-24T04:59:36.927Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:59:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T04:59:36.946Z||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-24T04:59:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T04:59:46.542Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T04:59:46.572Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:36.927Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:00:36.930Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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-24T05:00:36.930Z|4ed31426-4159-4b50-8d0a-ff15e6805373|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:00:36.951Z||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-24T05:00:36.952Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:37.618Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:37.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536388288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536395322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536395322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T05:00:37.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536388288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536388288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536395322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-24T05:00:37.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "cds",
  "timestamp": 1674536399818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536388288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536395322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "cds",
  "timestamp": 1674536399818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536395322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-24T05:00:37.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536388288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "cds",
  "timestamp": 1674536399818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536395322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536388288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536403034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "cds",
  "timestamp": 1674536399818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536388288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536395322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:00:37.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536403034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "cds",
  "timestamp": 1674536399818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536403034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536405348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:00:37.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "cds",
  "timestamp": 1674536399818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536403034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536406455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:00:37.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "cds",
  "timestamp": 1674536399818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:00:37.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536403034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536407559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:00:37.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "cds",
  "timestamp": 1674536407830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:00:37.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536403034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536408598,
  "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-24T05:00:37.676Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:37.678Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.678Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1422d07f-1a4d-406b-93f9-84f7ce506609","serviceName":"basic_onboard_ZyMWqx","serviceVersion":"1.0","serviceUUID":"b63b25a6-b66b-46d7-b520-9a64ba563069","serviceDescription":"service","serviceInvariantUUID":"7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d","resources":[{"resourceInstanceName":"basic_onboard_ZyMWqx 0","resourceName":"basic_onboard_ZyMWqx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"66f44efd-3cd3-4ca3-98fc-5907141e7768","resourceInvariantUUID":"e22ca599-1829-4688-a31e-9eaa8a1f692c","resourceCustomizationUUID":"be622a6f-274d-42c8-8230-61e23d712c55","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml","artifactChecksum":"ODgxZThmOTZjMzljOTZlNjVkYWZlNzI0ZTdhODE5OTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a404d82a-3c9d-4508-bbbd-2f9dca9e4ad1","artifactVersion":"1"},{"artifactName":"basic_onboard_zymwqx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json","artifactChecksum":"OTE0ZGVmZTRiYzNlOGU1YTE5ODM3MTYwZGVkNWJiOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"88f67326-d86f-4950-afda-f6d2a028ce21","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"72925d9b-24e1-455a-8144-8eeb1f82fd5e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8cf6e97b-e31b-4bda-ac81-d34f6193d06c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"167c388b-b153-451c-8da2-c1c44fa0bbb5","artifactVersion":"2","generatedFromUUID":"72925d9b-24e1-455a-8144-8eeb1f82fd5e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZymwqx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml","artifactChecksum":"ZDA4ZTFmNDVlMjczYzQ3MDdjYjNiODZkMzYwOTA3YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4ea5ced-d356-4e51-83f3-38676c57a5d5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZymwqx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar","artifactChecksum":"MjAxMjY1MWVhOWY5NmE2NmM1MDE4YWViZWU1YzE4ZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65ba5ea5-0930-46e3-8cde-47a330c38c4c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T05:00:37.683Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:00:37.684Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:37.688Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:37.689Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536436926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T05:00:37.726Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1422d07f-1a4d-406b-93f9-84f7ce506609
2023-01-24T05:00:37.727Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1422d07f-1a4d-406b-93f9-84f7ce506609 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-24T05:00:37.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "cds",
  "timestamp": 1674536408851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-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-24T05:00:37.761Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1422d07f-1a4d-406b-93f9-84f7ce506609
2023-01-24T05:00:37.762Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1422d07f-1a4d-406b-93f9-84f7ce506609 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-24T05:00:37.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536403034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:00:37.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536409605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T05:00:37.788Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536410922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:00:37.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "aai-ml",
  "timestamp": 1674536412833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "aai-ml",
  "timestamp": 1674536412833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536414773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:00:37.803Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2023-01-24T05:00:37.803Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "aai-ml",
  "timestamp": 1674536412833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536415781,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2023-01-24T05:00:37.806Z||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-24T05:00:37.806Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T05:00:37.834Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1422d07f-1a4d-406b-93f9-84f7ce506609
2023-01-24T05:00:37.835Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1422d07f-1a4d-406b-93f9-84f7ce506609 and ComponentName SDNC
2023-01-24T05:00:37.838Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:37.839Z||pool-19-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-24T05:00:37.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "aai-ml",
  "timestamp": 1674536412833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "aai-ml",
  "timestamp": 1674536412833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "aai-ml",
  "timestamp": 1674536412833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:37.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "aai-ml",
  "timestamp": 1674536412833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:00:37.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:00:37.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "aai-ml",
  "timestamp": 1674536420776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:00:37.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "aai-ml",
  "timestamp": 1674536435921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:00:37.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:00:37.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:00:37.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "aai-ml",
  "timestamp": 1674536436926,
  "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-24T05:00:37.907Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1422d07f-1a4d-406b-93f9-84f7ce506609
2023-01-24T05:00:37.911Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1422d07f-1a4d-406b-93f9-84f7ce506609 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-24T05:00:38.689Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:00:38.691Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:38.698Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:38.699Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536436926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T05:00:38.802Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-24T05:00:38.805Z||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-24T05:00:38.805Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:38.845Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:38.846Z||pool-20-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:39.700Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:00:39.702Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:39.707Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:39.708Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536436926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-24T05:00:39.807Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:00:39.809Z||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-24T05:00:39.809Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:39.826Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:39.827Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:40.708Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:00:40.709Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:40.712Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:40.713Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536436926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:40.819Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2023-01-24T05:00:40.822Z||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-24T05:00:40.823Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:40.855Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:40.857Z||pool-22-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:00:41.718Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:00:41.719Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:41.723Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:41.723Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536436926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-24T05:00:41.822Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-24T05:00:41.824Z||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-24T05:00:41.824Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:41.859Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:41.860Z||pool-23-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:42.724Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:00:42.725Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:42.729Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:42.729Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536436926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:00:42.829Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:00:42.830Z||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-24T05:00:42.831Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:42.850Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:42.856Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:43.731Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:00:43.731Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:43.735Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:43.736Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536436926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:00:43.837Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:00:43.839Z||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-24T05:00:43.839Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:43.871Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:43.872Z||pool-25-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:00:44.740Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "serviceName": "basic_onboard_ZyMWqx",
  "serviceVersion": "1.0",
  "serviceUUID": "b63b25a6-b66b-46d7-b520-9a64ba563069",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ZyMWqx 0",
      "resourceCustomizationUUID": "be622a6f-274d-42c8-8230-61e23d712c55",
      "resourceName": "basic_onboard_ZyMWqx",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "66f44efd-3cd3-4ca3-98fc-5907141e7768",
      "resourceInvariantUUID": "e22ca599-1829-4688-a31e-9eaa8a1f692c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zymwqx0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
          "artifactChecksum": "OTE0ZGVmZTRiYzNlOGU1YTE5ODM3MTYwZGVkNWJiOGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "88f67326-d86f-4950-afda-f6d2a028ce21",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "72925d9b-24e1-455a-8144-8eeb1f82fd5e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "167c388b-b153-451c-8da2-c1c44fa0bbb5",
            "generatedFromUUID": "72925d9b-24e1-455a-8144-8eeb1f82fd5e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "167c388b-b153-451c-8da2-c1c44fa0bbb5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZymwqx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
      "artifactChecksum": "MjAxMjY1MWVhOWY5NmE2NmM1MDE4YWViZWU1YzE4ZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "65ba5ea5-0930-46e3-8cde-47a330c38c4c"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T05:00:44.741Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T05:00:44.741Z|4ed31426-4159-4b50-8d0a-ff15e6805373|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b63b25a6-b66b-46d7-b520-9a64ba563069 ASDC
2023-01-24T05:00:44.741Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1422d07f-1a4d-406b-93f9-84f7ce506609
ServiceName:basic_onboard_ZyMWqx
ServiceVersion:1.0
ServiceUUID:b63b25a6-b66b-46d7-b520-9a64ba563069
ServiceInvariantUUID:7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZymwqx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar
ArtifactUUID:65ba5ea5-0930-46e3-8cde-47a330c38c4c
ArtifactChecksum:MjAxMjY1MWVhOWY5NmE2NmM1MDE4YWViZWU1YzE4ZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZyMWqx 0
ResourceCustomizationUUID:be622a6f-274d-42c8-8230-61e23d712c55
ResourceInvariantUUID:e22ca599-1829-4688-a31e-9eaa8a1f692c
ResourceName:basic_onboard_ZyMWqx
ResourceType:VF
ResourceUUID:66f44efd-3cd3-4ca3-98fc-5907141e7768
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zymwqx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json
ArtifactUUID:88f67326-d86f-4950-afda-f6d2a028ce21
ArtifactChecksum:OTE0ZGVmZTRiYzNlOGU1YTE5ODM3MTYwZGVkNWJiOGU=
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/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:72925d9b-24e1-455a-8144-8eeb1f82fd5e
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/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env
ArtifactUUID:167c388b-b153-451c-8da2-c1c44fa0bbb5
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/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env
ArtifactUUID:167c388b-b153-451c-8da2-c1c44fa0bbb5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-24T05:00:44.741Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b63b25a6-b66b-46d7-b520-9a64ba563069 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-24T05:00:44.883Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:00:44.884Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T05:00:44.884Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T05:00:44.885Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 65ba5ea5-0930-46e3-8cde-47a330c38c4c from URL: /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:44.885Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T05:00:44.886Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:45.040Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T05:00:45.051Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar 65ba5ea5-0930-46e3-8cde-47a330c38c4c 75324
2023-01-24T05:00:45.052Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar ASDC sendASDCNotification
2023-01-24T05:00:45.052Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:45.052Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:00:45.054Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:45.058Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:45.058Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536445051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:00:45.157Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-24T05:00:45.160Z||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-24T05:00:45.161Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:45.203Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:45.205Z||pool-26-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:46.060Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:00:46.061Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-24T05:00:46.062Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 65ba5ea5-0930-46e3-8cde-47a330c38c4c, URL: /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar to file: /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:46.062Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:46.063Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:46.063Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:46.440Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5295339992400044092/Definitions/service-BasicOnboardZymwqx-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-24T05:00:49.578Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T05:00:49.580Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-24T05:00:49.580Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.580Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-24T05:00:49.581Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.581Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.581Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZyMWqx 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-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.581Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.583Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.583Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.583Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:49.583Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-24T05:00:49.584Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:49.584Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:49.584Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:49.585Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-24T05:00:49.585Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:00:49.585Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:49.585Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:49.586Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:49.586Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-24T05:00:49.586Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:00:49.586Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:49.587Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:49.588Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:49.588Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is not matching search criteria
2023-01-24T05:00:49.588Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-24T05:00:49.589Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-24T05:00:49.589Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-24T05:00:49.590Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-24T05:00:49.590Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T05:00:49.591Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:49.591Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T05:00:49.591Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:49.591Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:49.592Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:00:49.592Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:49.593Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:49.593Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:00:49.593Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:49.593Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:49.593Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:00:49.594Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:49.596Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is not matching search criteria
2023-01-24T05:00:49.596Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-24T05:00:49.596Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-24T05:00:49.597Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=35405e8d-d23d-41d5-9ddf-fb19edca142a
2023-01-24T05:00:49.597Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:49.597Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:49.597Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:49.598Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:49.598Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:49.598Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:49.598Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:49.599Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:49.599Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ZyMWqx
Description:service
Model UUID:b63b25a6-b66b-46d7-b520-9a64ba563069
Model Version:NULL
Model InvariantUuid:7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ZyMWqx
Model UUID:2ee06595-9d91-4301-bb64-ca800bda0770
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e22ca599-1829-4688-a31e-9eaa8a1f692c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:be622a6f-274d-42c8-8230-61e23d712c55
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:54a7b624-5998-4031-8cf2-c8c716f593dc
ModelName:BasicOnboardZymwqx..base_ubuntu18..module-0
ModelUuid:bb49db6f-4fd2-4570-9cf7-0fd3fa8ded32
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:35405e8d-d23d-41d5-9ddf-fb19edca142a
ModelInvariantUuid:a792648c-e1e3-4b7e-bdb9-d1a7e96bf832
ModelName:basic_onboard_ZyMWqx-nodes.ubuntu18Cvfc
ModelUuid:39e03a47-18bf-4020-a8fa-18860f760038
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a1fd3bd9-6d68-4fee-8a18-b1353d8b626d
ModelInvariantUuid:cb4e750b-16c7-4dae-9b2a-f31bf606833e
ModelName:BasicOnboardZymwqx.compute.nodes.heat.ubuntu18
ModelUuid:daaec118-44cd-498f-83a8-f3680f74479f
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-24T05:00:49.637Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 66f44efd-3cd3-4ca3-98fc-5907141e7768
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-24T05:00:49.658Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||basic_onboard_ZyMWqx 0
2023-01-24T05:00:49.658Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 66f44efd-3cd3-4ca3-98fc-5907141e7768
2023-01-24T05:00:49.659Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 88f67326-d86f-4950-afda-f6d2a028ce21 from URL: /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json
2023-01-24T05:00:49.659Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T05:00:49.660Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json
2023-01-24T05:00:49.717Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T05:00:49.718Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json 88f67326-d86f-4950-afda-f6d2a028ce21 798
2023-01-24T05:00:49.718Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json ASDC sendASDCNotification
2023-01-24T05:00:49.718Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json
2023-01-24T05:00:49.719Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:00:49.719Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:49.726Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:49.726Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536449718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:00:49.823Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-24T05:00:49.824Z||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-24T05:00:49.824Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:49.843Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:49.844Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:00:50.728Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZymwqx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "54a7b624-5998-4031-8cf2-c8c716f593dc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb49db6f-4fd2-4570-9cf7-0fd3fa8ded32",
    "vfModuleModelCustomizationUUID": "e6634829-e114-4a72-af94-30c76e557826",
    "isBase": true,
    "artifacts": [
      "72925d9b-24e1-455a-8144-8eeb1f82fd5e",
      "167c388b-b153-451c-8da2-c1c44fa0bbb5"
    ],
    "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-24T05:00:50.739Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZymwqx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb49db6f-4fd2-4570-9cf7-0fd3fa8ded32
VfModuleModelInvariantUUID:54a7b624-5998-4031-8cf2-c8c716f593dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
72925d9b-24e1-455a-8144-8eeb1f82fd5e
,
167c388b-b153-451c-8da2-c1c44fa0bbb5

}
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-24T05:00:50.759Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZymwqx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "54a7b624-5998-4031-8cf2-c8c716f593dc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb49db6f-4fd2-4570-9cf7-0fd3fa8ded32",
    "vfModuleModelCustomizationUUID": "e6634829-e114-4a72-af94-30c76e557826",
    "isBase": true,
    "artifacts": [
      "72925d9b-24e1-455a-8144-8eeb1f82fd5e",
      "167c388b-b153-451c-8da2-c1c44fa0bbb5"
    ],
    "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-24T05:00:50.761Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZymwqx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb49db6f-4fd2-4570-9cf7-0fd3fa8ded32
VfModuleModelInvariantUUID:54a7b624-5998-4031-8cf2-c8c716f593dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
72925d9b-24e1-455a-8144-8eeb1f82fd5e
,
167c388b-b153-451c-8da2-c1c44fa0bbb5

}
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-24T05:00:50.762Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 72925d9b-24e1-455a-8144-8eeb1f82fd5e from URL: /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml
2023-01-24T05:00:50.762Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T05:00:50.762Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml
2023-01-24T05:00:50.836Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T05:00:50.837Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml 72925d9b-24e1-455a-8144-8eeb1f82fd5e 5033
2023-01-24T05:00:50.838Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-24T05:00:50.838Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml
2023-01-24T05:00:50.838Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:00:50.839Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:50.843Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:50.843Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536450838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:00:50.943Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:00:50.944Z||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-24T05:00:50.944Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:50.960Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:50.961Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:51.844Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 167c388b-b153-451c-8da2-c1c44fa0bbb5 from URL: /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env
2023-01-24T05:00:51.845Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-24T05:00:51.846Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env
2023-01-24T05:00:52.011Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-24T05:00:52.020Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env 167c388b-b153-451c-8da2-c1c44fa0bbb5 909
2023-01-24T05:00:52.021Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-24T05:00:52.022Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env
2023-01-24T05:00:52.023Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:00:52.024Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:52.029Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:52.030Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536452021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:00:52.129Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:00:52.132Z||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-24T05:00:52.132Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:52.172Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:52.173Z||pool-29-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":2,"count":1}
2023-01-24T05:00:53.031Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b63b25a6-b66b-46d7-b520-9a64ba563069
2023-01-24T05:00:53.032Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZyMWqx 0 66f44efd-3cd3-4ca3-98fc-5907141e7768 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-24T05:00:53.137Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e86e847, org.onap.sdc.toscaparser.api.parameters.Input@3de4b12e, org.onap.sdc.toscaparser.api.parameters.Input@7b81f504, org.onap.sdc.toscaparser.api.parameters.Input@5e74840e, org.onap.sdc.toscaparser.api.parameters.Input@57b98b57]
2023-01-24T05:00:53.141Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:53.142Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.143Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-01-24T05:00:53.144Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= be622a6f-274d-42c8-8230-61e23d712c55
2023-01-24T05:00:53.145Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: be622a6f-274d-42c8-8230-61e23d712c55 matches Tosca VF Customization UUID: be622a6f-274d-42c8-8230-61e23d712c55
2023-01-24T05:00:53.159Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: be622a6f-274d-42c8-8230-61e23d712c55  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-24T05:00:53.178Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:53.179Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.181Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id be622a6f-274d-42c8-8230-61e23d712c55: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-24T05:00:53.181Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@413f7fff
2023-01-24T05:00:53.181Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:53.182Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T05:00:53.182Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6634829-e114-4a72-af94-30c76e557826
2023-01-24T05:00:53.182Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6634829-e114-4a72-af94-30c76e557826
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-24T05:00:53.201Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:53.203Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:53.204Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:00:53.205Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:53.206Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:53.206Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:00:53.207Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:53.207Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is not matching search criteria
2023-01-24T05:00:53.208Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-24T05:00:53.210Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-24T05:00:53.210Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=35405e8d-d23d-41d5-9ddf-fb19edca142a
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-24T05:00:53.221Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:53.222Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:53.222Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:00:53.223Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:53.223Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZyMWqx 0 is matching search criteria
2023-01-24T05:00:53.224Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZyMWqx 0] matching following query criteria: sdcType=VF, customizationUUID=be622a6f-274d-42c8-8230-61e23d712c55
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-24T05:00:53.243Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:53.244Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.245Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b63b25a6-b66b-46d7-b520-9a64ba563069: basic_onboard_ZyMWqx
2023-01-24T05:00:53.251Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:53.251Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.252Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:53.254Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.269Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:53.271Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.271Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:53.273Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.273Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:00:53.275Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZyMWqx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:00:53.276Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_ZyMWqx 
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-24T05:00:53.708Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZyMWqx 66f44efd-3cd3-4ca3-98fc-5907141e7768 1 ASDC deployResourceStructure
2023-01-24T05:00:53.711Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json ASDC sendASDCNotification
2023-01-24T05:00:53.712Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json
2023-01-24T05:00:53.712Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:00:53.713Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:53.721Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:53.722Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536453711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T05:00:53.817Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-24T05:00:53.819Z||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-24T05:00:53.819Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:53.855Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:53.856Z||pool-30-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:54.725Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-24T05:00:54.726Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml
2023-01-24T05:00:54.726Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:00:54.727Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:54.731Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:54.731Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536454725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T05:00:54.833Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:00:54.835Z||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-24T05:00:54.836Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:54.877Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:54.878Z||pool-31-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:55.735Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-24T05:00:55.736Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env
2023-01-24T05:00:55.736Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:00:55.737Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:55.746Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:55.747Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536455735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-24T05:00:55.841Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-24T05:00:55.843Z||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-24T05:00:55.843Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:55.880Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:55.882Z||pool-32-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:00:56.749Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar ASDC sendASDCNotification
2023-01-24T05:00:56.749Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar
2023-01-24T05:00:56.749Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:00:56.750Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:00:56.757Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:00:56.757Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536456748,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:00:56.856Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-24T05:00:56.858Z||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-24T05:00:56.859Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:00:56.883Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:00:56.884Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:00:57.761Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1422d07f-1a4d-406b-93f9-84f7ce506609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:00:57.790Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1422d07f-1a4d-406b-93f9-84f7ce506609
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:00:57.798Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:00:57.802Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:00:57.804Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T05:00:57.804Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T05:00:57.804Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:00:57.805Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:00:57.805Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:00:57.805Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:00:57.806Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:00:57.806Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T05:00:57.825Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T05:01:27.827Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1422d07f-1a4d-406b-93f9-84f7ce506609 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-24T05:01:27.849Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1422d07f-1a4d-406b-93f9-84f7ce506609 and serviceModelVersionId: b63b25a6-b66b-46d7-b520-9a64ba563069
2023-01-24T05:01:27.849Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d
2023-01-24T05:01:27.851Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d/model-vers/model-ver/b63b25a6-b66b-46d7-b520-9a64ba563069?depth=0
2023-01-24T05:01:27.858Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T05:01:27.977Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d/model-vers/model-ver/b63b25a6-b66b-46d7-b520-9a64ba563069?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-24T05:01:27.980Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d/model-vers/model-ver/b63b25a6-b66b-46d7-b520-9a64ba563069?depth=0|INFO|500||Invoke
2023-01-24T05:01:28.027Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d/model-vers/model-ver/b63b25a6-b66b-46d7-b520-9a64ba563069?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T05:01:28.483Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d/model-vers/model-ver/b63b25a6-b66b-46d7-b520-9a64ba563069?depth=0|INFO|500||InvokeReturn
2023-01-24T05:01:28.484Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f7c9fc9-412c-49fa-b76c-eeff4ccc7e2d/model-vers/model-ver/b63b25a6-b66b-46d7-b520-9a64ba563069?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 05:01:29 GMT], content-length=[0], vertex-id=[229464], x-aai-txid=[0-aai-resources-230124-05:01:29:006-19714], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T05:01:28.484Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-01-24T05:01:28.508Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T05:01:28.509Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T05:01:28.548Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T05:01:28.549Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1422d07f-1a4d-406b-93f9-84f7ce506609 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T05:01:28.549Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T05:01:28.556Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:01:28.560Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:01:28.560Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536488549,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T05:01:28.663Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-24T05:01:28.665Z||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-24T05:01:28.665Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:01:28.780Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:01:28.781Z||pool-34-thread-1|||||INFO|500||cambria reply ok (117 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-24T05:01:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:01:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T05:01:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:01:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:01:36.947Z||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-24T05:01:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:01:37.091Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:01:37.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:01:37.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536436926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:01:37.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:01:46.522Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:02:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:02:36.929Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T05:02:36.929Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:02:36.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:02:36.950Z||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-24T05:02:36.950Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:02:37.500Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:02:37.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536436926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T05:02:37.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:02:37.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536436926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-24T05:02:37.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:02:37.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536436926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:02:37.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:02:37.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536436926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-24T05:02:37.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:02:37.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536436926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:02:37.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:02:37.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536436926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:02:37.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:02:37.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536445051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:02:37.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536449718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:02:37.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536450838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:02:37.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536452021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:02:37.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536453711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/basic_onboard_zymwqx0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T05:02:37.521Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536454725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T05:02:37.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536455735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/resourceInstances/basic_onboard_zymwqx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-24T05:02:37.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536456748,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZymwqx/1.0/artifacts/service-BasicOnboardZymwqx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:02:37.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:37.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:02:37.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1422d07f-1a4d-406b-93f9-84f7ce506609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536488549,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T05:02:37.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:02:46.546Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:03:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:03:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T05:03:36.929Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:03:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:03:36.946Z||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-24T05:03:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:03:46.500Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:03:46.536Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:04:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:04:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T05:04:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:04:36.947Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:04:36.949Z||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-24T05:04:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:04:46.547Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:04:46.598Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:05:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:05:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T05:05:36.930Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:05:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:05:36.946Z||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-24T05:05:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:05:46.522Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:05:46.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:06:36.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:06:36.928Z||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-24T05:06:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:06:36.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:06:36.948Z||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-24T05:06:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:06:46.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:06:46.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:07:36.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:07:36.927Z||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-24T05:07:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:07:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:07:36.946Z||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-24T05:07:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:07:46.540Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:07:46.545Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:08:36.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:08:36.927Z||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-24T05:08:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:08:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:08:36.947Z||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-24T05:08:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:08:46.589Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:08:46.604Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:09:36.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:09:36.927Z||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-24T05:09:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:09:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:09:36.946Z||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-24T05:09:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:09:37.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:09:37.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbaa36ea-5550-4faf-ae26-70538b287649","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"63fb78c4-9335-41ab-83cd-0b8eba9bc1ca","serviceDescription":"service","serviceInvariantUUID":"0a1a4c03-6427-4a05-b24f-a6bc31da7a7a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f0d657e4-f550-4743-bf25-5ab6d742cb4c","resourceInvariantUUID":"9a595b7c-5de4-4dc0-8522-a0d807b4510f","resourceCustomizationUUID":"77815503-5c67-4d39-8669-4e11a4488e48","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":"OGMzMWQxZDg1NmJjYmEzNDQzYjE1NGUyMjBlYmNkYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e517249a-117d-4bbd-bb5f-563885cda107","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGM2ZTVmMmFlY2JjMTgxZjk2YWYyNjY4MjY2NzA3YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20791367-50a3-4c6f-9881-3235d8bf3115","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T05:09:37.599Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:09:37.600Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:09:37.606Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:09:37.606Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536976926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:09:37.620Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:09:37.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536955322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:09:37.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:09:37.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "aai-ml",
  "timestamp": 1674536952834,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:09:37.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:09:37.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "cds",
  "timestamp": 1674536954818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:09:37.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:09:37.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536955322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:09:37.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:09:37.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "aai-ml",
  "timestamp": 1674536952834,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:09:37.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:09:37.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "cds",
  "timestamp": 1674536954818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:09:37.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:09:37.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "aai-ml",
  "timestamp": 1674536963884,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:09:37.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:09:37.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "cds",
  "timestamp": 1674536963267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:09:37.628Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:09:37.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "cds",
  "timestamp": 1674536964287,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:09:37.660Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbaa36ea-5550-4faf-ae26-70538b287649
2023-01-24T05:09:37.661Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbaa36ea-5550-4faf-ae26-70538b287649 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-24T05:09:37.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536968288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:09:37.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:09:37.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674536968288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:09:37.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:09:37.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "aai-ml",
  "timestamp": 1674536970823,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:09:37.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:09:37.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "aai-ml",
  "timestamp": 1674536971836,
  "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-24T05:09:37.693Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbaa36ea-5550-4faf-ae26-70538b287649
2023-01-24T05:09:37.694Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbaa36ea-5550-4faf-ae26-70538b287649 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-24T05:09:37.706Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:09:37.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536973034,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:09:37.708Z||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-24T05:09:37.708Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:09:37.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:09:37.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536973034,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:09:37.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:09:37.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:09:37.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536976166,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:09:37.710Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:09:37.732Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:09:37.733Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:09:38.613Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:09:38.614Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:09:38.617Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:09:38.618Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536976926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:09:38.718Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:09:38.719Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-24T05:09:38.719Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:09:38.739Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:09:38.740Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:09:39.622Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "63fb78c4-9335-41ab-83cd-0b8eba9bc1ca",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0a1a4c03-6427-4a05-b24f-a6bc31da7a7a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "77815503-5c67-4d39-8669-4e11a4488e48",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "f0d657e4-f550-4743-bf25-5ab6d742cb4c",
      "resourceInvariantUUID": "9a595b7c-5de4-4dc0-8522-a0d807b4510f",
      "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": "MGM2ZTVmMmFlY2JjMTgxZjk2YWYyNjY4MjY2NzA3YmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "20791367-50a3-4c6f-9881-3235d8bf3115"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T05:09:39.622Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T05:09:39.623Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 63fb78c4-9335-41ab-83cd-0b8eba9bc1ca ASDC
2023-01-24T05:09:39.624Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bbaa36ea-5550-4faf-ae26-70538b287649
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:63fb78c4-9335-41ab-83cd-0b8eba9bc1ca
ServiceInvariantUUID:0a1a4c03-6427-4a05-b24f-a6bc31da7a7a
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:20791367-50a3-4c6f-9881-3235d8bf3115
ArtifactChecksum:MGM2ZTVmMmFlY2JjMTgxZjk2YWYyNjY4MjY2NzA3YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:77815503-5c67-4d39-8669-4e11a4488e48
ResourceInvariantUUID:9a595b7c-5de4-4dc0-8522-a0d807b4510f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f0d657e4-f550-4743-bf25-5ab6d742cb4c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-01-24T05:09:39.625Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63fb78c4-9335-41ab-83cd-0b8eba9bc1ca 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-24T05:09:39.684Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:09:39.686Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:09:39.686Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:09:39.686Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 20791367-50a3-4c6f-9881-3235d8bf3115 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-24T05:09:39.686Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-24T05:09:39.687Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-24T05:09:39.779Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-24T05:09:39.785Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 20791367-50a3-4c6f-9881-3235d8bf3115 57666
2023-01-24T05:09:39.785Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-24T05:09:39.786Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-24T05:09:39.786Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:09:39.786Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:09:39.790Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:09:39.792Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536979785,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:09:39.890Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-24T05:09:39.892Z||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-24T05:09:39.892Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:09:39.913Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:09:39.914Z||pool-37-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:09:40.793Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:09:40.794Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:09:40.794Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 20791367-50a3-4c6f-9881-3235d8bf3115, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:40.799Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-24T05:09:40.800Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:40.800Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:41.020Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12562356006155933085/Definitions/service-BasicNetwork-template.yml
2023-01-24T05:09:41.972Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T05:09:41.973Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-24T05:09:41.973Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:41.973Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-24T05:09:41.973Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:41.974Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:41.974Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:41.975Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:41.975Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:41.975Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:41.975Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:41.976Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-24T05:09:41.976Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-24T05:09:41.976Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:09:41.976Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:41.977Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-24T05:09:41.977Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-24T05:09:41.978Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:09:41.978Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:09:41.978Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:41.979Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-24T05:09:41.979Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-24T05:09:41.979Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:09:41.979Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:09:41.979Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:41.980Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:09:41.980Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:41.980Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:09:41.980Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:41.981Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:09:41.981Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:41.981Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:09:41.981Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:41.981Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:63fb78c4-9335-41ab-83cd-0b8eba9bc1ca
Model Version:NULL
Model InvariantUuid:0a1a4c03-6427-4a05-b24f-a6bc31da7a7a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9a595b7c-5de4-4dc0-8522-a0d807b4510f
Model UUID:1a081a00-bc5c-40b0-9755-c44fa66282d5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:77815503-5c67-4d39-8669-4e11a4488e48
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-24T05:09:41.997Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: f0d657e4-f550-4743-bf25-5ab6d742cb4c
2023-01-24T05:09:41.997Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||No resources found for Service: 63fb78c4-9335-41ab-83cd-0b8eba9bc1ca
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-24T05:09:42.005Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||
2023-01-24T05:09:42.006Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-01-24T05:09:42.007Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 63fb78c4-9335-41ab-83cd-0b8eba9bc1ca
2023-01-24T05:09:42.007Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 63fb78c4-9335-41ab-83cd-0b8eba9bc1ca
2023-01-24T05:09:42.008Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-01-24T05:09:42.008Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T05:09:42.017Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e38b494, org.onap.sdc.toscaparser.api.parameters.Input@153b2b35, org.onap.sdc.toscaparser.api.parameters.Input@7194eabd, org.onap.sdc.toscaparser.api.parameters.Input@698e1eae, org.onap.sdc.toscaparser.api.parameters.Input@62999b1f]
2023-01-24T05:09:42.020Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:09:42.020Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:42.020Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:09:42.021Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:42.021Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 63fb78c4-9335-41ab-83cd-0b8eba9bc1ca: Generic NeutronNet
2023-01-24T05:09:42.021Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:09:42.021Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:42.022Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:09:42.022Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-24T05:09:42.105Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:09:42.106Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:42.106Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:09:42.107Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:42.107Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:09:42.107Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:09:42.107Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-24T05:09:42.239Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-01-24T05:09:42.239Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-24T05:09:42.240Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-24T05:09:42.240Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:09:42.241Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:09:42.244Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:09:42.245Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536982239,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:09:42.344Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:09:42.345Z||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-24T05:09:42.345Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:09:42.361Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:09:42.362Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:09:43.246Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:09:43.264Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:09:43.273Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:09:43.273Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:09:43.274Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:09:43.274Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:10:13.274Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:10:13.291Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:10:13.297Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:10:13.297Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:10:13.297Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:10:13.297Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:10:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:10:36.946Z||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-24T05:10:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:10:37.108Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:10:37.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:10:37.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536976926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:10:37.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:10:43.298Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:10:43.317Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:10:43.323Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:10:43.324Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:10:43.324Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:10:43.324Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:11:13.325Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:11:13.338Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:11:13.346Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:11:13.347Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:11:13.347Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:11:13.348Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:11:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:11:36.946Z||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-24T05:11:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:11:37.010Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:11:37.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536978798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:11:37.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536976926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:11:37.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674536979813,
  "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-24T05:11:37.022Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbaa36ea-5550-4faf-ae26-70538b287649
2023-01-24T05:11:37.022Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbaa36ea-5550-4faf-ae26-70538b287649 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-24T05:11:37.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536979785,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:11:37.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674536982239,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:11:37.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536995322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "cds",
  "timestamp": 1674536999818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537003034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536995322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537003034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "cds",
  "timestamp": 1674536999818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536995322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "cds",
  "timestamp": 1674536999818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537003034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536995322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "cds",
  "timestamp": 1674536999818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537003034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536995322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "cds",
  "timestamp": 1674536999818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537003034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537008288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536995322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "cds",
  "timestamp": 1674536999818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537003034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537008288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536995322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "cds",
  "timestamp": 1674536999818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537003034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537008288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674536995322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:11:37.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "cds",
  "timestamp": 1674536999818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:11:37.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537003034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:11:37.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537008288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "cds",
  "timestamp": 1674537012589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:11:37.055Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537013264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:11:37.056Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537008288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "aai-ml",
  "timestamp": 1674537012833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "cds",
  "timestamp": 1674537013613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-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-24T05:11:37.078Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c64c134-ad58-4566-8dc2-2e5981661d8a
2023-01-24T05:11:37.078Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c64c134-ad58-4566-8dc2-2e5981661d8a 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-24T05:11:37.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537008288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-24T05:11:37.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "aai-ml",
  "timestamp": 1674537012833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537008288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "aai-ml",
  "timestamp": 1674537012833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.103Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537015993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:11:37.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537008288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "aai-ml",
  "timestamp": 1674537012833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537017003,
  "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-24T05:11:37.122Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c64c134-ad58-4566-8dc2-2e5981661d8a
2023-01-24T05:11:37.123Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c64c134-ad58-4566-8dc2-2e5981661d8a 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-24T05:11:37.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "aai-ml",
  "timestamp": 1674537012833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537017266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:11:37.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "aai-ml",
  "timestamp": 1674537012833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537018686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T05:11:37.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "aai-ml",
  "timestamp": 1674537012833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537019696,
  "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-24T05:11:37.153Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9c64c134-ad58-4566-8dc2-2e5981661d8a
2023-01-24T05:11:37.153Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c64c134-ad58-4566-8dc2-2e5981661d8a 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-24T05:11:37.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "aai-ml",
  "timestamp": 1674537012833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:11:37.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "aai-ml",
  "timestamp": 1674537021716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:11:37.173Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537028288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "aai-ml",
  "timestamp": 1674537029744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537028288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "aai-ml",
  "timestamp": 1674537030750,
  "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-24T05:11:37.191Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c64c134-ad58-4566-8dc2-2e5981661d8a
2023-01-24T05:11:37.191Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c64c134-ad58-4566-8dc2-2e5981661d8a 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-24T05:11:37.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "cds",
  "timestamp": 1674537029818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537028288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "cds",
  "timestamp": 1674537029818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537028288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "cds",
  "timestamp": 1674537029818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537028288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537033034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "cds",
  "timestamp": 1674537029818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537028288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537033034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "cds",
  "timestamp": 1674537029818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537028288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537033034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "cds",
  "timestamp": 1674537029818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537035322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537033034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:11:37.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "cds",
  "timestamp": 1674537029818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:11:37.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:37.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-24T05:11:37.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537035322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T05:11:37.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:11:43.348Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:11:43.365Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:11:43.368Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:11:43.368Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:11:43.369Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T05:11:43.369Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T05:11:43.369Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:11:43.369Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:11:43.370Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:11:43.370Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:11:43.370Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T05:11:43.378Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T05:12:13.390Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbaa36ea-5550-4faf-ae26-70538b287649 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-24T05:12:13.410Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbaa36ea-5550-4faf-ae26-70538b287649 and serviceModelVersionId: 63fb78c4-9335-41ab-83cd-0b8eba9bc1ca
2023-01-24T05:12:13.411Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a1a4c03-6427-4a05-b24f-a6bc31da7a7a
2023-01-24T05:12:13.414Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0
2023-01-24T05:12:13.435Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T05:12:13.539Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0|INFO|500||Invoke
2023-01-24T05:12:13.539Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bbaa36ea-5550-4faf-ae26-70538b287649], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[be6934b0-3a9d-4581-8851-7b4fc6e563e9], X-ECOMP-RequestID=[bbaa36ea-5550-4faf-ae26-70538b287649], X-TransactionId=[], X-ONAP-RequestID=[bbaa36ea-5550-4faf-ae26-70538b287649], Content-Type=[application/merge-patch+json]}
2023-01-24T05:12:13.578Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T05:12:13.742Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?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/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 05:12:14 GMT], content-length=[0], vertex-id=[163880], x-aai-txid=[1-aai-resources-230124-05:12:14:541-11889], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T05:12:13.743Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T05:12:13.744Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a1a4c03-6427-4a05-b24f-a6bc31da7a7a/model-vers/model-ver/63fb78c4-9335-41ab-83cd-0b8eba9bc1ca?depth=0|INFO|500||InvokeReturn
2023-01-24T05:12:13.744Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T05:12:13.744Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T05:12:13.759Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T05:12:13.759Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbaa36ea-5550-4faf-ae26-70538b287649 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T05:12:13.762Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T05:12:13.763Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:13.768Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:13.768Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537133762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T05:12:13.868Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:12:13.869Z||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-24T05:12:13.870Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:13.907Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:12:13.909Z||pool-39-thread-1|||||INFO|500||cambria reply ok (41 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-24T05:12:14.792Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:12:14.793Z|bbaa36ea-5550-4faf-ae26-70538b287649|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-24T05:12:14.793Z|bbaa36ea-5550-4faf-ae26-70538b287649|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:19.649Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:12:19.651Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T05:12:19.651Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c64c134-ad58-4566-8dc2-2e5981661d8a","serviceName":"Demo_pNF_3oW8UaoXJxoNPdXoncUk","serviceVersion":"1.0","serviceUUID":"6d279e1d-28b3-4177-bf7e-72cadc226a62","serviceDescription":"catalog service description","serviceInvariantUUID":"2aefbfc9-5148-4efd-b23e-30079f536888","resources":[{"resourceInstanceName":"pNF 7ec5b204-ab8b 0","resourceName":"pNF 7ec5b204-ab8b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d46dc923-334e-41fb-8fd7-5cdeee00d7cc","resourceInvariantUUID":"5cd22d9b-2df6-4c1f-8979-409c50feaa65","resourceCustomizationUUID":"8ee010ba-ce0d-4320-8a95-0f7ea8e4c39e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml","artifactChecksum":"NGFhMGQ0MGQwOTliYmU0MThlYmEzZmNlNDM4MDE1MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fcb8fc3d-a064-4bc0-9f33-f5d0e48f6084","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar","artifactChecksum":"OTJhZGNiYWQ2YmQ3ZjM1YjFlNjE0YWE5MzRkNmIyOWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"878e5bea-4433-40b9-9973-2e75e7cc0a65","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"961fbae8-42ba-49db-9335-fbceb266423b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTcxODc0NzdiZWU2YTFiY2Y4ZjQ3Zjc5MWMwMjljOWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a9155cd-8117-4476-8bfe-2e50734727d1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2b8a93b-71bb-48ce-bc2e-559090bb68b4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17791afe-96bd-4545-8fa6-e3a91cc94df3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml","artifactChecksum":"MTU0MGUwZGY0ZWJiYWFmOGNlNDRlMzZkOTQ2NDZiYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42528295-d329-4f72-bcd9-ee48bf138a05","artifactVersion":"1"},{"artifactName":"service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar","artifactChecksum":"NWJlYjIxNmM4ODVhNTU5NjdhNWRhMWNlZmM5NjNhZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0966d989-7778-4fa4-abc3-a838bf14b910","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T05:12:19.656Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:19.657Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:19.660Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:19.661Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:12:19.777Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2023-01-24T05:12:19.783Z||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-24T05:12:19.783Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:19.829Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:12:19.830Z||pool-40-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:12:20.661Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:20.662Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:20.664Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:20.664Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:12:20.764Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:12:20.766Z||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-24T05:12:20.766Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:20.786Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:12:20.787Z||pool-41-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:12:21.665Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:21.666Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:21.670Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:21.670Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:12:21.770Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:12:21.771Z||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-24T05:12:21.771Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:21.797Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:12:21.798Z||pool-42-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:12:22.670Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:22.672Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:22.676Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:22.676Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:12:22.780Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-24T05:12:22.782Z||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-24T05:12:22.783Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:22.828Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:12:22.829Z||pool-43-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:12:23.678Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:23.679Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:23.681Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:23.681Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:12:23.784Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-24T05:12:23.785Z||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-24T05:12:23.785Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:23.815Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:12:23.816Z||pool-44-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:12:24.686Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:24.686Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:24.690Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:24.690Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:12:24.790Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:12:24.791Z||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-24T05:12:24.791Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:24.808Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:12:24.810Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:12:25.691Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:25.692Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:25.696Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:25.696Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:12:25.797Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:12:25.798Z||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-24T05:12:25.799Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:25.823Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:12:25.825Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:12:26.697Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:12:26.699Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:26.707Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:26.707Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:12:26.805Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-01-24T05:12:26.806Z||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-24T05:12:26.806Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:26.837Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:12:26.838Z||pool-47-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:12:27.709Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "serviceName": "Demo_pNF_3oW8UaoXJxoNPdXoncUk",
  "serviceVersion": "1.0",
  "serviceUUID": "6d279e1d-28b3-4177-bf7e-72cadc226a62",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2aefbfc9-5148-4efd-b23e-30079f536888",
  "resources": [
    {
      "resourceInstanceName": "pNF 7ec5b204-ab8b 0",
      "resourceCustomizationUUID": "8ee010ba-ce0d-4320-8a95-0f7ea8e4c39e",
      "resourceName": "pNF 7ec5b204-ab8b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d46dc923-334e-41fb-8fd7-5cdeee00d7cc",
      "resourceInvariantUUID": "5cd22d9b-2df6-4c1f-8979-409c50feaa65",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
      "artifactChecksum": "NWJlYjIxNmM4ODVhNTU5NjdhNWRhMWNlZmM5NjNhZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0966d989-7778-4fa4-abc3-a838bf14b910"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T05:12:27.709Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T05:12:27.709Z|bbaa36ea-5550-4faf-ae26-70538b287649|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d279e1d-28b3-4177-bf7e-72cadc226a62 ASDC
2023-01-24T05:12:27.710Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9c64c134-ad58-4566-8dc2-2e5981661d8a
ServiceName:Demo_pNF_3oW8UaoXJxoNPdXoncUk
ServiceVersion:1.0
ServiceUUID:6d279e1d-28b3-4177-bf7e-72cadc226a62
ServiceInvariantUUID:2aefbfc9-5148-4efd-b23e-30079f536888
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
ArtifactUUID:0966d989-7778-4fa4-abc3-a838bf14b910
ArtifactChecksum:NWJlYjIxNmM4ODVhNTU5NjdhNWRhMWNlZmM5NjNhZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7ec5b204-ab8b 0
ResourceCustomizationUUID:8ee010ba-ce0d-4320-8a95-0f7ea8e4c39e
ResourceInvariantUUID:5cd22d9b-2df6-4c1f-8979-409c50feaa65
ResourceName:pNF 7ec5b204-ab8b
ResourceType:PNF
ResourceUUID:d46dc923-334e-41fb-8fd7-5cdeee00d7cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-24T05:12:27.710Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d279e1d-28b3-4177-bf7e-72cadc226a62 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-24T05:12:27.743Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:12:27.745Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:12:27.745Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:12:27.745Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0966d989-7778-4fa4-abc3-a838bf14b910 from URL: /sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:27.745Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-24T05:12:27.746Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:27.839Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-24T05:12:27.845Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar 0966d989-7778-4fa4-abc3-a838bf14b910 87785
2023-01-24T05:12:27.845Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar ASDC sendASDCNotification
2023-01-24T05:12:27.846Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:27.846Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:12:27.846Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:27.848Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:27.849Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537147845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:12:27.949Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:12:27.950Z||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-24T05:12:27.951Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:27.973Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:12:27.974Z||pool-48-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:12:28.857Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:12:28.861Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:12:28.862Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0966d989-7778-4fa4-abc3-a838bf14b910, URL: /sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar to file: /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:28.862Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:28.863Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:28.864Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:29.182Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13843004904413102278/Definitions/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml
2023-01-24T05:12:30.639Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T05:12:30.640Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-24T05:12:30.640Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.640Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-24T05:12:30.641Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.641Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.641Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.641Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.642Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.642Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7ec5b204-ab8b 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-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.642Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.642Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-24T05:12:30.643Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:12:30.643Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.644Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Node template pNF 7ec5b204-ab8b 0 is matching search criteria
2023-01-24T05:12:30.644Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-24T05:12:30.644Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 7ec5b204-ab8b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:12:30.646Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:12:30.646Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.647Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Node template pNF 7ec5b204-ab8b 0 is matching search criteria
2023-01-24T05:12:30.647Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-24T05:12:30.647Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 7ec5b204-ab8b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:12:30.648Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:12:30.648Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.648Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:12:30.649Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.649Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:12:30.649Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.649Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:12:30.650Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.650Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:12:30.650Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.650Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_3oW8UaoXJxoNPdXoncUk
Description:catalog service description
Model UUID:6d279e1d-28b3-4177-bf7e-72cadc226a62
Model Version:NULL
Model InvariantUuid:2aefbfc9-5148-4efd-b23e-30079f536888
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-24T05:12:30.659Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: d46dc923-334e-41fb-8fd7-5cdeee00d7cc
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-24T05:12:30.662Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||pNF 7ec5b204-ab8b 0
2023-01-24T05:12:30.663Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d46dc923-334e-41fb-8fd7-5cdeee00d7cc
2023-01-24T05:12:30.663Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6d279e1d-28b3-4177-bf7e-72cadc226a62
2023-01-24T05:12:30.663Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6d279e1d-28b3-4177-bf7e-72cadc226a62
2023-01-24T05:12:30.663Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7ec5b204-ab8b 0 d46dc923-334e-41fb-8fd7-5cdeee00d7cc 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-24T05:12:30.673Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@747d2490, org.onap.sdc.toscaparser.api.parameters.Input@67f40f92, org.onap.sdc.toscaparser.api.parameters.Input@36c2e22d, org.onap.sdc.toscaparser.api.parameters.Input@7d85065a, org.onap.sdc.toscaparser.api.parameters.Input@6041e4de]
2023-01-24T05:12:30.673Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:12:30.674Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.674Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6d279e1d-28b3-4177-bf7e-72cadc226a62: pNF 7ec5b204-ab8b
2023-01-24T05:12:30.675Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||Processing PNF resource: d46dc923-334e-41fb-8fd7-5cdeee00d7cc
2023-01-24T05:12:30.675Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:12:30.676Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3oW8UaoXJxoNPdXoncUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:12:30.676Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||Resource customization UUID: 8ee010ba-ce0d-4320-8a95-0f7ea8e4c39e is the same as notified resource customizationUUID: 8ee010ba-ce0d-4320-8a95-0f7ea8e4c39e
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-24T05:12:30.745Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7ec5b204-ab8b d46dc923-334e-41fb-8fd7-5cdeee00d7cc 0 ASDC deployResourceStructure
2023-01-24T05:12:30.746Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar ASDC sendASDCNotification
2023-01-24T05:12:30.746Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar
2023-01-24T05:12:30.746Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:12:30.747Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:12:30.749Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:12:30.749Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537150746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:12:30.849Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:12:30.850Z||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-24T05:12:30.851Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:30.871Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:12:30.872Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:12:31.751Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c64c134-ad58-4566-8dc2-2e5981661d8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:12:31.785Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c64c134-ad58-4566-8dc2-2e5981661d8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:12:31.805Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:12:31.806Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:12:31.806Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T05:12:31.807Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T05:12:31.807Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:12:31.808Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:12:31.808Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:12:31.808Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:12:31.808Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:12:31.809Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T05:12:31.818Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T05:12:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:12:36.946Z||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-24T05:12:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:12:36.989Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:12:36.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:12:36.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537033034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:12:36.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:01.819Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c64c134-ad58-4566-8dc2-2e5981661d8a 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-24T05:13:01.829Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c64c134-ad58-4566-8dc2-2e5981661d8a and serviceModelVersionId: 6d279e1d-28b3-4177-bf7e-72cadc226a62
2023-01-24T05:13:01.830Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2aefbfc9-5148-4efd-b23e-30079f536888
2023-01-24T05:13:01.831Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2aefbfc9-5148-4efd-b23e-30079f536888/model-vers/model-ver/6d279e1d-28b3-4177-bf7e-72cadc226a62?depth=0
2023-01-24T05:13:01.839Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T05:13:01.909Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2aefbfc9-5148-4efd-b23e-30079f536888/model-vers/model-ver/6d279e1d-28b3-4177-bf7e-72cadc226a62?depth=0|INFO|500||Invoke
2023-01-24T05:13:01.910Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2aefbfc9-5148-4efd-b23e-30079f536888/model-vers/model-ver/6d279e1d-28b3-4177-bf7e-72cadc226a62?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2aefbfc9-5148-4efd-b23e-30079f536888/model-vers/model-ver/6d279e1d-28b3-4177-bf7e-72cadc226a62?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9c64c134-ad58-4566-8dc2-2e5981661d8a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c6e7329-050a-4ab7-bac1-4d0df4884daa], X-ECOMP-RequestID=[9c64c134-ad58-4566-8dc2-2e5981661d8a], X-TransactionId=[], X-ONAP-RequestID=[9c64c134-ad58-4566-8dc2-2e5981661d8a], Content-Type=[application/merge-patch+json]}
2023-01-24T05:13:01.940Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2aefbfc9-5148-4efd-b23e-30079f536888/model-vers/model-ver/6d279e1d-28b3-4177-bf7e-72cadc226a62?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T05:13:02.097Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2aefbfc9-5148-4efd-b23e-30079f536888/model-vers/model-ver/6d279e1d-28b3-4177-bf7e-72cadc226a62?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/2aefbfc9-5148-4efd-b23e-30079f536888/model-vers/model-ver/6d279e1d-28b3-4177-bf7e-72cadc226a62?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 05:13:02 GMT], content-length=[0], vertex-id=[196736], x-aai-txid=[2-aai-resources-230124-05:13:02:900-61960], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T05:13:02.098Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2aefbfc9-5148-4efd-b23e-30079f536888/model-vers/model-ver/6d279e1d-28b3-4177-bf7e-72cadc226a62?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T05:13:02.099Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2aefbfc9-5148-4efd-b23e-30079f536888/model-vers/model-ver/6d279e1d-28b3-4177-bf7e-72cadc226a62?depth=0|INFO|500||InvokeReturn
2023-01-24T05:13:02.099Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T05:13:02.103Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T05:13:02.111Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T05:13:02.112Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c64c134-ad58-4566-8dc2-2e5981661d8a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T05:13:02.113Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T05:13:02.114Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:02.118Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:02.119Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537182112,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T05:13:02.218Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:13:02.219Z||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-24T05:13:02.220Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:02.241Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:02.242Z||pool-50-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-24T05:13:03.138Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T05:13:03.139Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"416e4461-7b5f-4e1c-9d9c-87633e7be9cc","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a0f63805-9d58-4409-8411-7bfdbc4d2dea","serviceDescription":"service","serviceInvariantUUID":"9a53cca8-6a6c-4572-87aa-66d73489101d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7822eed-47ed-4888-bef4-774ae300b8fc","resourceInvariantUUID":"5bdb0781-157a-498e-8d38-c297edb1ceb8","resourceCustomizationUUID":"715836e5-c5ba-4b5e-a24a-f97adcf110a6","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":"ZjRkNjcyZmYwMmFlZDg5ZWFlY2M0MjM2M2VlZDhjZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b64a3b8-fbea-4da9-8a0d-885c0372f384","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":"YzllYjExOTQwYjdkMDM2YzBhNjVmNThlNjUzZTVmZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"191620d9-7b9a-4b28-81ef-e6012a1d8d07","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":"ee8fefd8-2aee-4349-9281-7633f5860730","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":"ae0343ad-8524-47a9-a6cf-06990616c77e","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":"b2174a4a-382a-4ab0-a91c-48b66b47d920","artifactVersion":"2","generatedFromUUID":"ee8fefd8-2aee-4349-9281-7633f5860730"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmM1NjljYjlmY2E4OWI3YmUxYTIzY2EwNTlmMjcwY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8997c94b-0cbe-4479-a245-d3d18f13f528","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzMzNTQ1NTY5NDEyMzk5ZDc1MzI2MjYwM2U0ODE2MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e5a0416-9619-4a1e-857f-204d55691eda","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T05:13:03.140Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:13:03.140Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:03.144Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:03.146Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:03.244Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-24T05:13:03.245Z||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-24T05:13:03.245Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:03.263Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:03.264Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:13:04.147Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:13:04.149Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:04.154Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:04.154Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T05:13:04.254Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:13:04.256Z||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-24T05:13:04.256Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:04.271Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:04.271Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:13:05.156Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:13:05.158Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:05.161Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:05.161Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-24T05:13:05.263Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-24T05:13:05.264Z||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-24T05:13:05.264Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:05.300Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:05.301Z||pool-53-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:13:06.169Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:13:06.170Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:06.174Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:06.174Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:06.275Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:13:06.277Z||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-24T05:13:06.277Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:06.295Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:06.297Z||pool-54-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:13:07.175Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:13:07.182Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:07.186Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:07.186Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-24T05:13:07.285Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:13:07.287Z||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-24T05:13:07.287Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:07.354Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:07.355Z||pool-55-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:13:08.191Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:13:08.192Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:08.196Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:08.196Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:08.299Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-24T05:13:08.300Z||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-24T05:13:08.301Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:08.357Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:08.359Z||pool-56-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:13:09.197Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:13:09.197Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:09.201Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:09.201Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:13:09.300Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:13:09.301Z||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-24T05:13:09.301Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:09.318Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:09.319Z||pool-57-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:13:10.205Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "a0f63805-9d58-4409-8411-7bfdbc4d2dea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9a53cca8-6a6c-4572-87aa-66d73489101d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "715836e5-c5ba-4b5e-a24a-f97adcf110a6",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7822eed-47ed-4888-bef4-774ae300b8fc",
      "resourceInvariantUUID": "5bdb0781-157a-498e-8d38-c297edb1ceb8",
      "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": "YzllYjExOTQwYjdkMDM2YzBhNjVmNThlNjUzZTVmZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "191620d9-7b9a-4b28-81ef-e6012a1d8d07",
          "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": "ee8fefd8-2aee-4349-9281-7633f5860730",
          "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": "b2174a4a-382a-4ab0-a91c-48b66b47d920",
            "generatedFromUUID": "ee8fefd8-2aee-4349-9281-7633f5860730"
          },
          "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": "b2174a4a-382a-4ab0-a91c-48b66b47d920",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YzMzNTQ1NTY5NDEyMzk5ZDc1MzI2MjYwM2U0ODE2MDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e5a0416-9619-4a1e-857f-204d55691eda"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T05:13:10.205Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T05:13:10.205Z|9c64c134-ad58-4566-8dc2-2e5981661d8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0f63805-9d58-4409-8411-7bfdbc4d2dea ASDC
2023-01-24T05:13:10.206Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:416e4461-7b5f-4e1c-9d9c-87633e7be9cc
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:a0f63805-9d58-4409-8411-7bfdbc4d2dea
ServiceInvariantUUID:9a53cca8-6a6c-4572-87aa-66d73489101d
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:1e5a0416-9619-4a1e-857f-204d55691eda
ArtifactChecksum:YzMzNTQ1NTY5NDEyMzk5ZDc1MzI2MjYwM2U0ODE2MDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:715836e5-c5ba-4b5e-a24a-f97adcf110a6
ResourceInvariantUUID:5bdb0781-157a-498e-8d38-c297edb1ceb8
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c7822eed-47ed-4888-bef4-774ae300b8fc
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:191620d9-7b9a-4b28-81ef-e6012a1d8d07
ArtifactChecksum:YzllYjExOTQwYjdkMDM2YzBhNjVmNThlNjUzZTVmZWE=
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:ee8fefd8-2aee-4349-9281-7633f5860730
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:b2174a4a-382a-4ab0-a91c-48b66b47d920
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:b2174a4a-382a-4ab0-a91c-48b66b47d920
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-24T05:13:10.206Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0f63805-9d58-4409-8411-7bfdbc4d2dea 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-24T05:13:10.310Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:13:10.312Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:13:10.312Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:13:10.312Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e5a0416-9619-4a1e-857f-204d55691eda from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-24T05:13:10.312Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-24T05:13:10.313Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-24T05:13:10.472Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-24T05:13:10.478Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1e5a0416-9619-4a1e-857f-204d55691eda 74811
2023-01-24T05:13:10.479Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-24T05:13:10.480Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-24T05:13:10.480Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:13:10.480Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:10.483Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:10.483Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537190479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:10.583Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:13:10.584Z||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-24T05:13:10.587Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:10.613Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:10.614Z||pool-58-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:13:11.484Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:13:11.485Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:13:11.486Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1e5a0416-9619-4a1e-857f-204d55691eda, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T05:13:11.486Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-24T05:13:11.487Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T05:13:11.487Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T05:13:11.795Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12058882348603968208/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-24T05:13:14.340Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T05:13:14.341Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-24T05:13:14.341Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T05:13:14.341Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-24T05:13:14.342Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T05:13:14.342Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T05:13:14.342Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||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-24T05:13:14.342Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||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-24T05:13:14.342Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T05:13:14.342Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T05:13:14.342Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-24T05:13:14.343Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-24T05:13:14.343Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:14.343Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:14.344Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T05:13:14.344Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-24T05:13:14.344Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:13:14.345Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:14.345Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:14.345Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T05:13:14.346Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-24T05:13:14.346Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:13:14.346Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:14.347Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:14.348Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:14.349Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-24T05:13:14.349Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-24T05:13:14.349Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-24T05:13:14.349Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-24T05:13:14.350Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-24T05:13:14.350Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T05:13:14.350Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:14.351Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T05:13:14.351Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:14.351Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T05:13:14.352Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:13:14.352Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:14.352Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T05:13:14.353Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:13:14.353Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:14.353Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T05:13:14.353Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:13:14.354Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:14.354Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-24T05:13:14.354Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-24T05:13:14.355Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-24T05:13:14.355Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c8f850bb-3096-4154-99e7-71134bd36493
2023-01-24T05:13:14.355Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:14.355Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:14.356Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:14.356Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:14.357Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:14.357Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:14.357Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:14.357Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:14.358Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:a0f63805-9d58-4409-8411-7bfdbc4d2dea
Model Version:NULL
Model InvariantUuid:9a53cca8-6a6c-4572-87aa-66d73489101d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b565bae5-6ea5-4131-baf2-bf129eaa640b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5bdb0781-157a-498e-8d38-c297edb1ceb8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:715836e5-c5ba-4b5e-a24a-f97adcf110a6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e768ccc1-68f2-4e46-8225-ea65d5d54f3e
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c3a90cb8-005c-40a4-962a-e19c46535744
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c8f850bb-3096-4154-99e7-71134bd36493
ModelInvariantUuid:8b67fd66-76ab-48e8-9d7c-9389f443ec27
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:eef6f38e-dc79-4b4d-af10-28517e811ca6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:03f9aa14-ae94-4247-b576-5b532c2cb14c
ModelInvariantUuid:d690f3e4-e816-423d-86a9-407f3a61738d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:dac8d697-08bd-4aa6-9f04-e7947ae114eb
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-24T05:13:14.369Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c7822eed-47ed-4888-bef4-774ae300b8fc
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-24T05:13:14.375Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||basic_vm 0
2023-01-24T05:13:14.375Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c7822eed-47ed-4888-bef4-774ae300b8fc
2023-01-24T05:13:14.375Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 191620d9-7b9a-4b28-81ef-e6012a1d8d07 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-24T05:13:14.375Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-24T05:13:14.375Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-24T05:13:14.468Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-24T05:13:14.469Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 191620d9-7b9a-4b28-81ef-e6012a1d8d07 787
2023-01-24T05:13:14.469Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-01-24T05:13:14.469Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-24T05:13:14.469Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:13:14.469Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:14.478Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:14.479Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537194469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:14.572Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2023-01-24T05:13:14.575Z||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-24T05:13:14.575Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:14.613Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:14.614Z||pool-59-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:13:15.480Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e768ccc1-68f2-4e46-8225-ea65d5d54f3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3a90cb8-005c-40a4-962a-e19c46535744",
    "vfModuleModelCustomizationUUID": "6faf016a-aa72-44e8-a114-b133f65939cd",
    "isBase": true,
    "artifacts": [
      "ee8fefd8-2aee-4349-9281-7633f5860730",
      "b2174a4a-382a-4ab0-a91c-48b66b47d920"
    ],
    "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-24T05:13:15.490Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3a90cb8-005c-40a4-962a-e19c46535744
VfModuleModelInvariantUUID:e768ccc1-68f2-4e46-8225-ea65d5d54f3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee8fefd8-2aee-4349-9281-7633f5860730
,
b2174a4a-382a-4ab0-a91c-48b66b47d920

}
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-24T05:13:15.493Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e768ccc1-68f2-4e46-8225-ea65d5d54f3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3a90cb8-005c-40a4-962a-e19c46535744",
    "vfModuleModelCustomizationUUID": "6faf016a-aa72-44e8-a114-b133f65939cd",
    "isBase": true,
    "artifacts": [
      "ee8fefd8-2aee-4349-9281-7633f5860730",
      "b2174a4a-382a-4ab0-a91c-48b66b47d920"
    ],
    "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-24T05:13:15.493Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3a90cb8-005c-40a4-962a-e19c46535744
VfModuleModelInvariantUUID:e768ccc1-68f2-4e46-8225-ea65d5d54f3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee8fefd8-2aee-4349-9281-7633f5860730
,
b2174a4a-382a-4ab0-a91c-48b66b47d920

}
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-24T05:13:15.494Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ee8fefd8-2aee-4349-9281-7633f5860730 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-24T05:13:15.494Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-24T05:13:15.494Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-24T05:13:15.573Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-24T05:13:15.574Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ee8fefd8-2aee-4349-9281-7633f5860730 5033
2023-01-24T05:13:15.575Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-01-24T05:13:15.575Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-24T05:13:15.575Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:13:15.575Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:15.578Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:15.579Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537195574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:15.679Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:13:15.680Z||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-24T05:13:15.680Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:15.704Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:15.705Z||pool-60-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:13:16.580Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b2174a4a-382a-4ab0-a91c-48b66b47d920 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-24T05:13:16.581Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-24T05:13:16.591Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-24T05:13:16.639Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-24T05:13:16.643Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b2174a4a-382a-4ab0-a91c-48b66b47d920 903
2023-01-24T05:13:16.643Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-01-24T05:13:16.644Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-24T05:13:16.645Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:13:16.646Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:16.651Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:16.660Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537196643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:16.750Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2023-01-24T05:13:16.751Z||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-24T05:13:16.751Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:16.776Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:16.777Z||pool-61-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:13:17.662Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a0f63805-9d58-4409-8411-7bfdbc4d2dea
2023-01-24T05:13:17.670Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c7822eed-47ed-4888-bef4-774ae300b8fc 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-24T05:13:17.698Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5186c926, org.onap.sdc.toscaparser.api.parameters.Input@49eefe9, org.onap.sdc.toscaparser.api.parameters.Input@7b86b39e, org.onap.sdc.toscaparser.api.parameters.Input@2c3328ad, org.onap.sdc.toscaparser.api.parameters.Input@4b9b0bf4]
2023-01-24T05:13:17.699Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:17.700Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:17.700Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-01-24T05:13:17.700Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 715836e5-c5ba-4b5e-a24a-f97adcf110a6
2023-01-24T05:13:17.701Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 715836e5-c5ba-4b5e-a24a-f97adcf110a6 matches Tosca VF Customization UUID: 715836e5-c5ba-4b5e-a24a-f97adcf110a6
2023-01-24T05:13:17.701Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 715836e5-c5ba-4b5e-a24a-f97adcf110a6  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-24T05:13:17.707Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:17.707Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:17.709Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 715836e5-c5ba-4b5e-a24a-f97adcf110a6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-24T05:13:17.709Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@431e3233
2023-01-24T05:13:17.709Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:17.709Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T05:13:17.710Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6faf016a-aa72-44e8-a114-b133f65939cd
2023-01-24T05:13:17.710Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6faf016a-aa72-44e8-a114-b133f65939cd
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-24T05:13:17.717Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:17.718Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T05:13:17.718Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:13:17.719Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:17.719Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T05:13:17.719Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:13:17.719Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:17.720Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-24T05:13:17.720Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-24T05:13:17.720Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-24T05:13:17.720Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c8f850bb-3096-4154-99e7-71134bd36493
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-24T05:13:17.726Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:17.727Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T05:13:17.727Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:13:17.728Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:17.728Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-24T05:13:17.728Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=715836e5-c5ba-4b5e-a24a-f97adcf110a6
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-24T05:13:17.732Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:17.732Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:17.733Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a0f63805-9d58-4409-8411-7bfdbc4d2dea: basic_vm
2023-01-24T05:13:17.733Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:17.733Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:17.733Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:17.733Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:17.734Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:17.734Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:17.734Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:17.734Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:17.735Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:13:17.735Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:13:17.735Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T05:13:17.985Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c7822eed-47ed-4888-bef4-774ae300b8fc 1 ASDC deployResourceStructure
2023-01-24T05:13:17.987Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-01-24T05:13:17.988Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-24T05:13:17.988Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:13:17.990Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:17.996Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:17.996Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537197987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T05:13:18.093Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-24T05:13:18.094Z||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-24T05:13:18.095Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:18.116Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:18.117Z||pool-62-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:13:18.999Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-01-24T05:13:18.999Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-24T05:13:18.999Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:13:19.000Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:19.002Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:19.003Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537198999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T05:13:19.103Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:13:19.104Z||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-24T05:13:19.104Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:19.143Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:19.144Z||pool-63-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:13:20.004Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-01-24T05:13:20.004Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-24T05:13:20.004Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:13:20.005Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:20.007Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:20.007Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537200004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-24T05:13:20.108Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:13:20.110Z||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-24T05:13:20.110Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:20.133Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:20.134Z||pool-64-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:13:21.008Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-24T05:13:21.009Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-24T05:13:21.010Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:13:21.011Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:13:21.014Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:13:21.015Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537201008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:13:21.115Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:13:21.116Z||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-24T05:13:21.116Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:21.132Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:21.132Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:13:22.019Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 416e4461-7b5f-4e1c-9d9c-87633e7be9cc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:13:22.048Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 416e4461-7b5f-4e1c-9d9c-87633e7be9cc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:13:22.058Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:13:22.059Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:13:22.059Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:13:36.946Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:13:36.948Z||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-24T05:13:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:13:37.009Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:13:37.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "cds",
  "timestamp": 1674537037656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:37.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537035322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-24T05:13:37.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537033034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "cds",
  "timestamp": 1674537038668,
  "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-24T05:13:37.047Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 416e4461-7b5f-4e1c-9d9c-87633e7be9cc
2023-01-24T05:13:37.047Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 416e4461-7b5f-4e1c-9d9c-87633e7be9cc 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-24T05:13:37.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537035322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537033034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:13:37.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537035322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-24T05:13:37.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537040835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:37.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537035322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537035322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:13:37.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "aai-ml",
  "timestamp": 1674537042833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537043128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:37.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "aai-ml",
  "timestamp": 1674537042833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537044264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:37.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537044802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:13:37.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "aai-ml",
  "timestamp": 1674537042833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537045334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:37.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537045822,
  "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-24T05:13:37.076Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 416e4461-7b5f-4e1c-9d9c-87633e7be9cc
2023-01-24T05:13:37.076Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 416e4461-7b5f-4e1c-9d9c-87633e7be9cc 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-24T05:13:37.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "aai-ml",
  "timestamp": 1674537042833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537046370,
  "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-24T05:13:37.109Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 416e4461-7b5f-4e1c-9d9c-87633e7be9cc
2023-01-24T05:13:37.110Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 416e4461-7b5f-4e1c-9d9c-87633e7be9cc 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-24T05:13:37.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "aai-ml",
  "timestamp": 1674537042833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537047425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T05:13:37.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "aai-ml",
  "timestamp": 1674537042833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "aai-ml",
  "timestamp": 1674537042833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:13:37.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "aai-ml",
  "timestamp": 1674537050668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:37.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "aai-ml",
  "timestamp": 1674537061593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:13:37.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "aai-ml",
  "timestamp": 1674537062599,
  "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-24T05:13:37.142Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 416e4461-7b5f-4e1c-9d9c-87633e7be9cc
2023-01-24T05:13:37.142Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 416e4461-7b5f-4e1c-9d9c-87633e7be9cc 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-24T05:13:37.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537068288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537063037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "aai-ml",
  "timestamp": 1674537072833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537068288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537063037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "aai-ml",
  "timestamp": 1674537072833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537063037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537068288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "aai-ml",
  "timestamp": 1674537072833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537063037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537068288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "cds",
  "timestamp": 1674537074818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "aai-ml",
  "timestamp": 1674537072833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537075323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537068288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537063037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "cds",
  "timestamp": 1674537074818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537075323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-24T05:13:37.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "aai-ml",
  "timestamp": 1674537072833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537063037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537068288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "cds",
  "timestamp": 1674537074818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "aai-ml",
  "timestamp": 1674537072833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537075323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-24T05:13:37.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537063037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537068288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "cds",
  "timestamp": 1674537074818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "aai-ml",
  "timestamp": 1674537072833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537075323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T05:13:37.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537063037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537068288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "cds",
  "timestamp": 1674537074818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "aai-ml",
  "timestamp": 1674537072833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537075323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-24T05:13:37.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537063037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:13:37.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674537068288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "cds",
  "timestamp": 1674537074818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "aai-ml",
  "timestamp": 1674537072833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:13:37.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537075323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537082153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:37.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "cds",
  "timestamp": 1674537074818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537075323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-24T05:13:37.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "aai-ml",
  "timestamp": 1674537082823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:37.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "cds",
  "timestamp": 1674537074818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537075323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:13:37.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "cds",
  "timestamp": 1674537074818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:13:37.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537075323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:13:37.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:13:37.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "cds",
  "timestamp": 1674537084633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:37.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537085404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:13:37.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537085458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:37.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "cds",
  "timestamp": 1674537085650,
  "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-24T05:13:37.212Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90d034c1-6d83-416a-853f-ac3eedb32b3e
2023-01-24T05:13:37.213Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d034c1-6d83-416a-853f-ac3eedb32b3e 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-24T05:13:37.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674537086439,
  "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-24T05:13:37.234Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90d034c1-6d83-416a-853f-ac3eedb32b3e
2023-01-24T05:13:37.234Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d034c1-6d83-416a-853f-ac3eedb32b3e 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-24T05:13:37.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537086654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:37.249Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537087736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:37.250Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537088838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:13:37.251Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537089920,
  "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-24T05:13:37.265Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90d034c1-6d83-416a-853f-ac3eedb32b3e
2023-01-24T05:13:37.266Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d034c1-6d83-416a-853f-ac3eedb32b3e 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-24T05:13:37.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674537090933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T05:13:37.280Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "aai-ml",
  "timestamp": 1674537093895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:13:37.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:13:37.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:13:37.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "aai-ml",
  "timestamp": 1674537094902,
  "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-24T05:13:37.287Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90d034c1-6d83-416a-853f-ac3eedb32b3e
2023-01-24T05:13:37.288Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d034c1-6d83-416a-853f-ac3eedb32b3e 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-24T05:13:52.060Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 416e4461-7b5f-4e1c-9d9c-87633e7be9cc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:13:52.094Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 416e4461-7b5f-4e1c-9d9c-87633e7be9cc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:13:52.101Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:13:52.101Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:13:52.102Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T05:13:52.102Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T05:13:52.103Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:13:52.103Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:13:52.104Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:13:52.104Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:13:52.104Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:13:52.105Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T05:13:52.113Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T05:14:22.114Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 416e4461-7b5f-4e1c-9d9c-87633e7be9cc 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-24T05:14:22.124Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 416e4461-7b5f-4e1c-9d9c-87633e7be9cc and serviceModelVersionId: a0f63805-9d58-4409-8411-7bfdbc4d2dea
2023-01-24T05:14:22.125Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a53cca8-6a6c-4572-87aa-66d73489101d
2023-01-24T05:14:22.127Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a53cca8-6a6c-4572-87aa-66d73489101d/model-vers/model-ver/a0f63805-9d58-4409-8411-7bfdbc4d2dea?depth=0
2023-01-24T05:14:22.138Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T05:14:22.246Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a53cca8-6a6c-4572-87aa-66d73489101d/model-vers/model-ver/a0f63805-9d58-4409-8411-7bfdbc4d2dea?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-24T05:14:22.249Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a53cca8-6a6c-4572-87aa-66d73489101d/model-vers/model-ver/a0f63805-9d58-4409-8411-7bfdbc4d2dea?depth=0|INFO|500||Invoke
2023-01-24T05:14:22.294Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a53cca8-6a6c-4572-87aa-66d73489101d/model-vers/model-ver/a0f63805-9d58-4409-8411-7bfdbc4d2dea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T05:14:22.848Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a53cca8-6a6c-4572-87aa-66d73489101d/model-vers/model-ver/a0f63805-9d58-4409-8411-7bfdbc4d2dea?depth=0|INFO|500||InvokeReturn
2023-01-24T05:14:22.849Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a53cca8-6a6c-4572-87aa-66d73489101d/model-vers/model-ver/a0f63805-9d58-4409-8411-7bfdbc4d2dea?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 05:14:23 GMT], content-length=[0], vertex-id=[205040], x-aai-txid=[0-aai-resources-230124-05:14:23:328-51420], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T05:14:22.849Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-01-24T05:14:22.850Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T05:14:22.851Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T05:14:22.859Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T05:14:22.860Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 416e4461-7b5f-4e1c-9d9c-87633e7be9cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T05:14:22.860Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T05:14:22.861Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:22.864Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:22.864Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537262860,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T05:14:22.965Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:14:22.966Z||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-24T05:14:22.967Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:22.992Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:22.995Z||pool-66-thread-1|||||INFO|500||cambria reply ok (29 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-24T05:14:23.909Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-24T05:14:23.909Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"90d034c1-6d83-416a-853f-ac3eedb32b3e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4f59f060-0070-4236-ab63-a8ba70044f63","serviceDescription":"service","serviceInvariantUUID":"15f550c8-9f0f-480a-a2f1-79b1371f01a4","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad5c8fed-faea-4838-aa9e-57488f147950","resourceInvariantUUID":"fbdfd60a-b374-4c5e-9dde-36d3c08f6d8c","resourceCustomizationUUID":"95a4c187-2594-4e3f-8c08-e9319a3fa180","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":"MTE5MmI4MzUwMmYyNDU4N2Q1MWQyM2I1MmJmNmE3M2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f1ec916-5cec-4165-a6e5-7f6f528dacc5","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":"5772ea11-049f-4022-b9f4-a76fd48ba3fc","artifactVersion":"2","generatedFromUUID":"eb1222ce-e731-455e-bacd-e02363cb064c"},{"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":"eb1222ce-e731-455e-bacd-e02363cb064c","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":"NjA0MjE3YWYxMDMzNDFiMDRiZjhjNDI5NmNjMjZiMzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d8dffb7-68a3-4388-a8ea-c207c604a4f0","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":"27e5cdb5-589b-4f1c-a45c-f66199ead339","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":"36f24767-f08f-4a60-9854-5051b1e20dd8","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":"fa1f45c9-c9d2-48cc-9e17-2cc510e88b2a","artifactVersion":"2","generatedFromUUID":"27e5cdb5-589b-4f1c-a45c-f66199ead339"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWM1MjAzZjg1ZTk0ZWY0ODA1OGEzMjY2NDdmYzVmMzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"883f695d-94aa-4837-ba34-a624084ad96a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MmNjMmYyMDM4MjU3MGFjZmUwZDc0NzY2YWI1MjIyYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67b3b53b-552f-42f1-93dd-5562a20df810","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T05:14:23.910Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:14:23.911Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:23.915Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:23.916Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:14:24.016Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:14:24.019Z||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-24T05:14:24.021Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:24.044Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:24.045Z||pool-67-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:14:24.919Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:14:24.921Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:24.926Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:24.927Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-24T05:14:25.026Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:14:25.028Z||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-24T05:14:25.028Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:25.051Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:25.052Z||pool-68-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:14:25.928Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:14:25.929Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:25.932Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:25.933Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-24T05:14:26.033Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:14:26.040Z||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-24T05:14:26.040Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:26.074Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:26.075Z||pool-69-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:14:26.934Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:14:26.936Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:26.939Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:26.940Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T05:14:27.039Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-24T05:14:27.041Z||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-24T05:14:27.041Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:27.061Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:27.062Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:14:27.941Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:14:27.942Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:27.944Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:27.944Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-24T05:14:28.046Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-24T05:14:28.047Z||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-24T05:14:28.047Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:28.064Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:28.064Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:14:28.948Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:14:28.949Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:28.954Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:28.955Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:14:29.055Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:14:29.056Z||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-24T05:14:29.056Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:29.111Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:29.112Z||pool-72-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:14:29.956Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:14:29.957Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:29.959Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:29.960Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-24T05:14:30.060Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:14:30.061Z||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-24T05:14:30.062Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:30.084Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:30.085Z||pool-73-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:14:30.960Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:14:30.962Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:30.966Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:30.967Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:14:31.066Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:14:31.068Z||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-24T05:14:31.068Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:31.083Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:31.084Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:14:31.968Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:14:31.969Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:31.973Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:31.973Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:14:32.073Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:14:32.076Z||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-24T05:14:32.076Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:32.099Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:32.100Z||pool-75-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:14:32.978Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "4f59f060-0070-4236-ab63-a8ba70044f63",
  "serviceDescription": "service",
  "serviceInvariantUUID": "15f550c8-9f0f-480a-a2f1-79b1371f01a4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "95a4c187-2594-4e3f-8c08-e9319a3fa180",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad5c8fed-faea-4838-aa9e-57488f147950",
      "resourceInvariantUUID": "fbdfd60a-b374-4c5e-9dde-36d3c08f6d8c",
      "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": "5772ea11-049f-4022-b9f4-a76fd48ba3fc",
          "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": "eb1222ce-e731-455e-bacd-e02363cb064c",
          "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": "NjA0MjE3YWYxMDMzNDFiMDRiZjhjNDI5NmNjMjZiMzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7d8dffb7-68a3-4388-a8ea-c207c604a4f0",
          "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": "27e5cdb5-589b-4f1c-a45c-f66199ead339",
          "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": "fa1f45c9-c9d2-48cc-9e17-2cc510e88b2a",
            "generatedFromUUID": "27e5cdb5-589b-4f1c-a45c-f66199ead339"
          },
          "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": "fa1f45c9-c9d2-48cc-9e17-2cc510e88b2a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MmNjMmYyMDM4MjU3MGFjZmUwZDc0NzY2YWI1MjIyYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "67b3b53b-552f-42f1-93dd-5562a20df810"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T05:14:32.978Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T05:14:32.979Z|416e4461-7b5f-4e1c-9d9c-87633e7be9cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4f59f060-0070-4236-ab63-a8ba70044f63 ASDC
2023-01-24T05:14:32.980Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:90d034c1-6d83-416a-853f-ac3eedb32b3e
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:4f59f060-0070-4236-ab63-a8ba70044f63
ServiceInvariantUUID:15f550c8-9f0f-480a-a2f1-79b1371f01a4
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:67b3b53b-552f-42f1-93dd-5562a20df810
ArtifactChecksum:MmNjMmYyMDM4MjU3MGFjZmUwZDc0NzY2YWI1MjIyYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:95a4c187-2594-4e3f-8c08-e9319a3fa180
ResourceInvariantUUID:fbdfd60a-b374-4c5e-9dde-36d3c08f6d8c
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ad5c8fed-faea-4838-aa9e-57488f147950
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:5772ea11-049f-4022-b9f4-a76fd48ba3fc
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:eb1222ce-e731-455e-bacd-e02363cb064c
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:7d8dffb7-68a3-4388-a8ea-c207c604a4f0
ArtifactChecksum:NjA0MjE3YWYxMDMzNDFiMDRiZjhjNDI5NmNjMjZiMzE=
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:27e5cdb5-589b-4f1c-a45c-f66199ead339
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:fa1f45c9-c9d2-48cc-9e17-2cc510e88b2a
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:fa1f45c9-c9d2-48cc-9e17-2cc510e88b2a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-24T05:14:32.980Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f59f060-0070-4236-ab63-a8ba70044f63 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-24T05:14:33.024Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:14:33.024Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:14:33.025Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:14:33.025Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 67b3b53b-552f-42f1-93dd-5562a20df810 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-24T05:14:33.025Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-24T05:14:33.025Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-24T05:14:33.233Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-24T05:14:33.237Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 67b3b53b-552f-42f1-93dd-5562a20df810 73676
2023-01-24T05:14:33.238Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-24T05:14:33.238Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-24T05:14:33.238Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:14:33.239Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:33.242Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:33.242Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537273238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:14:33.343Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:14:33.345Z||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-24T05:14:33.345Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:33.371Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:33.373Z||pool-76-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:14:34.243Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:14:34.244Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-24T05:14:34.245Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 67b3b53b-552f-42f1-93dd-5562a20df810, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-24T05:14:34.245Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-24T05:14:34.246Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-24T05:14:34.247Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-24T05:14:34.442Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13725365211880200435/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-24T05:14:36.337Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T05:14:36.338Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-24T05:14:36.338Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-24T05:14:36.338Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-24T05:14:36.338Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-24T05:14:36.339Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||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-24T05:14:36.339Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-24T05:14:36.339Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-24T05:14:36.339Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-24T05:14:36.339Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:36.340Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:36.340Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T05:14:36.340Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-24T05:14:36.340Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:14:36.341Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:36.341Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:36.341Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T05:14:36.342Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-24T05:14:36.342Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:14:36.342Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:36.343Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:36.343Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:36.343Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-24T05:14:36.343Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-24T05:14:36.344Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-24T05:14:36.344Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T05:14:36.344Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:36.344Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T05:14:36.344Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:36.345Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T05:14:36.345Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:14:36.345Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:36.345Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T05:14:36.346Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:14:36.346Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:36.346Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T05:14:36.346Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:14:36.347Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:36.347Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-24T05:14:36.347Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-24T05:14:36.348Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=443cbbc4-e72f-4d96-b681-b95f0df45207
2023-01-24T05:14:36.348Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:36.348Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:36.348Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:36.348Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:36.348Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:36.349Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:36.349Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:36.349Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:36.350Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:4f59f060-0070-4236-ab63-a8ba70044f63
Model Version:NULL
Model InvariantUuid:15f550c8-9f0f-480a-a2f1-79b1371f01a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:443ab7be-eaff-4e2b-b504-b375cbb8313f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fbdfd60a-b374-4c5e-9dde-36d3c08f6d8c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:95a4c187-2594-4e3f-8c08-e9319a3fa180
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4ed8388d-1f59-4528-bc95-7782c52e83c5
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:947da746-58d6-4071-81b6-cbe957c8cd48
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:443cbbc4-e72f-4d96-b681-b95f0df45207
ModelInvariantUuid:f173c404-e9d8-4d31-a117-6f696ad57c04
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:750fed19-849a-4b3d-810e-35b2ac0f6518
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:b5c947d3-9f0e-4193-8006-e63d541922e7
ModelInvariantUuid:205e37f0-8b72-4dec-b22e-1d0b207d6528
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:8f6f3bd5-4c16-49e4-8bdf-94740ce021a6
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-24T05:14:36.362Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ad5c8fed-faea-4838-aa9e-57488f147950
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-24T05:14:36.368Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||basic_cnf 0
2023-01-24T05:14:36.368Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad5c8fed-faea-4838-aa9e-57488f147950
2023-01-24T05:14:36.369Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5772ea11-049f-4022-b9f4-a76fd48ba3fc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-24T05:14:36.369Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-24T05:14:36.369Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-24T05:14:36.422Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-24T05:14:36.423Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5772ea11-049f-4022-b9f4-a76fd48ba3fc 12
2023-01-24T05:14:36.425Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-01-24T05:14:36.426Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-24T05:14:36.426Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:14:36.427Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:36.431Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:36.432Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537276424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:14:36.531Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:14:36.532Z||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-24T05:14:36.532Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:36.572Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:36.572Z||pool-77-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:14:36.947Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:14:36.948Z||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-24T05:14:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:36.977Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:36.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:14:36.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbaa36ea-5550-4faf-ae26-70538b287649",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537133762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T05:14:36.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:14:36.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:14:36.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:14:36.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:14:36.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:14:36.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:14:36.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:14:36.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:14:36.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:14:36.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:14:36.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:14:36.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:14:36.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:14:36.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:14:36.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:14:36.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:14:36.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:14:36.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/resourceInstances/pnf7ec5b204ab8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:14:36.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:14:36.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:14:36.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:14:36.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:14:36.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:14:36.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:14:36.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:14:36.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:14:36.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537147845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:14:36.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:14:36.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-24T05:14:36.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537150746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ow8uaoxjxonpdxoncuk/1.0/artifacts/service-DemoPnf3ow8uaoxjxonpdxoncuk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:14:36.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:14:37.436Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eb1222ce-e731-455e-bacd-e02363cb064c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-24T05:14:37.436Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-24T05:14:37.437Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-24T05:14:37.510Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-24T05:14:37.511Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz eb1222ce-e731-455e-bacd-e02363cb064c 2688
2023-01-24T05:14:37.511Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-01-24T05:14:37.512Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-24T05:14:37.512Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:14:37.512Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:37.515Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:37.515Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537277511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:14:37.615Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:14:37.616Z||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-24T05:14:37.617Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:37.631Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:37.632Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:14:38.516Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7d8dffb7-68a3-4388-a8ea-c207c604a4f0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-24T05:14:38.517Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-24T05:14:38.517Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-24T05:14:38.591Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-24T05:14:38.592Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7d8dffb7-68a3-4388-a8ea-c207c604a4f0 828
2023-01-24T05:14:38.592Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-01-24T05:14:38.593Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-24T05:14:38.593Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:14:38.593Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:38.610Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:38.610Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537278592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:14:38.710Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:14:38.712Z||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-24T05:14:38.712Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:38.731Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:38.732Z||pool-79-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:14:39.611Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4ed8388d-1f59-4528-bc95-7782c52e83c5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "947da746-58d6-4071-81b6-cbe957c8cd48",
    "vfModuleModelCustomizationUUID": "9ef247a8-27c3-43c7-a3a3-fd32b241fa76",
    "isBase": true,
    "artifacts": [
      "27e5cdb5-589b-4f1c-a45c-f66199ead339",
      "eb1222ce-e731-455e-bacd-e02363cb064c",
      "fa1f45c9-c9d2-48cc-9e17-2cc510e88b2a"
    ],
    "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-24T05:14:39.617Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:947da746-58d6-4071-81b6-cbe957c8cd48
VfModuleModelInvariantUUID:4ed8388d-1f59-4528-bc95-7782c52e83c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
27e5cdb5-589b-4f1c-a45c-f66199ead339
,
eb1222ce-e731-455e-bacd-e02363cb064c
,
fa1f45c9-c9d2-48cc-9e17-2cc510e88b2a

}
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-24T05:14:39.621Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4ed8388d-1f59-4528-bc95-7782c52e83c5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "947da746-58d6-4071-81b6-cbe957c8cd48",
    "vfModuleModelCustomizationUUID": "9ef247a8-27c3-43c7-a3a3-fd32b241fa76",
    "isBase": true,
    "artifacts": [
      "27e5cdb5-589b-4f1c-a45c-f66199ead339",
      "eb1222ce-e731-455e-bacd-e02363cb064c",
      "fa1f45c9-c9d2-48cc-9e17-2cc510e88b2a"
    ],
    "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-24T05:14:39.621Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:947da746-58d6-4071-81b6-cbe957c8cd48
VfModuleModelInvariantUUID:4ed8388d-1f59-4528-bc95-7782c52e83c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
27e5cdb5-589b-4f1c-a45c-f66199ead339
,
eb1222ce-e731-455e-bacd-e02363cb064c
,
fa1f45c9-c9d2-48cc-9e17-2cc510e88b2a

}
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-24T05:14:39.621Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 27e5cdb5-589b-4f1c-a45c-f66199ead339 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-24T05:14:39.622Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-24T05:14:39.622Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-24T05:14:39.685Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-24T05:14:39.686Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 27e5cdb5-589b-4f1c-a45c-f66199ead339 1164
2023-01-24T05:14:39.686Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-01-24T05:14:39.687Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-24T05:14:39.687Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:14:39.687Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:39.690Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:39.690Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537279686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:14:39.790Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:14:39.791Z||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-24T05:14:39.791Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:39.805Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:39.806Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:14:40.691Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fa1f45c9-c9d2-48cc-9e17-2cc510e88b2a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-24T05:14:40.692Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-24T05:14:40.692Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-24T05:14:40.769Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-24T05:14:40.769Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env fa1f45c9-c9d2-48cc-9e17-2cc510e88b2a 200
2023-01-24T05:14:40.770Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-01-24T05:14:40.770Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-24T05:14:40.770Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:14:40.770Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:40.773Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:40.773Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537280769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:14:40.873Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:14:40.874Z||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-24T05:14:40.875Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:40.899Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:40.900Z||pool-81-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:14:41.774Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4f59f060-0070-4236-ab63-a8ba70044f63
2023-01-24T05:14:41.774Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ad5c8fed-faea-4838-aa9e-57488f147950 ASDC
2023-01-24T05:14:41.786Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T05:14:43.080Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ec480ff, org.onap.sdc.toscaparser.api.parameters.Input@f2e3cfb, org.onap.sdc.toscaparser.api.parameters.Input@3171e685, org.onap.sdc.toscaparser.api.parameters.Input@6bbad2e9, org.onap.sdc.toscaparser.api.parameters.Input@11837419]
2023-01-24T05:14:43.081Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:43.081Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:43.082Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-01-24T05:14:43.082Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 95a4c187-2594-4e3f-8c08-e9319a3fa180
2023-01-24T05:14:43.082Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 95a4c187-2594-4e3f-8c08-e9319a3fa180 matches Tosca VF Customization UUID: 95a4c187-2594-4e3f-8c08-e9319a3fa180
2023-01-24T05:14:43.082Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 95a4c187-2594-4e3f-8c08-e9319a3fa180  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-24T05:14:43.086Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:43.086Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:43.087Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 95a4c187-2594-4e3f-8c08-e9319a3fa180: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-24T05:14:43.087Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c5f70d1
2023-01-24T05:14:43.088Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:43.088Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T05:14:43.088Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ef247a8-27c3-43c7-a3a3-fd32b241fa76
2023-01-24T05:14:43.088Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ef247a8-27c3-43c7-a3a3-fd32b241fa76
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-24T05:14:43.091Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:43.092Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T05:14:43.092Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:14:43.092Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:43.092Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T05:14:43.093Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:14:43.093Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:43.093Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-24T05:14:43.093Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-24T05:14:43.094Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=443cbbc4-e72f-4d96-b681-b95f0df45207
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-24T05:14:43.096Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:43.097Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T05:14:43.097Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:14:43.097Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:43.097Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-24T05:14:43.098Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=95a4c187-2594-4e3f-8c08-e9319a3fa180
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-24T05:14:43.103Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:43.103Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:43.104Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4f59f060-0070-4236-ab63-a8ba70044f63: basic_cnf
2023-01-24T05:14:43.104Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:43.104Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:43.105Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:43.105Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:43.105Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:43.105Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:43.106Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:43.106Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:43.106Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:14:43.106Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:14:43.106Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, 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-24T05:14:43.416Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ad5c8fed-faea-4838-aa9e-57488f147950 1 ASDC deployResourceStructure
2023-01-24T05:14:43.418Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-01-24T05:14:43.418Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-01-24T05:14:43.419Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-24T05:14:43.420Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:43.423Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:43.423Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537283417,
  "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-24T05:14:43.523Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:14:43.524Z||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-24T05:14:43.547Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:43.587Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:43.588Z||pool-82-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:14:44.425Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-01-24T05:14:44.426Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-01-24T05:14:44.426Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-24T05:14:44.427Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:44.429Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:44.430Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537284424,
  "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-24T05:14:44.530Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:14:44.531Z||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-24T05:14:44.531Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:44.548Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:44.548Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:14:45.432Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-01-24T05:14:45.432Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-24T05:14:45.432Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:14:45.436Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:45.440Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:45.440Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537285432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T05:14:45.539Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:14:45.541Z||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-24T05:14:45.542Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:45.563Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:45.564Z||pool-84-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":3,"count":1}
2023-01-24T05:14:46.441Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-01-24T05:14:46.441Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-24T05:14:46.441Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:14:46.442Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:46.447Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:46.447Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537286441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T05:14:46.545Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-24T05:14:46.547Z||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-24T05:14:46.547Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:46.564Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:46.566Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:14:47.449Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-01-24T05:14:47.449Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-24T05:14:47.450Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:14:47.450Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:47.454Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:47.454Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537287449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-24T05:14:47.554Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:14:47.556Z||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-24T05:14:47.556Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:47.573Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:47.574Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:14:48.456Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-24T05:14:48.456Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-24T05:14:48.456Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:14:48.457Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:14:48.460Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:14:48.460Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537288455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:14:48.560Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:14:48.561Z||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-24T05:14:48.561Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:14:48.578Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:14:48.579Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:14:49.461Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90d034c1-6d83-416a-853f-ac3eedb32b3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:14:49.472Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90d034c1-6d83-416a-853f-ac3eedb32b3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:14:49.475Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:14:49.476Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T05:14:49.476Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T05:14:49.476Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T05:14:49.476Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:14:49.476Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:14:49.476Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:14:49.476Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:14:49.476Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T05:14:49.476Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T05:14:49.482Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T05:15:19.483Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90d034c1-6d83-416a-853f-ac3eedb32b3e 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-24T05:15:19.512Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90d034c1-6d83-416a-853f-ac3eedb32b3e and serviceModelVersionId: 4f59f060-0070-4236-ab63-a8ba70044f63
2023-01-24T05:15:19.512Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 15f550c8-9f0f-480a-a2f1-79b1371f01a4
2023-01-24T05:15:19.513Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/15f550c8-9f0f-480a-a2f1-79b1371f01a4/model-vers/model-ver/4f59f060-0070-4236-ab63-a8ba70044f63?depth=0
2023-01-24T05:15:19.520Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T05:15:19.627Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15f550c8-9f0f-480a-a2f1-79b1371f01a4/model-vers/model-ver/4f59f060-0070-4236-ab63-a8ba70044f63?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-24T05:15:19.631Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15f550c8-9f0f-480a-a2f1-79b1371f01a4/model-vers/model-ver/4f59f060-0070-4236-ab63-a8ba70044f63?depth=0|INFO|500||Invoke
2023-01-24T05:15:19.667Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15f550c8-9f0f-480a-a2f1-79b1371f01a4/model-vers/model-ver/4f59f060-0070-4236-ab63-a8ba70044f63?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T05:15:20.497Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15f550c8-9f0f-480a-a2f1-79b1371f01a4/model-vers/model-ver/4f59f060-0070-4236-ab63-a8ba70044f63?depth=0|INFO|500||InvokeReturn
2023-01-24T05:15:20.498Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15f550c8-9f0f-480a-a2f1-79b1371f01a4/model-vers/model-ver/4f59f060-0070-4236-ab63-a8ba70044f63?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 05:15:20 GMT], content-length=[0], vertex-id=[192648], x-aai-txid=[2-aai-resources-230124-05:15:20:661-33658], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T05:15:20.499Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-01-24T05:15:20.500Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T05:15:20.500Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T05:15:20.515Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T05:15:20.516Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90d034c1-6d83-416a-853f-ac3eedb32b3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T05:15:20.516Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T05:15:20.517Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:15:20.520Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:15:20.521Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537320516,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T05:15:20.622Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:15:20.624Z||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-24T05:15:20.624Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:15:20.657Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:15:20.658Z||pool-88-thread-1|||||INFO|500||cambria reply ok (35 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-24T05:15:21.540Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:15:21.541Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T05:15:21.541Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:15:32.045Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:15:32.046Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:15:32.047Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T05:15:32.047Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:15:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:15:36.947Z||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-24T05:15:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:15:36.994Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:15:36.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:36.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c64c134-ad58-4566-8dc2-2e5981661d8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537182112,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T05:15:36.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:15:36.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:36.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:15:36.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:15:36.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:36.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T05:15:36.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:15:36.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:36.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-24T05:15:36.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:15:36.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:36.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:15:36.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:15:36.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:36.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-24T05:15:36.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:15:36.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:36.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:15:36.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:15:36.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:36.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:15:36.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:15:36.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:36.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537190479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:15:36.999Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:15:36.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:36.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537194469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:15:37.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:15:37.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:37.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537195574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:15:37.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:15:37.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:37.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537196643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:15:37.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:15:37.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:37.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537197987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T05:15:37.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:15:37.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:37.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537198999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T05:15:37.002Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:15:37.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:37.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537200004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-24T05:15:37.002Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:15:37.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:15:37.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537201008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:15:37.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:15:41.662Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:15:41.664Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:15:41.664Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T05:15:41.665Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:15:51.234Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:15:51.235Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:15:51.236Z||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-24T05:15:51.236Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:16:00.811Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:16:00.812Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:16:00.813Z||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-24T05:16:00.814Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:16:10.425Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:16:36.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:16:36.929Z||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-24T05:16:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:16:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:16:36.947Z||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-24T05:16:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:16:37.024Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:16:37.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:16:37.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "416e4461-7b5f-4e1c-9d9c-87633e7be9cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537262860,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T05:16:37.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:16:37.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:16:37.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:16:37.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:16:37.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:16:37.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-24T05:16:37.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:16:37.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:16:37.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-24T05:16:37.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:16:37.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:16:37.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T05:16:37.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:16:37.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:16:37.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-24T05:16:37.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:16:37.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:16:37.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:16:37.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:16:37.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:16:37.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-24T05:16:37.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:16:37.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:16:37.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:16:37.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:16:37.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:16:37.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537134792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:16:37.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:16:37.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:16:37.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537273238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:16:37.035Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:16:37.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:16:37.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537276424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:16:37.036Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:16:46.588Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:17:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:17:36.927Z||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-24T05:17:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:17:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:17:36.946Z||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-24T05:17:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:17:37.499Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:17:37.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:17:37.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537277511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:17:37.501Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:17:37.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:17:37.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537278592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:17:37.502Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:17:37.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:17:37.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537279686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:17:37.502Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:17:37.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:17:37.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537280769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:17:37.502Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:17:37.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:17:37.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537283417,
  "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-24T05:17:37.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:17:37.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:17:37.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537284424,
  "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-24T05:17:37.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:17:37.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:17:37.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537285432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T05:17:37.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:17:37.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:17:37.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537286441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T05:17:37.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:17:37.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:17:37.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537287449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-24T05:17:37.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:17:37.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:17:37.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537288455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:17:37.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:17:37.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-24T05:17:37.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d034c1-6d83-416a-853f-ac3eedb32b3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674537320516,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T05:17:37.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:17:46.568Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:18:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:18:36.927Z||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-24T05:18:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:18:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:18:36.946Z||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-24T05:18:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:18:46.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:18:46.560Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:19:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:19:36.927Z||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-24T05:19:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:19:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:19:36.946Z||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-24T05:19:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:19:46.519Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:19:46.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:20:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:20:36.927Z||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-24T05:20:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:20:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:20:36.946Z||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-24T05:20:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:20:46.500Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:20:46.513Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:21:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:21:36.927Z||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-24T05:21:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:21:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:21:36.946Z||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-24T05:21:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:21:46.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:21:46.523Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:22:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:22:36.927Z||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-24T05:22:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:22:36.945Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:22:36.946Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T05:22:36.947Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:22:46.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:22:46.583Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:23:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:23:36.931Z||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-24T05:23:36.931Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:23:36.947Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:23:36.948Z||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-24T05:23:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:23:46.502Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:23:46.518Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:24:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:24:36.928Z||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-24T05:24:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:24:36.946Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:24:36.947Z||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-24T05:24:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:24:46.569Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:24:46.601Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:25:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:25:36.927Z||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-24T05:25:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:25:36.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:25:36.947Z||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-24T05:25:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:25:46.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:25:46.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:26:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:26:36.929Z||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-24T05:26:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:26:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:26:36.946Z||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-24T05:26:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:26:46.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:26:46.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:27:36.929Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:27:36.940Z||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-24T05:27:36.940Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:27:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:27:36.946Z||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-24T05:27:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:27:46.523Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:27:46.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:28:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:28:36.927Z||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-24T05:28:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:28:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:28:36.948Z||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-24T05:28:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:28:46.544Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:28:46.586Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:29:36.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:29:36.928Z||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-24T05:29:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:29:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:29:36.947Z||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-24T05:29:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:29:46.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:29:46.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:30:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:30:36.927Z||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-24T05:30:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:30:36.945Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:30:36.948Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T05:30:36.949Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:30:46.604Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:30:46.617Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:31:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:31:36.928Z||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-24T05:31:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:31:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:31:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T05:31:36.947Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:31:46.522Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:31:46.531Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:32:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:32:36.930Z||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-24T05:32:36.931Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:32:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:32:36.946Z||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-24T05:32:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:32:46.540Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:32:46.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:33:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:33:36.929Z||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-24T05:33:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:33:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:33:36.946Z||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-24T05:33:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:33:46.515Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:33:46.540Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:34:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:34:36.929Z||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-24T05:34:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:34:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:34:36.946Z||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-24T05:34:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:34:46.516Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:34:46.624Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:35:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:35:36.928Z||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-24T05:35:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:35:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:35:36.948Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T05:35:36.948Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:35:46.548Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:35:46.581Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:36:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:36:36.928Z||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-24T05:36:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:36:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:36:36.947Z||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-24T05:36:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:36:46.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:36:46.585Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:37:36.927Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:37:36.928Z||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-24T05:37:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:37:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:37:36.946Z||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-24T05:37:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:37:46.525Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:37:46.527Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:38:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:38:36.927Z||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-24T05:38:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:38:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:38:36.946Z||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-24T05:38:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:38:46.496Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:38:46.512Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:39:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:39:36.927Z||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-24T05:39:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:39:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:39:36.946Z||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-24T05:39:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:39:46.524Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:39:46.534Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:40:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:40:36.928Z||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-24T05:40:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:40:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:40:36.946Z||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-24T05:40:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:40:46.514Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:40:46.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:41:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:41:36.927Z||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-24T05:41:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:41:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:41:36.946Z||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-24T05:41:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:41:46.510Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:41:46.534Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:42:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:42:36.927Z||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-24T05:42:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:42:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:42:36.947Z||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-24T05:42:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:42:46.542Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:42:46.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:43:36.929Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:43:36.931Z||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-24T05:43:36.932Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:43:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:43:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T05:43:36.947Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:43:46.537Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:43:46.588Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:44:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:44:36.929Z||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-24T05:44:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:44:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:44:36.946Z||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-24T05:44:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:44:46.545Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:44:46.574Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:45:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:45:36.927Z||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-24T05:45:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:45:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:45:36.946Z||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-24T05:45:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:45:46.586Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:45:46.585Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:46:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:46:36.927Z||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-24T05:46:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:46:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:46:36.946Z||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-24T05:46:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:46:46.510Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:46:46.522Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:47:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:47:36.927Z||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-24T05:47:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:47:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:47:36.952Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T05:47:36.952Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:47:46.499Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:47:46.530Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:48:36.927Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:48:36.929Z||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-24T05:48:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:48:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:48:36.946Z||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-24T05:48:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:48:46.530Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:48:46.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:49:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:49:36.927Z||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-24T05:49:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:49:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:49:36.948Z||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-24T05:49:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:49:46.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:49:46.520Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:50:36.927Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:50:36.931Z||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-24T05:50:36.931Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:50:36.946Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:50:36.949Z||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-24T05:50:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:50:46.560Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:50:46.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:51:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:51:36.927Z||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-24T05:51:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:51:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:51:36.946Z||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-24T05:51:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:51:46.529Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:51:46.540Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:52:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:52:36.927Z||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-24T05:52:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:52:36.945Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:52:36.946Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T05:52:36.946Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:52:46.514Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:52:46.514Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:53:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:53:36.936Z||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-24T05:53:36.936Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:53:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:53:36.946Z||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-24T05:53:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:53:46.504Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:53:46.516Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:54:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:54:36.927Z||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-24T05:54:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:54:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:54:36.946Z||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-24T05:54:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:54:46.495Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:54:46.500Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:55:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:55:36.928Z||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-24T05:55:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:55:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:55:36.947Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T05:55:36.947Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:55:46.511Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:55:46.554Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:36.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:56:36.928Z||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-24T05:56:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:36.947Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:56:36.948Z||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-24T05:56:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:37.333Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:37.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539755322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "cds",
  "timestamp": 1674539759818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539763034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539755322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T05:56:37.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "cds",
  "timestamp": 1674539759818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539763034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539755322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-24T05:56:37.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "cds",
  "timestamp": 1674539759818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539763034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "cds",
  "timestamp": 1674539759818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539755322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539763034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539755322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-24T05:56:37.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "cds",
  "timestamp": 1674539759818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539763034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539768288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "cds",
  "timestamp": 1674539759818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539755322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-24T05:56:37.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539763034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539768288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "cds",
  "timestamp": 1674539759818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539755322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-24T05:56:37.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539763034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539768288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539763034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539755322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "cds",
  "timestamp": 1674539759818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539768288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539755322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "cds",
  "timestamp": 1674539759818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539763034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539768288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539755322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:56:37.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "cds",
  "timestamp": 1674539759818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:56:37.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539763034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:56:37.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539768288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539768288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539775615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:37.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:56:37.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539775140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:37.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:56:37.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "cds",
  "timestamp": 1674539775001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:37.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:56:37.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539768288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539776273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:37.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:56:37.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539768288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539777348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:37.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:56:37.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539768288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "cds",
  "timestamp": 1674539778171,
  "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-24T05:56:37.400Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 441a9882-1585-4c0d-bab9-843125dcf386
2023-01-24T05:56:37.400Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 441a9882-1585-4c0d-bab9-843125dcf386 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-24T05:56:37.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539778464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:37.415Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:56:37.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539779440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:56:37.415Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:56:37.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539779584,
  "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-24T05:56:37.423Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 441a9882-1585-4c0d-bab9-843125dcf386
2023-01-24T05:56:37.424Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 441a9882-1585-4c0d-bab9-843125dcf386 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-24T05:56:37.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539780446,
  "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-24T05:56:37.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 441a9882-1585-4c0d-bab9-843125dcf386
2023-01-24T05:56:37.446Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 441a9882-1585-4c0d-bab9-843125dcf386 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-24T05:56:37.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "cds",
  "timestamp": 1674539779177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539780588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T05:56:37.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:56:37.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "cds",
  "timestamp": 1674539779177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "cds",
  "timestamp": 1674539779177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:56:37.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539781594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "cds",
  "timestamp": 1674539779177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539781594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T05:56:37.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "aai-ml",
  "timestamp": 1674539783839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:37.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:56:37.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "cds",
  "timestamp": 1674539779177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539781594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-24T05:56:37.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "cds",
  "timestamp": 1674539779177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539781594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "cds",
  "timestamp": 1674539779177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539781594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-24T05:56:37.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "cds",
  "timestamp": 1674539779177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:56:37.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539781594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539781594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "cds",
  "timestamp": 1674539788237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:37.471Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:56:37.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539788288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539781594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:56:37.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "cds",
  "timestamp": 1674539789556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T05:56:37.488Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39e65e6d-101d-4674-9737-e325229bf33b
2023-01-24T05:56:37.488Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39e65e6d-101d-4674-9737-e325229bf33b 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-24T05:56:37.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539788288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539790409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:37.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:56:37.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539788288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539791480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:37.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:56:37.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539788288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539792535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:37.513Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:56:37.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539788288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539793034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539793556,
  "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-24T05:56:37.522Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39e65e6d-101d-4674-9737-e325229bf33b
2023-01-24T05:56:37.523Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39e65e6d-101d-4674-9737-e325229bf33b 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-24T05:56:37.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539788288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539793034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539794562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T05:56:37.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:56:37.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539788288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539793034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539788288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539793034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:56:37.616Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:37.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T05:56:37.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"441a9882-1585-4c0d-bab9-843125dcf386","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"98bcf8b2-9365-4560-a34d-13f8b9d04547","serviceDescription":"service","serviceInvariantUUID":"61c15d05-c55a-4067-b788-a98b6df9648a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35f8d403-a568-4a02-9c63-7fbc17983d22","resourceInvariantUUID":"dfdd99a0-0bc5-46c4-9e3a-6e2ec969896d","resourceCustomizationUUID":"416f48ee-b84d-493f-937e-da97d0aac74e","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":"MjE0ZmQ0MmJiNmUwNGNlNDg0YjA0NzY4NGM2MDU2NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f390038-c177-4818-959e-fdd94e49d4e9","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":"OTc1MDUzNjhiZTc0NTkyY2YwMzUwOTNlODAzZTIyYzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"67ab949c-027d-4af3-a37c-cf1ef4f0d6a7","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":"7643b0a4-5eab-4f32-91c5-52435e55e15a","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":"ec5c038e-64e3-4c54-9ad3-88c8f14a55be","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":"b3965f34-c8cd-4869-a4ed-42e13cd47a24","artifactVersion":"2","generatedFromUUID":"442bb372-ac70-4768-baec-68b8a8879dfa"},{"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":"dffff1fb-0064-4e44-bec4-cd6ad0f56504","artifactVersion":"2","generatedFromUUID":"7643b0a4-5eab-4f32-91c5-52435e55e15a"},{"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":"442bb372-ac70-4768-baec-68b8a8879dfa","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":"c4136516-05e7-4984-8aef-a7eca4d108e8","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":"NDAzNzQ2MWJmMTRiNzc5YjJjMzc3NjZhNTM4Mjg0M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98262e27-6305-4b3d-b1f2-7c119ae50be1","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZjBjOWI0MTU3ZjA2YjYxODFlNmUwNWYyOGQ4OWE1NWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e83b276-40eb-40a6-bf32-2f04c0637bc1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T05:56:37.623Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:56:37.624Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:37.634Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:37.634Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:37.730Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-01-24T05:56:37.731Z||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-24T05:56:37.732Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:37.753Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:37.753Z||pool-89-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:56:38.635Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:56:38.636Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:38.639Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:38.639Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T05:56:38.740Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:56:38.741Z||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-24T05:56:38.741Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:38.777Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:38.778Z||pool-90-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:56:39.645Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:56:39.646Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:39.650Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:39.650Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-24T05:56:39.750Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:56:39.752Z||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-24T05:56:39.753Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:39.769Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:39.770Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:56:40.651Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:56:40.653Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:40.656Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:40.656Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:40.756Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:56:40.758Z||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-24T05:56:40.758Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:40.773Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:40.774Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:56:41.657Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:56:41.658Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:41.661Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:41.661Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-24T05:56:41.762Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:56:41.763Z||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-24T05:56:41.763Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:41.785Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:41.786Z||pool-93-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:56:42.662Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:56:42.663Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:42.666Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:42.667Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-24T05:56:42.769Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-24T05:56:42.770Z||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-24T05:56:42.770Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:42.794Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:42.795Z||pool-94-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:56:43.667Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:56:43.668Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:43.672Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:43.673Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-24T05:56:43.774Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:56:43.775Z||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-24T05:56:43.776Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:43.796Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:43.797Z||pool-95-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:56:44.674Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:56:44.676Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:44.680Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:44.680Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:44.781Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:56:44.782Z||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-24T05:56:44.782Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:44.815Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:44.817Z||pool-96-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:56:45.681Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:56:45.683Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:45.689Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:45.689Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:56:45.789Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:56:45.790Z||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-24T05:56:45.790Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:45.819Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:45.820Z||pool-97-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:56:46.690Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T05:56:46.691Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:46.709Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:46.709Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:56:46.809Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:56:46.810Z||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-24T05:56:46.810Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:46.826Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:46.828Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:56:47.710Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "98bcf8b2-9365-4560-a34d-13f8b9d04547",
  "serviceDescription": "service",
  "serviceInvariantUUID": "61c15d05-c55a-4067-b788-a98b6df9648a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "416f48ee-b84d-493f-937e-da97d0aac74e",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35f8d403-a568-4a02-9c63-7fbc17983d22",
      "resourceInvariantUUID": "dfdd99a0-0bc5-46c4-9e3a-6e2ec969896d",
      "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": "OTc1MDUzNjhiZTc0NTkyY2YwMzUwOTNlODAzZTIyYzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "67ab949c-027d-4af3-a37c-cf1ef4f0d6a7",
          "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": "7643b0a4-5eab-4f32-91c5-52435e55e15a",
          "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": "dffff1fb-0064-4e44-bec4-cd6ad0f56504",
            "generatedFromUUID": "7643b0a4-5eab-4f32-91c5-52435e55e15a"
          },
          "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": "b3965f34-c8cd-4869-a4ed-42e13cd47a24",
          "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": "dffff1fb-0064-4e44-bec4-cd6ad0f56504",
          "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": "442bb372-ac70-4768-baec-68b8a8879dfa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZjBjOWI0MTU3ZjA2YjYxODFlNmUwNWYyOGQ4OWE1NWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4e83b276-40eb-40a6-bf32-2f04c0637bc1"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T05:56:47.720Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T05:56:47.720Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 98bcf8b2-9365-4560-a34d-13f8b9d04547 ASDC
2023-01-24T05:56:47.721Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:441a9882-1585-4c0d-bab9-843125dcf386
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:98bcf8b2-9365-4560-a34d-13f8b9d04547
ServiceInvariantUUID:61c15d05-c55a-4067-b788-a98b6df9648a
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:4e83b276-40eb-40a6-bf32-2f04c0637bc1
ArtifactChecksum:ZjBjOWI0MTU3ZjA2YjYxODFlNmUwNWYyOGQ4OWE1NWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:416f48ee-b84d-493f-937e-da97d0aac74e
ResourceInvariantUUID:dfdd99a0-0bc5-46c4-9e3a-6e2ec969896d
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:35f8d403-a568-4a02-9c63-7fbc17983d22
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:67ab949c-027d-4af3-a37c-cf1ef4f0d6a7
ArtifactChecksum:OTc1MDUzNjhiZTc0NTkyY2YwMzUwOTNlODAzZTIyYzc=
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:7643b0a4-5eab-4f32-91c5-52435e55e15a
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:dffff1fb-0064-4e44-bec4-cd6ad0f56504
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:b3965f34-c8cd-4869-a4ed-42e13cd47a24
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:dffff1fb-0064-4e44-bec4-cd6ad0f56504
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:442bb372-ac70-4768-baec-68b8a8879dfa
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-24T05:56:47.721Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 98bcf8b2-9365-4560-a34d-13f8b9d04547 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-24T05:56:47.836Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:56:47.842Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-24T05:56:47.842Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-24T05:56:47.843Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4e83b276-40eb-40a6-bf32-2f04c0637bc1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-24T05:56:47.843Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T05:56:47.843Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-24T05:56:48.049Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T05:56:48.070Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4e83b276-40eb-40a6-bf32-2f04c0637bc1 162980
2023-01-24T05:56:48.070Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:48.071Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:48.071Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:56:48.071Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:48.075Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:48.075Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539808070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:48.175Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:56:48.176Z||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-24T05:56:48.176Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:48.236Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:48.237Z||pool-99-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:56:49.076Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T05:56:49.077Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-24T05:56:49.077Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4e83b276-40eb-40a6-bf32-2f04c0637bc1, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-24T05:56:49.078Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-01-24T05:56:49.079Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-24T05:56:49.079Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-24T05:56:49.543Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1799186633530672434/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-01-24T05:56:52.663Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T05:56:52.664Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-24T05:56:52.664Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-24T05:56:52.664Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-24T05:56:52.664Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-24T05:56:52.665Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:52.665Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:52.665Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:52.665Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-24T05:56:52.665Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:52.666Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:52.666Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T05:56:52.667Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-24T05:56:52.667Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:56:52.667Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:52.667Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:52.667Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T05:56:52.667Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-24T05:56:52.668Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T05:56:52.668Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:52.668Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:52.668Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:52.668Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-24T05:56:52.668Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-01-24T05:56:52.669Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-01-24T05:56:52.669Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T05:56:52.669Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:52.669Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T05:56:52.670Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:52.670Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T05:56:52.670Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:56:52.671Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:52.671Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T05:56:52.672Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:56:52.672Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:52.672Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T05:56:52.673Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:56:52.674Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:52.674Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T05:56:52.674Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:56:52.674Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:52.674Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-24T05:56:52.675Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-01-24T05:56:52.675Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c50ab476-b277-479c-96ff-4871a5117bf6
2023-01-24T05:56:52.675Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:52.675Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:52.676Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:52.676Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:52.676Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:52.676Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:52.676Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:52.677Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:52.677Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:98bcf8b2-9365-4560-a34d-13f8b9d04547
Model Version:NULL
Model InvariantUuid:61c15d05-c55a-4067-b788-a98b6df9648a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:2d4cf51b-414e-489a-bbfb-1ed463c5c614
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dfdd99a0-0bc5-46c4-9e3a-6e2ec969896d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:416f48ee-b84d-493f-937e-da97d0aac74e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:059f41fc-6936-4b5c-9231-fc123e07bf5d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a85fc04a-968b-4a44-8744-eb1b6511ab05
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:506781f2-8250-43f5-8830-dac86f5dd67d
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:bfe84011-0c77-4e24-9e82-55f382cb5a5f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c50ab476-b277-479c-96ff-4871a5117bf6
ModelInvariantUuid:b6bd28da-a85e-44f4-90c3-e368bfb3f084
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2d9134de-b7a4-4fef-b7c1-322414d57dfc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:209276f2-7fb2-419c-af2c-f13a5e0cd689
ModelInvariantUuid:f74ee386-9661-426d-b9f0-2dfdef180d2a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:baf4e73a-8131-4690-90a0-0fbe8b0fdbf9
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-24T05:56:52.716Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 35f8d403-a568-4a02-9c63-7fbc17983d22
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-24T05:56:52.753Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2023-01-24T05:56:52.754Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 35f8d403-a568-4a02-9c63-7fbc17983d22
2023-01-24T05:56:52.754Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 67ab949c-027d-4af3-a37c-cf1ef4f0d6a7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-24T05:56:52.755Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T05:56:52.755Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:52.858Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T05:56:52.859Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 67ab949c-027d-4af3-a37c-cf1ef4f0d6a7 1565
2023-01-24T05:56:52.860Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:52.860Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:52.860Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:56:52.860Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:52.863Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:52.864Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539812860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:52.965Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:56:52.966Z||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-24T05:56:52.966Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:52.988Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:52.989Z||pool-100-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:56:53.864Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "506781f2-8250-43f5-8830-dac86f5dd67d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bfe84011-0c77-4e24-9e82-55f382cb5a5f",
    "vfModuleModelCustomizationUUID": "54e7e512-4755-4d45-9503-e4e53023aa2b",
    "isBase": true,
    "artifacts": [
      "7643b0a4-5eab-4f32-91c5-52435e55e15a",
      "dffff1fb-0064-4e44-bec4-cd6ad0f56504"
    ],
    "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": "059f41fc-6936-4b5c-9231-fc123e07bf5d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a85fc04a-968b-4a44-8744-eb1b6511ab05",
    "vfModuleModelCustomizationUUID": "ab0b9bca-15b2-41d1-b2ce-94fd46d5a868",
    "isBase": false,
    "artifacts": [
      "442bb372-ac70-4768-baec-68b8a8879dfa"
    ],
    "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-24T05:56:53.873Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bfe84011-0c77-4e24-9e82-55f382cb5a5f
VfModuleModelInvariantUUID:506781f2-8250-43f5-8830-dac86f5dd67d
VfModuleModelDescription:NULL
Artifacts UUID List:{
7643b0a4-5eab-4f32-91c5-52435e55e15a
,
dffff1fb-0064-4e44-bec4-cd6ad0f56504

}
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:a85fc04a-968b-4a44-8744-eb1b6511ab05
VfModuleModelInvariantUUID:059f41fc-6936-4b5c-9231-fc123e07bf5d
VfModuleModelDescription:NULL
Artifacts UUID List:{
442bb372-ac70-4768-baec-68b8a8879dfa

}
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-24T05:56:53.877Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "506781f2-8250-43f5-8830-dac86f5dd67d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bfe84011-0c77-4e24-9e82-55f382cb5a5f",
    "vfModuleModelCustomizationUUID": "54e7e512-4755-4d45-9503-e4e53023aa2b",
    "isBase": true,
    "artifacts": [
      "7643b0a4-5eab-4f32-91c5-52435e55e15a",
      "dffff1fb-0064-4e44-bec4-cd6ad0f56504"
    ],
    "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": "059f41fc-6936-4b5c-9231-fc123e07bf5d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a85fc04a-968b-4a44-8744-eb1b6511ab05",
    "vfModuleModelCustomizationUUID": "ab0b9bca-15b2-41d1-b2ce-94fd46d5a868",
    "isBase": false,
    "artifacts": [
      "442bb372-ac70-4768-baec-68b8a8879dfa"
    ],
    "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-24T05:56:53.877Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bfe84011-0c77-4e24-9e82-55f382cb5a5f
VfModuleModelInvariantUUID:506781f2-8250-43f5-8830-dac86f5dd67d
VfModuleModelDescription:NULL
Artifacts UUID List:{
7643b0a4-5eab-4f32-91c5-52435e55e15a
,
dffff1fb-0064-4e44-bec4-cd6ad0f56504

}
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:a85fc04a-968b-4a44-8744-eb1b6511ab05
VfModuleModelInvariantUUID:059f41fc-6936-4b5c-9231-fc123e07bf5d
VfModuleModelDescription:NULL
Artifacts UUID List:{
442bb372-ac70-4768-baec-68b8a8879dfa

}
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-24T05:56:53.877Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7643b0a4-5eab-4f32-91c5-52435e55e15a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-24T05:56:53.877Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T05:56:53.877Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:53.928Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T05:56:53.929Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 7643b0a4-5eab-4f32-91c5-52435e55e15a 914
2023-01-24T05:56:53.929Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:53.929Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:53.929Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:56:53.930Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:53.932Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:53.932Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539813929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:54.033Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:56:54.034Z||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-24T05:56:54.035Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:54.052Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:54.053Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:56:54.933Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b3965f34-c8cd-4869-a4ed-42e13cd47a24 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-24T05:56:54.937Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T05:56:54.937Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:55.044Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T05:56:55.044Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env b3965f34-c8cd-4869-a4ed-42e13cd47a24 12
2023-01-24T05:56:55.046Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:55.046Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:55.046Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:56:55.047Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:55.059Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:55.060Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539815046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:55.155Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-01-24T05:56:55.156Z||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-24T05:56:55.156Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:55.199Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:55.200Z||pool-102-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:56:56.063Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dffff1fb-0064-4e44-bec4-cd6ad0f56504 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-24T05:56:56.064Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T05:56:56.064Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:56.173Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T05:56:56.174Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env dffff1fb-0064-4e44-bec4-cd6ad0f56504 96
2023-01-24T05:56:56.175Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:56.175Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:56.175Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:56:56.175Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:56.178Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:56.178Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539816175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:56.279Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T05:56:56.281Z||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-24T05:56:56.281Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:56.330Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:56.336Z||pool-103-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:56:57.183Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 442bb372-ac70-4768-baec-68b8a8879dfa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-24T05:56:57.184Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T05:56:57.184Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:57.252Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T05:56:57.254Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 442bb372-ac70-4768-baec-68b8a8879dfa 20206
2023-01-24T05:56:57.254Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:57.254Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:57.254Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T05:56:57.255Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:57.258Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:57.258Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539817254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:56:57.386Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 128 ms
2023-01-24T05:56:57.387Z||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-24T05:56:57.387Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:57.423Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:57.424Z||pool-104-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:56:58.264Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 98bcf8b2-9365-4560-a34d-13f8b9d04547
2023-01-24T05:56:58.265Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 35f8d403-a568-4a02-9c63-7fbc17983d22 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-24T05:56:58.295Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e36baf1, org.onap.sdc.toscaparser.api.parameters.Input@684ce7f2, org.onap.sdc.toscaparser.api.parameters.Input@1b370231, org.onap.sdc.toscaparser.api.parameters.Input@ce9f680, org.onap.sdc.toscaparser.api.parameters.Input@373324de]
2023-01-24T05:56:58.303Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:58.304Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:58.304Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-24T05:56:58.305Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 416f48ee-b84d-493f-937e-da97d0aac74e
2023-01-24T05:56:58.305Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 416f48ee-b84d-493f-937e-da97d0aac74e matches Tosca VF Customization UUID: 416f48ee-b84d-493f-937e-da97d0aac74e
2023-01-24T05:56:58.305Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 416f48ee-b84d-493f-937e-da97d0aac74e  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-24T05:56:58.322Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:58.323Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:58.325Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 416f48ee-b84d-493f-937e-da97d0aac74e: {\"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-24T05:56:58.325Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58543500
2023-01-24T05:56:58.325Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:58.325Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T05:56:58.325Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab0b9bca-15b2-41d1-b2ce-94fd46d5a868
2023-01-24T05:56:58.326Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab0b9bca-15b2-41d1-b2ce-94fd46d5a868
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-24T05:56:58.341Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:58.341Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T05:56:58.342Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:56:58.342Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:58.343Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T05:56:58.343Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T05:56:58.344Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:58.344Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-24T05:56:58.344Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=416f48ee-b84d-493f-937e-da97d0aac74e
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-24T05:56:58.358Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:58.358Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:58.359Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 98bcf8b2-9365-4560-a34d-13f8b9d04547: basic_cnf_macro
2023-01-24T05:56:58.359Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:58.360Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:58.360Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:58.360Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:58.361Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:58.361Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:58.361Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:58.361Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:58.362Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T05:56:58.362Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T05:56:58.362Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:58.570Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 35f8d403-a568-4a02-9c63-7fbc17983d22 2 ASDC deployResourceStructure
2023-01-24T05:56:58.572Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:58.572Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:58.572Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:56:58.572Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:58.577Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:58.578Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539818571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T05:56:58.677Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:56:58.679Z||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-24T05:56:58.680Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:58.757Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:58.758Z||pool-105-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:56:59.586Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:59.586Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:56:59.587Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:56:59.587Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:56:59.598Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:56:59.599Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539819586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T05:56:59.699Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:56:59.701Z||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-24T05:56:59.701Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:56:59.725Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:56:59.727Z||pool-106-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:57:00.600Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:57:00.600Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:57:00.601Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-24T05:57:00.605Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:57:00.608Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:57:00.609Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539820600,
  "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-24T05:57:00.709Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:57:00.711Z||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-24T05:57:00.711Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:57:00.728Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:57:00.728Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-24T05:57:01.612Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:57:01.612Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:57:01.612Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:57:01.613Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:57:01.627Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:57:01.627Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539821612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-24T05:57:01.716Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2023-01-24T05:57:01.717Z||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-24T05:57:01.718Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:57:01.734Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:57:01.736Z||pool-108-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:57:02.629Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:57:02.630Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:57:02.630Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-24T05:57:02.630Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:57:02.633Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:57:02.633Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539822629,
  "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-24T05:57:02.733Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T05:57:02.734Z||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-24T05:57:02.734Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:57:02.748Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:57:02.749Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:57:03.636Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:57:03.636Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||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-24T05:57:03.637Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T05:57:03.637Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T05:57:03.642Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T05:57:03.642Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539823636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:57:03.743Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T05:57:03.744Z||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-24T05:57:03.744Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T05:57:03.763Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:57:03.764Z||pool-110-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-24T05:57:04.643Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:57:04.664Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:57:04.667Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:57:04.667Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:57:04.667Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:57:34.668Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:57:34.689Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:57:34.692Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:57:34.693Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:57:34.693Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:57:36.946Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:57:36.947Z||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-24T05:57:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:57:36.988Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:57:36.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:57:36.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539793034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:57:36.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:58:04.695Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:58:04.732Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:58:04.737Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:58:04.738Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:58:04.739Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:58:34.739Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:58:34.761Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:58:34.765Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:58:34.766Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:58:34.766Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:58:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:58:36.946Z||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-24T05:58:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:58:36.991Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:58:36.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:58:36.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:58:36.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:58:36.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:58:36.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "aai-ml",
  "timestamp": 1674539798261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:58:36.994Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:04.767Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:59:04.796Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:59:04.802Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:59:04.803Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:59:04.804Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:59:34.804Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T05:59:34.820Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T05:59:34.823Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T05:59:34.823Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-24T05:59:34.823Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-24T05:59:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T05:59:36.946Z||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-24T05:59:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T05:59:36.975Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T05:59:36.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:36.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539793034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:59:36.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:36.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:36.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "aai-ml",
  "timestamp": 1674539799268,
  "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-24T05:59:37.008Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 441a9882-1585-4c0d-bab9-843125dcf386
2023-01-24T05:59:37.009Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 441a9882-1585-4c0d-bab9-843125dcf386 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-24T05:59:37.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T05:59:37.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539793034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:59:37.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:59:37.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-24T05:59:37.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539793034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:59:37.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:59:37.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:59:37.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539801884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:59:37.033Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:59:37.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-24T05:59:37.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:59:37.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-24T05:59:37.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-24T05:59:37.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:59:37.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:59:37.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:59:37.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539805933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:59:37.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:59:37.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T05:59:37.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539806937,
  "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-24T05:59:37.047Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39e65e6d-101d-4674-9737-e325229bf33b
2023-01-24T05:59:37.048Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39e65e6d-101d-4674-9737-e325229bf33b 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-24T05:59:37.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:59:37.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "aai-ml",
  "timestamp": 1674539772833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T05:59:37.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T05:59:37.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "aai-ml",
  "timestamp": 1674539808426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:59:37.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539808070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:59:37.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539812860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:59:37.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539813929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:59:37.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539815046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:59:37.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539816175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:59:37.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539817254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-24T05:59:37.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539818571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T05:59:37.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539819586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T05:59:37.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539820600,
  "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-24T05:59:37.070Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "aai-ml",
  "timestamp": 1674539821940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:59:37.070Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539821612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-24T05:59:37.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "aai-ml",
  "timestamp": 1674539822960,
  "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-24T05:59:37.078Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39e65e6d-101d-4674-9737-e325229bf33b
2023-01-24T05:59:37.078Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39e65e6d-101d-4674-9737-e325229bf33b 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-24T05:59:37.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539822629,
  "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-24T05:59:37.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T05:59:37.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T05:59:37.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539823636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T05:59:37.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:00:04.823Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T06:00:04.846Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T06:00:04.851Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T06:00:04.851Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T06:00:04.852Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T06:00:04.852Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T06:00:04.852Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:00:04.856Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:00:04.856Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:00:04.857Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:00:04.857Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:00:04.857Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T06:00:04.865Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T06:00:34.866Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 441a9882-1585-4c0d-bab9-843125dcf386 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-24T06:00:34.877Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 441a9882-1585-4c0d-bab9-843125dcf386 and serviceModelVersionId: 98bcf8b2-9365-4560-a34d-13f8b9d04547
2023-01-24T06:00:34.877Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 61c15d05-c55a-4067-b788-a98b6df9648a
2023-01-24T06:00:34.879Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/61c15d05-c55a-4067-b788-a98b6df9648a/model-vers/model-ver/98bcf8b2-9365-4560-a34d-13f8b9d04547?depth=0
2023-01-24T06:00:34.888Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T06:00:34.996Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61c15d05-c55a-4067-b788-a98b6df9648a/model-vers/model-ver/98bcf8b2-9365-4560-a34d-13f8b9d04547?depth=0|INFO|500||Invoke
2023-01-24T06:00:34.997Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61c15d05-c55a-4067-b788-a98b6df9648a/model-vers/model-ver/98bcf8b2-9365-4560-a34d-13f8b9d04547?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61c15d05-c55a-4067-b788-a98b6df9648a/model-vers/model-ver/98bcf8b2-9365-4560-a34d-13f8b9d04547?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[441a9882-1585-4c0d-bab9-843125dcf386], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[627f364c-2e53-4102-abed-960331bb4b35], X-ECOMP-RequestID=[441a9882-1585-4c0d-bab9-843125dcf386], X-TransactionId=[], X-ONAP-RequestID=[441a9882-1585-4c0d-bab9-843125dcf386], Content-Type=[application/merge-patch+json]}
2023-01-24T06:00:35.051Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61c15d05-c55a-4067-b788-a98b6df9648a/model-vers/model-ver/98bcf8b2-9365-4560-a34d-13f8b9d04547?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T06:00:35.232Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61c15d05-c55a-4067-b788-a98b6df9648a/model-vers/model-ver/98bcf8b2-9365-4560-a34d-13f8b9d04547?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/61c15d05-c55a-4067-b788-a98b6df9648a/model-vers/model-ver/98bcf8b2-9365-4560-a34d-13f8b9d04547?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 06:00:36 GMT], content-length=[0], vertex-id=[213000], x-aai-txid=[1-aai-resources-230124-06:00:36:025-46011], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T06:00:35.236Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61c15d05-c55a-4067-b788-a98b6df9648a/model-vers/model-ver/98bcf8b2-9365-4560-a34d-13f8b9d04547?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T06:00:35.238Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61c15d05-c55a-4067-b788-a98b6df9648a/model-vers/model-ver/98bcf8b2-9365-4560-a34d-13f8b9d04547?depth=0|INFO|500||InvokeReturn
2023-01-24T06:00:35.240Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T06:00:35.241Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T06:00:35.317Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T06:00:35.318Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 441a9882-1585-4c0d-bab9-843125dcf386 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T06:00:35.319Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T06:00:35.319Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:35.322Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:35.323Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540035318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T06:00:35.422Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T06:00:35.423Z||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-24T06:00:35.424Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:35.451Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:35.452Z||pool-111-thread-1|||||INFO|500||cambria reply ok (29 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-24T06:00:36.372Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.372Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"39e65e6d-101d-4674-9737-e325229bf33b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ea322938-169a-4041-b513-9d819bebaa7b","serviceDescription":"service","serviceInvariantUUID":"292f9b55-6b16-42cb-8e14-b9551e272cf6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e86a492e-1900-4569-be0f-366036597e5b","resourceInvariantUUID":"64e87286-8292-412e-88e3-d612520160c3","resourceCustomizationUUID":"ba17378e-73a4-4e4c-ba83-09ed5bea48b9","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":"ZTNlNzkyNTJmN2Y1OWM4Njc1ZDI0MWIyODk0NmRlMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc5e2580-a31b-4191-b60c-f3ecc44e1538","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":"ZTk4MmMyNmUzNDk4ZDk5Y2JiM2U4Zjg5ZWQ2Njc5YWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c446543b-9689-479d-b3d0-416277cf12f5","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":"ace28dd4-262e-44fb-b149-e494352712a6","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":"8b2bfbd6-8b3e-41fd-af18-980ab8ba4308","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":"873060a6-19e1-47dc-8bc5-a6ac67ad2bb1","artifactVersion":"2","generatedFromUUID":"ace28dd4-262e-44fb-b149-e494352712a6"},{"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":"ZTMyZDgwNTVkZmY1MmY3NzFhM2ZmNDg0NjU5NDcxMDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"65044ad9-1e64-431a-a279-83433b3a602a","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":"M2RkODQ4NjQyYzBhYjhjNTM4MzhiNzE2NzBlZWUxNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7e5d9c2-0d9a-439a-9340-3a2469ac7a35","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZGMxMTVmNzlmMjE5MGYyNTUwZmZlMThiZjMxM2E2NzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28b5b162-e4fb-4731-8cd1-01dc8bf7d643","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T06:00:36.373Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:00:36.374Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:36.377Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:36.377Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.477Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T06:00:36.479Z||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-24T06:00:36.479Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:36.496Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:36.497Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:00:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:00:36.946Z||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-24T06:00:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:36.980Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:36.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539895323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "aai-ml",
  "timestamp": 1674539892833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "cds",
  "timestamp": 1674539894818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539895323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "aai-ml",
  "timestamp": 1674539892833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "cds",
  "timestamp": 1674539894818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "aai-ml",
  "timestamp": 1674539892833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539895323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "cds",
  "timestamp": 1674539894818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "aai-ml",
  "timestamp": 1674539892833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539895323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "cds",
  "timestamp": 1674539894818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539895323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "aai-ml",
  "timestamp": 1674539892833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "cds",
  "timestamp": 1674539894818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "aai-ml",
  "timestamp": 1674539892833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:36.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539895323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:36.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:36.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "cds",
  "timestamp": 1674539894818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539895323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "aai-ml",
  "timestamp": 1674539892833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "cds",
  "timestamp": 1674539894818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539908287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "aai-ml",
  "timestamp": 1674539892833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539895323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "cds",
  "timestamp": 1674539894818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539908287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "aai-ml",
  "timestamp": 1674539892833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T06:00:37.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1674539895323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T06:00:37.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "cds",
  "timestamp": 1674539894818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T06:00:37.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539908287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "aai-ml",
  "timestamp": 1674539912011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T06:00:37.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:00:37.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "cds",
  "timestamp": 1674539911510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T06:00:37.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:00:37.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539908287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "cds",
  "timestamp": 1674539912796,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T06:00:37.080Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b6690090-86ef-4159-ab63-e88339e8d469
2023-01-24T06:00:37.080Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6690090-86ef-4159-ab63-e88339e8d469 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-24T06:00:37.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539908287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539913034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539908287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539913034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539908287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-24T06:00:37.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539913034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539908287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539913034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:00:37.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539908287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:37.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:00:37.379Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:00:37.379Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:37.386Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:37.386Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T06:00:37.486Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T06:00:37.487Z||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-24T06:00:37.487Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:37.512Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:37.512Z||pool-113-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:00:38.388Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:00:38.388Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:38.393Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:38.401Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-24T06:00:38.491Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2023-01-24T06:00:38.493Z||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-24T06:00:38.493Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:38.512Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:38.513Z||pool-114-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:00:39.402Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:00:39.402Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:39.408Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:39.408Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:39.508Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T06:00:39.509Z||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-24T06:00:39.509Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:39.541Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:39.542Z||pool-115-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:00:40.409Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:00:40.411Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:40.416Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:40.416Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-24T06:00:40.519Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-24T06:00:40.520Z||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-24T06:00:40.520Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:40.555Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:40.555Z||pool-116-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:00:41.417Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:00:41.419Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:41.422Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:41.422Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:41.526Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-24T06:00:41.528Z||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-24T06:00:41.528Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:41.550Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:41.551Z||pool-117-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2023-01-24T06:00:42.423Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:00:42.424Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:42.427Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:42.428Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:00:42.528Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T06:00:42.529Z||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-24T06:00:42.529Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:42.548Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:42.549Z||pool-118-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:00:43.429Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:00:43.431Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:43.438Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:43.438Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T06:00:43.538Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T06:00:43.540Z||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-24T06:00:43.540Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:43.560Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:43.561Z||pool-119-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:00:44.444Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ea322938-169a-4041-b513-9d819bebaa7b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "292f9b55-6b16-42cb-8e14-b9551e272cf6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ba17378e-73a4-4e4c-ba83-09ed5bea48b9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e86a492e-1900-4569-be0f-366036597e5b",
      "resourceInvariantUUID": "64e87286-8292-412e-88e3-d612520160c3",
      "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": "ZTk4MmMyNmUzNDk4ZDk5Y2JiM2U4Zjg5ZWQ2Njc5YWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c446543b-9689-479d-b3d0-416277cf12f5",
          "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": "ace28dd4-262e-44fb-b149-e494352712a6",
          "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": "873060a6-19e1-47dc-8bc5-a6ac67ad2bb1",
            "generatedFromUUID": "ace28dd4-262e-44fb-b149-e494352712a6"
          },
          "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": "873060a6-19e1-47dc-8bc5-a6ac67ad2bb1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZGMxMTVmNzlmMjE5MGYyNTUwZmZlMThiZjMxM2E2NzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "28b5b162-e4fb-4731-8cd1-01dc8bf7d643"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T06:00:44.445Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T06:00:44.445Z|441a9882-1585-4c0d-bab9-843125dcf386|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ea322938-169a-4041-b513-9d819bebaa7b ASDC
2023-01-24T06:00:44.446Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:39e65e6d-101d-4674-9737-e325229bf33b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:ea322938-169a-4041-b513-9d819bebaa7b
ServiceInvariantUUID:292f9b55-6b16-42cb-8e14-b9551e272cf6
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:28b5b162-e4fb-4731-8cd1-01dc8bf7d643
ArtifactChecksum:ZGMxMTVmNzlmMjE5MGYyNTUwZmZlMThiZjMxM2E2NzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ba17378e-73a4-4e4c-ba83-09ed5bea48b9
ResourceInvariantUUID:64e87286-8292-412e-88e3-d612520160c3
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:e86a492e-1900-4569-be0f-366036597e5b
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:c446543b-9689-479d-b3d0-416277cf12f5
ArtifactChecksum:ZTk4MmMyNmUzNDk4ZDk5Y2JiM2U4Zjg5ZWQ2Njc5YWI=
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:ace28dd4-262e-44fb-b149-e494352712a6
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:873060a6-19e1-47dc-8bc5-a6ac67ad2bb1
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:873060a6-19e1-47dc-8bc5-a6ac67ad2bb1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-24T06:00:44.446Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea322938-169a-4041-b513-9d819bebaa7b 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-24T06:00:44.586Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T06:00:44.587Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-24T06:00:44.587Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-24T06:00:44.587Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 28b5b162-e4fb-4731-8cd1-01dc8bf7d643 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-24T06:00:44.588Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T06:00:44.588Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-24T06:00:45.118Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T06:00:45.136Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 28b5b162-e4fb-4731-8cd1-01dc8bf7d643 82637
2023-01-24T06:00:45.137Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-24T06:00:45.137Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-24T06:00:45.137Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T06:00:45.138Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:45.147Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:45.147Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540045137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T06:00:45.250Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-24T06:00:45.251Z||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-24T06:00:45.252Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:45.280Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:45.281Z||pool-120-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:00:46.150Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T06:00:46.153Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-24T06:00:46.154Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 28b5b162-e4fb-4731-8cd1-01dc8bf7d643, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-24T06:00:46.154Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-01-24T06:00:46.155Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-24T06:00:46.156Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-24T06:00:46.421Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6832663876021339277/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-24T06:00:49.358Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T06:00:49.359Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-24T06:00:49.359Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-24T06:00:49.359Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-24T06:00:49.360Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-24T06:00:49.360Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-24T06:00:49.360Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||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-24T06:00:49.360Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-24T06:00:49.360Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-24T06:00:49.360Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-24T06:00:49.360Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||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-24T06:00:49.361Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-24T06:00:49.361Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:49.361Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:49.361Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T06:00:49.362Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-24T06:00:49.362Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T06:00:49.362Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:49.363Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:49.363Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T06:00:49.363Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-24T06:00:49.364Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T06:00:49.364Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:49.364Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:49.365Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:49.365Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-24T06:00:49.366Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-24T06:00:49.366Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-24T06:00:49.366Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-24T06:00:49.367Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-24T06:00:49.367Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-24T06:00:49.368Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:49.368Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T06:00:49.369Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:49.369Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T06:00:49.369Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T06:00:49.369Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:49.370Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T06:00:49.370Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T06:00:49.370Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:49.371Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T06:00:49.371Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T06:00:49.372Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:49.372Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-24T06:00:49.372Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-24T06:00:49.373Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-24T06:00:49.373Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7ea0eab6-009c-4ca0-a358-f46c134221bc
2023-01-24T06:00:49.373Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:49.374Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:49.374Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:49.374Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:49.375Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:49.375Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:49.376Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:49.376Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:49.377Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:ea322938-169a-4041-b513-9d819bebaa7b
Model Version:NULL
Model InvariantUuid:292f9b55-6b16-42cb-8e14-b9551e272cf6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:7430b176-e4de-4272-bf05-1228e5f23a02
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:64e87286-8292-412e-88e3-d612520160c3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ba17378e-73a4-4e4c-ba83-09ed5bea48b9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aab49364-b64d-4df6-8b33-621157b63734
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:a37d2a42-0b50-44ae-bf8c-90a2e69df498
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7ea0eab6-009c-4ca0-a358-f46c134221bc
ModelInvariantUuid:e8b4bab9-acbe-493f-90b9-c9ca28086252
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:339aacbb-e5a1-4a78-9cfc-cbcd2f5b679e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1333d1da-ad52-40fe-b6f4-6d3d89759813
ModelInvariantUuid:c77b2d0f-ea41-482f-98e1-6043405ec85f
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:abfd802d-1cce-444a-b8b7-f48c4bbd6ed6
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-24T06:00:49.461Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e86a492e-1900-4569-be0f-366036597e5b
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-24T06:00:49.473Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2023-01-24T06:00:49.473Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e86a492e-1900-4569-be0f-366036597e5b
2023-01-24T06:00:49.473Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c446543b-9689-479d-b3d0-416277cf12f5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-24T06:00:49.474Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T06:00:49.474Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-24T06:00:49.561Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T06:00:49.561Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c446543b-9689-479d-b3d0-416277cf12f5 792
2023-01-24T06:00:49.562Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-01-24T06:00:49.562Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-24T06:00:49.562Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T06:00:49.563Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:49.572Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:49.572Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540049562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T06:00:49.670Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-24T06:00:49.671Z||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-24T06:00:49.671Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:49.694Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:49.695Z||pool-121-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:00:50.573Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "aab49364-b64d-4df6-8b33-621157b63734",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a37d2a42-0b50-44ae-bf8c-90a2e69df498",
    "vfModuleModelCustomizationUUID": "39c6e0dc-c9e4-4c3b-b71c-630978256ef3",
    "isBase": true,
    "artifacts": [
      "ace28dd4-262e-44fb-b149-e494352712a6",
      "873060a6-19e1-47dc-8bc5-a6ac67ad2bb1"
    ],
    "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-24T06:00:50.579Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a37d2a42-0b50-44ae-bf8c-90a2e69df498
VfModuleModelInvariantUUID:aab49364-b64d-4df6-8b33-621157b63734
VfModuleModelDescription:NULL
Artifacts UUID List:{
ace28dd4-262e-44fb-b149-e494352712a6
,
873060a6-19e1-47dc-8bc5-a6ac67ad2bb1

}
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-24T06:00:50.587Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "aab49364-b64d-4df6-8b33-621157b63734",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a37d2a42-0b50-44ae-bf8c-90a2e69df498",
    "vfModuleModelCustomizationUUID": "39c6e0dc-c9e4-4c3b-b71c-630978256ef3",
    "isBase": true,
    "artifacts": [
      "ace28dd4-262e-44fb-b149-e494352712a6",
      "873060a6-19e1-47dc-8bc5-a6ac67ad2bb1"
    ],
    "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-24T06:00:50.587Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a37d2a42-0b50-44ae-bf8c-90a2e69df498
VfModuleModelInvariantUUID:aab49364-b64d-4df6-8b33-621157b63734
VfModuleModelDescription:NULL
Artifacts UUID List:{
ace28dd4-262e-44fb-b149-e494352712a6
,
873060a6-19e1-47dc-8bc5-a6ac67ad2bb1

}
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-24T06:00:50.588Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ace28dd4-262e-44fb-b149-e494352712a6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-24T06:00:50.588Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T06:00:50.588Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-24T06:00:50.711Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T06:00:50.712Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ace28dd4-262e-44fb-b149-e494352712a6 5033
2023-01-24T06:00:50.713Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-01-24T06:00:50.713Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-24T06:00:50.713Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T06:00:50.713Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:50.741Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:50.742Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540050713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T06:00:50.819Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2023-01-24T06:00:50.821Z||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-24T06:00:50.821Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:50.880Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:50.881Z||pool-122-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:00:51.744Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 873060a6-19e1-47dc-8bc5-a6ac67ad2bb1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-24T06:00:51.745Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T06:00:51.745Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-24T06:00:51.808Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T06:00:51.809Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 873060a6-19e1-47dc-8bc5-a6ac67ad2bb1 903
2023-01-24T06:00:51.809Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-01-24T06:00:51.810Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-24T06:00:51.810Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T06:00:51.810Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:51.814Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:51.815Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540051809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T06:00:51.918Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-24T06:00:51.919Z||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-24T06:00:51.920Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:51.938Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:51.939Z||pool-123-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-01-24T06:00:52.816Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ea322938-169a-4041-b513-9d819bebaa7b
2023-01-24T06:00:52.817Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e86a492e-1900-4569-be0f-366036597e5b 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-24T06:00:52.857Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66833227, org.onap.sdc.toscaparser.api.parameters.Input@1667dc48, org.onap.sdc.toscaparser.api.parameters.Input@7e76a273, org.onap.sdc.toscaparser.api.parameters.Input@39563374, org.onap.sdc.toscaparser.api.parameters.Input@46bb2c73]
2023-01-24T06:00:52.859Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:52.860Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:52.860Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-24T06:00:52.860Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ba17378e-73a4-4e4c-ba83-09ed5bea48b9
2023-01-24T06:00:52.861Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba17378e-73a4-4e4c-ba83-09ed5bea48b9 matches Tosca VF Customization UUID: ba17378e-73a4-4e4c-ba83-09ed5bea48b9
2023-01-24T06:00:52.861Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ba17378e-73a4-4e4c-ba83-09ed5bea48b9  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-24T06:00:52.870Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:52.871Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:52.872Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ba17378e-73a4-4e4c-ba83-09ed5bea48b9: {\"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-24T06:00:52.872Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2dfd35ab
2023-01-24T06:00:52.874Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:52.875Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-24T06:00:52.875Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 39c6e0dc-c9e4-4c3b-b71c-630978256ef3
2023-01-24T06:00:52.875Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 39c6e0dc-c9e4-4c3b-b71c-630978256ef3
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-24T06:00:52.883Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:52.883Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T06:00:52.884Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T06:00:52.884Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:52.884Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T06:00:52.884Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T06:00:52.885Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:52.885Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-24T06:00:52.886Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-24T06:00:52.886Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-24T06:00:52.886Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7ea0eab6-009c-4ca0-a358-f46c134221bc
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-24T06:00:52.892Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:52.892Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T06:00:52.893Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-24T06:00:52.893Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:52.893Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-24T06:00:52.894Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ba17378e-73a4-4e4c-ba83-09ed5bea48b9
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-24T06:00:52.898Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:52.898Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:52.898Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ea322938-169a-4041-b513-9d819bebaa7b: basic_vm_macro
2023-01-24T06:00:52.899Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:52.899Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:52.899Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:52.899Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:52.900Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:52.900Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:52.900Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:52.900Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:52.900Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:00:52.900Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:00:52.901Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-24T06:00:53.290Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e86a492e-1900-4569-be0f-366036597e5b 1 ASDC deployResourceStructure
2023-01-24T06:00:53.291Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-01-24T06:00:53.292Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-24T06:00:53.292Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T06:00:53.293Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:53.296Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:53.298Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540053291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T06:00:53.397Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T06:00:53.398Z||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-24T06:00:53.400Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:53.418Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:53.420Z||pool-124-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-24T06:00:54.299Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-01-24T06:00:54.300Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-24T06:00:54.301Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T06:00:54.301Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:54.308Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:54.309Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540054299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T06:00:54.419Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2023-01-24T06:00:54.421Z||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-24T06:00:54.421Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:54.452Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:54.453Z||pool-125-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2023-01-24T06:00:55.310Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-01-24T06:00:55.310Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-24T06:00:55.310Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T06:00:55.311Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:55.315Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:55.316Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540055309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-24T06:00:55.417Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-24T06:00:55.418Z||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-24T06:00:55.419Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:55.455Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:55.456Z||pool-126-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:00:56.320Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-24T06:00:56.321Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-24T06:00:56.322Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T06:00:56.323Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:00:56.354Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:00:56.354Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540056320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T06:00:56.431Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2023-01-24T06:00:56.432Z||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-24T06:00:56.432Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:00:56.462Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:00:56.463Z||pool-127-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:00:57.355Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39e65e6d-101d-4674-9737-e325229bf33b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T06:00:57.378Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39e65e6d-101d-4674-9737-e325229bf33b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T06:00:57.386Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T06:00:57.386Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T06:00:57.386Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T06:00:57.387Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T06:00:57.387Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:00:57.388Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:00:57.388Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:00:57.388Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:00:57.388Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:00:57.389Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T06:00:57.411Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T06:01:27.412Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39e65e6d-101d-4674-9737-e325229bf33b 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-24T06:01:27.428Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39e65e6d-101d-4674-9737-e325229bf33b and serviceModelVersionId: ea322938-169a-4041-b513-9d819bebaa7b
2023-01-24T06:01:27.428Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 292f9b55-6b16-42cb-8e14-b9551e272cf6
2023-01-24T06:01:27.429Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/292f9b55-6b16-42cb-8e14-b9551e272cf6/model-vers/model-ver/ea322938-169a-4041-b513-9d819bebaa7b?depth=0
2023-01-24T06:01:27.438Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T06:01:27.509Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/292f9b55-6b16-42cb-8e14-b9551e272cf6/model-vers/model-ver/ea322938-169a-4041-b513-9d819bebaa7b?depth=0|INFO|500||Invoke
2023-01-24T06:01:27.510Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/292f9b55-6b16-42cb-8e14-b9551e272cf6/model-vers/model-ver/ea322938-169a-4041-b513-9d819bebaa7b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/292f9b55-6b16-42cb-8e14-b9551e272cf6/model-vers/model-ver/ea322938-169a-4041-b513-9d819bebaa7b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39e65e6d-101d-4674-9737-e325229bf33b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[721a7482-a5e4-4630-9199-8148fd3818d3], X-ECOMP-RequestID=[39e65e6d-101d-4674-9737-e325229bf33b], X-TransactionId=[], X-ONAP-RequestID=[39e65e6d-101d-4674-9737-e325229bf33b], Content-Type=[application/merge-patch+json]}
2023-01-24T06:01:27.543Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/292f9b55-6b16-42cb-8e14-b9551e272cf6/model-vers/model-ver/ea322938-169a-4041-b513-9d819bebaa7b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T06:01:28.112Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/292f9b55-6b16-42cb-8e14-b9551e272cf6/model-vers/model-ver/ea322938-169a-4041-b513-9d819bebaa7b?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/292f9b55-6b16-42cb-8e14-b9551e272cf6/model-vers/model-ver/ea322938-169a-4041-b513-9d819bebaa7b?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 06:01:28 GMT], content-length=[0], vertex-id=[246000], x-aai-txid=[1-aai-resources-230124-06:01:28:570-64175], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T06:01:28.113Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/292f9b55-6b16-42cb-8e14-b9551e272cf6/model-vers/model-ver/ea322938-169a-4041-b513-9d819bebaa7b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T06:01:28.114Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/292f9b55-6b16-42cb-8e14-b9551e272cf6/model-vers/model-ver/ea322938-169a-4041-b513-9d819bebaa7b?depth=0|INFO|500||InvokeReturn
2023-01-24T06:01:28.114Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T06:01:28.115Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T06:01:28.129Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T06:01:28.130Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39e65e6d-101d-4674-9737-e325229bf33b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T06:01:28.130Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T06:01:28.130Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:01:28.134Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:01:28.134Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540088130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T06:01:28.234Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T06:01:28.236Z||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-24T06:01:28.236Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:01:28.255Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:01:28.259Z||pool-128-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-24T06:01:29.161Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:01:29.162Z|39e65e6d-101d-4674-9737-e325229bf33b|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-24T06:01:29.162Z|39e65e6d-101d-4674-9737-e325229bf33b|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:01:33.741Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:01:33.743Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-24T06:01:33.743Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b6690090-86ef-4159-ab63-e88339e8d469","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e1fa4124-8d27-4756-83b6-a9600f7454f8","serviceDescription":"service","serviceInvariantUUID":"de65ea0f-4395-4cce-939b-b4e3868e44b1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"efb58199-ea30-4fda-a151-3021afaeed72","resourceInvariantUUID":"c7fc6a77-84a5-49df-9f6d-720104e65a9d","resourceCustomizationUUID":"e6e00fe2-71cc-406f-8912-8b9a399cec77","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":"MTc2NmNlZjgxNjJmODRjYTliMzgxMmI3YWIzZDYyZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33e69efd-e021-4faa-bf5a-4577f163ef32","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":"fe2e38a8-911c-481f-8043-28b4fb5a39ff","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":"98aa136f-f636-48ad-85ee-5f191f9032c8","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":"OWFjNGRhZTJhNzkwM2JjNDdhMDRlNzlmOTgxYmJjN2U\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e650c96e-016c-4afa-8ea3-b6bb2eb04522","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":"d59ecad6-9189-4090-91f8-582996a1963b","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":"7f7695a7-34f3-4cf1-a171-9d37519ce76a","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":"de25eeb7-016e-42eb-861a-58702289e77f","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":"OTRmOWRmZDUwMGE1NDFlOWMzNTEyYWE1YjUzNzRhMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f34e15a-cf9e-432a-9058-c56427fe372f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDFmMDgzMTE3MDI0MjAxM2E1OTczOWJjNWQ4NGNmZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45f7218d-c5c4-4600-a439-11b1630679ad","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-24T06:01:33.746Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:01:33.747Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:01:33.750Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:01:33.751Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:01:33.851Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T06:01:33.852Z||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-24T06:01:33.852Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:01:33.894Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:01:33.894Z||pool-129-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:01:34.751Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:01:34.754Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:01:34.757Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:01:34.757Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:01:34.858Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T06:01:34.859Z||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-24T06:01:34.859Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:01:34.874Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:01:34.874Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:01:35.759Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:01:35.760Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:01:35.765Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:01:35.765Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:01:35.863Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-24T06:01:35.864Z||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-24T06:01:35.865Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:01:35.889Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:01:35.890Z||pool-131-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2023-01-24T06:01:36.773Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:01:36.774Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:01:36.777Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:01:36.778Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:01:36.877Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T06:01:36.878Z||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-24T06:01:36.878Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:01:36.891Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:01:36.892Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:01:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:01:36.946Z||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-24T06:01:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:01:36.973Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:01:36.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:01:36.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539913034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:01:36.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:01:36.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:01:36.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539918109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T06:01:36.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:01:36.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:01:36.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539913034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:01:36.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:01:36.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:01:36.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539919158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T06:01:36.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:01:36.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:01:36.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539913034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:01:36.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:01:36.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:01:36.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "aai-ml",
  "timestamp": 1674539920421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T06:01:36.978Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:01:36.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:01:36.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674539920163,
  "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-24T06:01:36.995Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b6690090-86ef-4159-ab63-e88339e8d469
2023-01-24T06:01:36.995Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6690090-86ef-4159-ab63-e88339e8d469 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-24T06:01:37.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:01:37.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539913034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:01:37.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:01:37.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:01:37.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "aai-ml",
  "timestamp": 1674539921454,
  "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-24T06:01:37.019Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b6690090-86ef-4159-ab63-e88339e8d469
2023-01-24T06:01:37.020Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6690090-86ef-4159-ab63-e88339e8d469 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-24T06:01:37.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:01:37.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539913034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T06:01:37.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:01:37.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:01:37.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539922912,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T06:01:37.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:01:37.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:01:37.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539925682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T06:01:37.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:01:37.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:01:37.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674539926688,
  "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-24T06:01:37.051Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b6690090-86ef-4159-ab63-e88339e8d469
2023-01-24T06:01:37.051Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6690090-86ef-4159-ab63-e88339e8d469 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-24T06:01:37.779Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:01:37.780Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:01:37.800Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:01:37.801Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:01:37.901Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T06:01:37.902Z||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-24T06:01:37.902Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:01:37.922Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:01:37.923Z||pool-133-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-24T06:01:38.803Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:01:38.804Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:01:38.810Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:01:38.810Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:01:38.913Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-24T06:01:38.913Z||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-24T06:01:38.914Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:01:38.931Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:01:38.932Z||pool-134-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2023-01-24T06:01:39.811Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:01:39.812Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:01:39.816Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:01:39.816Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:01:39.915Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-24T06:01:39.916Z||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-24T06:01:39.916Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:01:39.932Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:01:39.932Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:01:40.817Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:01:40.818Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:01:40.824Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:01:40.826Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:01:40.923Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2023-01-24T06:01:40.923Z||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-24T06:01:40.924Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:01:40.938Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:01:40.938Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:01:41.840Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-24T06:01:41.841Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:01:41.845Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:01:41.845Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T06:01:41.945Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T06:01:41.946Z||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-24T06:01:41.947Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:01:41.975Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:01:41.976Z||pool-137-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:01:42.846Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e1fa4124-8d27-4756-83b6-a9600f7454f8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de65ea0f-4395-4cce-939b-b4e3868e44b1",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e6e00fe2-71cc-406f-8912-8b9a399cec77",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "efb58199-ea30-4fda-a151-3021afaeed72",
      "resourceInvariantUUID": "c7fc6a77-84a5-49df-9f6d-720104e65a9d",
      "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": "MDFmMDgzMTE3MDI0MjAxM2E1OTczOWJjNWQ4NGNmZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "45f7218d-c5c4-4600-a439-11b1630679ad"
    }
  ],
  "workloadContext": "Production"
}
2023-01-24T06:01:42.847Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-24T06:01:42.848Z|39e65e6d-101d-4674-9737-e325229bf33b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e1fa4124-8d27-4756-83b6-a9600f7454f8 ASDC
2023-01-24T06:01:42.849Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b6690090-86ef-4159-ab63-e88339e8d469
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e1fa4124-8d27-4756-83b6-a9600f7454f8
ServiceInvariantUUID:de65ea0f-4395-4cce-939b-b4e3868e44b1
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:45f7218d-c5c4-4600-a439-11b1630679ad
ArtifactChecksum:MDFmMDgzMTE3MDI0MjAxM2E1OTczOWJjNWQ4NGNmZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e6e00fe2-71cc-406f-8912-8b9a399cec77
ResourceInvariantUUID:c7fc6a77-84a5-49df-9f6d-720104e65a9d
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:efb58199-ea30-4fda-a151-3021afaeed72
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-24T06:01:42.849Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1fa4124-8d27-4756-83b6-a9600f7454f8 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-24T06:01:42.883Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T06:01:42.885Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-24T06:01:42.885Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-24T06:01:42.885Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 45f7218d-c5c4-4600-a439-11b1630679ad from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-24T06:01:42.885Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-24T06:01:42.886Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-24T06:01:43.066Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-24T06:01:43.072Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 45f7218d-c5c4-4600-a439-11b1630679ad 110869
2023-01-24T06:01:43.073Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-01-24T06:01:43.073Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-24T06:01:43.073Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-24T06:01:43.074Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:01:43.077Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:01:43.078Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540103072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T06:01:43.178Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T06:01:43.181Z||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-24T06:01:43.182Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:01:43.195Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:01:43.195Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:01:44.079Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-24T06:01:44.081Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-24T06:01:44.081Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 45f7218d-c5c4-4600-a439-11b1630679ad, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-24T06:01:44.082Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-01-24T06:01:44.082Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-24T06:01:44.083Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-24T06:01:44.242Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15123902444676954870/Definitions/service-TestPnfMacro-template.yml
2023-01-24T06:01:45.628Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-24T06:01:45.629Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-24T06:01:45.630Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-24T06:01:45.630Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-24T06:01:45.630Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-24T06:01:45.630Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-24T06:01:45.630Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-24T06:01:45.630Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-24T06:01:45.631Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-24T06:01:45.631Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-24T06:01:45.631Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-24T06:01:45.632Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-24T06:01:45.633Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:01:45.633Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:01:45.634Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-24T06:01:45.634Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-24T06:01:45.634Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T06:01:45.634Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:01:45.635Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:01:45.635Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-24T06:01:45.635Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-24T06:01:45.635Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-24T06:01:45.636Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:01:45.636Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:01:45.636Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:01:45.637Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:01:45.637Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:01:45.638Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:01:45.638Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:01:45.638Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:01:45.638Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:01:45.639Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:01:45.639Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e1fa4124-8d27-4756-83b6-a9600f7454f8
Model Version:NULL
Model InvariantUuid:de65ea0f-4395-4cce-939b-b4e3868e44b1
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-24T06:01:45.662Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: efb58199-ea30-4fda-a151-3021afaeed72
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-24T06:01:45.673Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||test-pnf 0
2023-01-24T06:01:45.673Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: efb58199-ea30-4fda-a151-3021afaeed72
2023-01-24T06:01:45.673Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||No resources found for Service: e1fa4124-8d27-4756-83b6-a9600f7454f8
2023-01-24T06:01:45.673Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e1fa4124-8d27-4756-83b6-a9600f7454f8
2023-01-24T06:01:45.674Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 efb58199-ea30-4fda-a151-3021afaeed72 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-24T06:01:45.690Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fc819c6, org.onap.sdc.toscaparser.api.parameters.Input@36773c3e, org.onap.sdc.toscaparser.api.parameters.Input@558a2047, org.onap.sdc.toscaparser.api.parameters.Input@1bf4b5e0, org.onap.sdc.toscaparser.api.parameters.Input@648d9971]
2023-01-24T06:01:45.691Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:01:45.692Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:01:45.694Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e1fa4124-8d27-4756-83b6-a9600f7454f8: test-pnf
2023-01-24T06:01:45.694Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||Processing PNF resource: efb58199-ea30-4fda-a151-3021afaeed72
2023-01-24T06:01:45.694Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-24T06:01:45.694Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-24T06:01:45.695Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||Resource customization UUID: e6e00fe2-71cc-406f-8912-8b9a399cec77 is the same as notified resource customizationUUID: e6e00fe2-71cc-406f-8912-8b9a399cec77
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-24T06:01:45.850Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf efb58199-ea30-4fda-a151-3021afaeed72 0 ASDC deployResourceStructure
2023-01-24T06:01:45.850Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-01-24T06:01:45.850Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-24T06:01:45.851Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-24T06:01:45.851Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:01:45.854Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:01:45.854Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540105850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T06:01:45.954Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-24T06:01:45.955Z||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-24T06:01:45.956Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:01:45.993Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:01:45.994Z||pool-139-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2023-01-24T06:01:46.855Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6690090-86ef-4159-ab63-e88339e8d469
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T06:01:46.877Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6690090-86ef-4159-ab63-e88339e8d469
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T06:01:46.881Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-24T06:01:46.882Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-24T06:01:46.882Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-24T06:01:46.882Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-24T06:01:46.882Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:01:46.882Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:01:46.882Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:01:46.883Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:01:46.883Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-24T06:01:46.883Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-24T06:01:46.900Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-24T06:02:16.901Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6690090-86ef-4159-ab63-e88339e8d469 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-24T06:02:16.945Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6690090-86ef-4159-ab63-e88339e8d469 and serviceModelVersionId: e1fa4124-8d27-4756-83b6-a9600f7454f8
2023-01-24T06:02:16.945Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de65ea0f-4395-4cce-939b-b4e3868e44b1
2023-01-24T06:02:16.947Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de65ea0f-4395-4cce-939b-b4e3868e44b1/model-vers/model-ver/e1fa4124-8d27-4756-83b6-a9600f7454f8?depth=0
2023-01-24T06:02:16.971Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-24T06:02:17.066Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de65ea0f-4395-4cce-939b-b4e3868e44b1/model-vers/model-ver/e1fa4124-8d27-4756-83b6-a9600f7454f8?depth=0|INFO|500||Invoke
2023-01-24T06:02:17.067Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de65ea0f-4395-4cce-939b-b4e3868e44b1/model-vers/model-ver/e1fa4124-8d27-4756-83b6-a9600f7454f8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de65ea0f-4395-4cce-939b-b4e3868e44b1/model-vers/model-ver/e1fa4124-8d27-4756-83b6-a9600f7454f8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b6690090-86ef-4159-ab63-e88339e8d469], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cb8cb744-d0da-4aab-a6e2-8223c74c62f5], X-ECOMP-RequestID=[b6690090-86ef-4159-ab63-e88339e8d469], X-TransactionId=[], X-ONAP-RequestID=[b6690090-86ef-4159-ab63-e88339e8d469], Content-Type=[application/merge-patch+json]}
2023-01-24T06:02:17.132Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de65ea0f-4395-4cce-939b-b4e3868e44b1/model-vers/model-ver/e1fa4124-8d27-4756-83b6-a9600f7454f8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-24T06:02:17.605Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de65ea0f-4395-4cce-939b-b4e3868e44b1/model-vers/model-ver/e1fa4124-8d27-4756-83b6-a9600f7454f8?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/de65ea0f-4395-4cce-939b-b4e3868e44b1/model-vers/model-ver/e1fa4124-8d27-4756-83b6-a9600f7454f8?depth=0 has http status code:200 and response headers:{date=[Tue, 24 Jan 2023 06:02:18 GMT], content-length=[0], vertex-id=[229384], x-aai-txid=[0-aai-resources-230124-06:02:18:127-74717], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-24T06:02:17.606Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de65ea0f-4395-4cce-939b-b4e3868e44b1/model-vers/model-ver/e1fa4124-8d27-4756-83b6-a9600f7454f8?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-24T06:02:17.607Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de65ea0f-4395-4cce-939b-b4e3868e44b1/model-vers/model-ver/e1fa4124-8d27-4756-83b6-a9600f7454f8?depth=0|INFO|500||InvokeReturn
2023-01-24T06:02:17.609Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-24T06:02:17.609Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-24T06:02:17.642Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-24T06:02:17.643Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6690090-86ef-4159-ab63-e88339e8d469 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-24T06:02:17.644Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-24T06:02:17.645Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-24T06:02:17.652Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-24T06:02:17.653Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540137644,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T06:02:17.773Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms
2023-01-24T06:02:17.774Z||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-24T06:02:17.775Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JfAvbd9UleG8L6OX) ...
2023-01-24T06:02:17.828Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:02:17.828Z||pool-140-thread-1|||||INFO|500||cambria reply ok (54 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-24T06:02:18.699Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:02:18.703Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:02:18.703Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:02:28.320Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:02:28.322Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:02:28.323Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:02:28.323Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:02:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:02:36.946Z||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-24T06:02:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:02:37.001Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:02:37.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:02:37.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "441a9882-1585-4c0d-bab9-843125dcf386",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540035318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T06:02:37.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:02:37.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:02:37.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:02:37.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:02:37.905Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:02:37.906Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:02:37.906Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:02:37.907Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:02:47.474Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:02:47.475Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:02:47.476Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:02:47.477Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:02:57.033Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:02:57.035Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:02:57.036Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:02:57.036Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:03:06.619Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:03:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:03:36.930Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:03:36.930Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:03:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:03:36.946Z||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-24T06:03:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:03:37.000Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:03:37.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-24T06:03:37.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:03:37.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-24T06:03:37.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:03:37.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:03:37.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:03:37.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-24T06:03:37.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:03:37.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:03:37.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:03:37.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:03:37.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:03:37.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674539796926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T06:03:37.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:03:37.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540045137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T06:03:37.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:03:37.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540049562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-24T06:03:37.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:03:37.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540050713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-24T06:03:37.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:03:37.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540051809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-24T06:03:37.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:03:37.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540053291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-24T06:03:37.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:03:37.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540054299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-24T06:03:37.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:03:37.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540055309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-24T06:03:37.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:03:37.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540056320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T06:03:37.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:03:37.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39e65e6d-101d-4674-9737-e325229bf33b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540088130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T06:03:37.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:03:37.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:03:37.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:03:37.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:03:37.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:03:37.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:03:37.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:03:37.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-24T06:03:37.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:03:37.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:03:46.559Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:04:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:04:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:04:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:04:36.945Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:04:36.946Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:04:36.947Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:04:37.477Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:04:37.478Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-24T06:04:37.478Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:04:37.481Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:04:37.481Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-24T06:04:37.481Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:04:37.482Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:04:37.482Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-24T06:04:37.483Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:04:37.483Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:04:37.483Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-24T06:04:37.484Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-24T06:04:37.484Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:04:37.484Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-24T06:04:37.484Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540089161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-24T06:04:37.484Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-24T06:04:37.484Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-24T06:04:37.485Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540103072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-24T06:04:37.485Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:04:37.485Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-24T06:04:37.485Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540105850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-24T06:04:37.486Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:04:37.486Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-24T06:04:37.486Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6690090-86ef-4159-ab63-e88339e8d469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1674540137644,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-24T06:04:37.486Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-24T06:04:46.515Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:05:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:05:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:05:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:05:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:05:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T06:05:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:05:46.544Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:05:46.544Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:06:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:06:36.929Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:06:36.930Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:06:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:06:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T06:06:36.947Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:06:46.555Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:06:46.554Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:07:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:07:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:07:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:07:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:07:36.947Z||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-24T06:07:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:07:46.517Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:07:46.529Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:08:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:08:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:08:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:08:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:08:36.947Z||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-24T06:08:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:08:46.532Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:08:46.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:09:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:09:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:09:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:09:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:09:36.946Z||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-24T06:09:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:09:46.520Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:09:46.548Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:10:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:10:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:10:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:10:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:10:36.946Z||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-24T06:10:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:10:46.498Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:10:46.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:11:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:11:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:11:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:11:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:11:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T06:11:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:11:46.507Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:11:46.515Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:12:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:12:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:12:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:12:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:12:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T06:12:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:12:46.556Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:12:46.568Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:13:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:13:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:13:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:13:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:13:36.947Z||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-24T06:13:36.948Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:13:46.560Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:13:46.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:14:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:14:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:14:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:14:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:14:36.946Z||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-24T06:14:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:14:46.531Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:14:46.547Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:15:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:15:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:15:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:15:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:15:36.946Z||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-24T06:15:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:15:46.513Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:15:46.552Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:16:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:16:36.929Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:16:36.929Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:16:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:16:36.946Z||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-24T06:16:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:16:46.538Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:16:46.546Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:17:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:17:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:17:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:17:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:17:36.946Z||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-24T06:17:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:17:46.512Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:17:46.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:18:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:18:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:18:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:18:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:18:36.946Z||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-24T06:18:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:18:46.525Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:18:46.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:19:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:19:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:19:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:19:36.945Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:19:36.946Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:19:36.946Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:19:46.508Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:19:46.528Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:20:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:20:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:20:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:20:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:20:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T06:20:36.947Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:20:46.529Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:20:46.532Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:21:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:21:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:21:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:21:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:21:36.946Z||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-24T06:21:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:21:46.541Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:21:46.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:22:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:22:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:22:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:22:36.946Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:22:36.947Z||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-24T06:22:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:22:46.504Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:22:46.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:23:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:23:36.927Z||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-24T06:23:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:23:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:23:36.947Z||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-24T06:23:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:23:46.534Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:23:46.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:24:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:24:36.927Z||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-24T06:24:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:24:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:24:36.946Z||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-24T06:24:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:24:46.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:24:46.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:25:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:25:36.927Z||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-24T06:25:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:25:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:25:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T06:25:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:25:46.535Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:25:46.538Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:26:36.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:26:36.929Z||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-24T06:26:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:26:36.945Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:26:36.949Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:26:36.949Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:26:46.505Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:26:46.505Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:27:36.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:27:36.929Z||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-24T06:27:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:27:36.945Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:27:36.948Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:27:36.948Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:27:46.545Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:27:46.546Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:28:36.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:28:36.929Z||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-24T06:28:36.930Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:28:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:28:36.946Z||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-24T06:28:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:28:46.497Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:28:46.513Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:29:36.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:29:36.927Z||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-24T06:29:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:29:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:29:36.946Z||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-24T06:29:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:29:46.541Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:29:46.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:30:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:30:36.928Z||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-24T06:30:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:30:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:30:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T06:30:36.947Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:30:46.560Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:30:46.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:31:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:31:36.927Z||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-24T06:31:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:31:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:31:36.946Z||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-24T06:31:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:31:46.520Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:31:46.523Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:32:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:32:36.927Z||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-24T06:32:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:32:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:32:36.946Z||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-24T06:32:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:32:46.515Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:32:46.526Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:33:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:33:36.927Z||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-24T06:33:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:33:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:33:36.946Z||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-24T06:33:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:33:46.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:33:46.514Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:34:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:34:36.927Z||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-24T06:34:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:34:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:34:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T06:34:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:34:46.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:34:46.514Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:35:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:35:36.927Z||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-24T06:35:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:35:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:35:36.946Z||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-24T06:35:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:35:46.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:35:46.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:36:36.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:36:36.931Z||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-24T06:36:36.932Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:36:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:36:36.946Z||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-24T06:36:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:36:46.516Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:36:46.524Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:37:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:37:36.927Z||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-24T06:37:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:37:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:37:36.946Z||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-24T06:37:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:37:46.532Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:37:46.581Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:38:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:38:36.927Z||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-24T06:38:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:38:36.955Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:38:36.956Z||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-24T06:38:36.956Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:38:46.545Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:38:46.550Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:39:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:39:36.928Z||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-24T06:39:36.929Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:39:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:39:36.948Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T06:39:36.949Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:39:46.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:39:46.676Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:40:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:40:36.928Z||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-24T06:40:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:40:36.945Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:40:36.946Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:40:36.947Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:40:46.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:40:46.541Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:41:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:41:36.927Z||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-24T06:41:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:41:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:41:36.947Z||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-24T06:41:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:41:46.614Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:41:46.620Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:42:36.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:42:36.928Z||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-24T06:42:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:42:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:42:36.946Z||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-24T06:42:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:42:46.526Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:42:46.541Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:43:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:43:36.927Z||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-24T06:43:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:43:36.946Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:43:36.947Z||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-24T06:43:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:43:46.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:43:46.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:44:36.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:44:36.927Z||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-24T06:44:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:44:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:44:36.946Z||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-24T06:44:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:44:46.533Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:44:46.585Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:45:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:45:36.927Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:45:36.927Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:45:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:45:36.946Z||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-24T06:45:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:45:46.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:45:46.552Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:46:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:46:36.927Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:46:36.927Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:46:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:46:36.946Z||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-24T06:46:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:46:46.523Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:46:46.532Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:47:36.927Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:47:36.929Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:47:36.930Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:47:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:47:36.947Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T06:47:36.947Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:47:46.586Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:47:46.588Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:48:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:48:36.927Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:48:36.927Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:48:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:48:36.946Z||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-24T06:48:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:48:46.500Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:48:46.533Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:49:36.929Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:49:36.945Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:49:36.936Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:49:36.946Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:49:36.947Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:49:36.947Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:49:46.568Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:49:46.594Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:50:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:50:36.927Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:50:36.927Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:50:36.948Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:50:36.949Z||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-24T06:50:36.949Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:50:46.526Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:50:46.534Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:51:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:51:36.933Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:51:36.933Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:51:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:51:36.946Z||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-24T06:51:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:51:46.508Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:51:46.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:52:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:52:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:52:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:52:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:52:36.947Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T06:52:36.947Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:52:46.523Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:52:46.528Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:53:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:53:36.927Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:53:36.927Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:53:36.946Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:53:36.947Z||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-24T06:53:36.947Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:53:46.539Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:53:46.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:54:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:54:36.927Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:54:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:54:36.946Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:54:36.948Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:54:36.949Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:54:46.527Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:54:46.582Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:55:36.926Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:55:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T06:55:36.928Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:55:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:55:36.946Z||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-24T06:55:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:55:46.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:55:46.565Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:56:36.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:56:36.927Z||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-24T06:56:36.927Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:56:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:56:36.946Z||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-24T06:56:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:56:46.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:56:46.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:57:36.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:57:36.930Z||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-24T06:57:36.931Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:57:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:57:36.946Z||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-24T06:57:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:57:46.512Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:57:46.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:58:36.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:58:36.928Z||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-24T06:58:36.928Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:58:36.945Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:58:36.946Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:58:36.946Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:58:46.511Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:58:46.511Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:59:36.929Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:59:36.932Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T06:59:36.933Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:59:36.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T06:59:36.946Z||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-24T06:59:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T06:59:46.524Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T06:59:46.525Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:00:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:00:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T07:00:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:00:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:00:36.946Z||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-24T07:00:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:00:46.520Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:00:46.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:01:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:01:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T07:01:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:01:36.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:01:36.946Z||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-24T07:01:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:01:46.521Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:01:46.526Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:02:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:02:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T07:02:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:02:36.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:02:36.946Z||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-24T07:02:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:02:46.554Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:02:46.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:03:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:03:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T07:03:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:03:36.946Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:03:36.947Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T07:03:36.947Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:03:46.521Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:03:46.522Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:04:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:04:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T07:04:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:04:36.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:04:36.946Z||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-24T07:04:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:04:46.504Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:04:46.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:05:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:05:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T07:05:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:05:36.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:05:36.946Z||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-24T07:05:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:05:46.513Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:05:46.522Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:06:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:06:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T07:06:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:06:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:06:36.946Z||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-24T07:06:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:06:46.555Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:06:46.585Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:07:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:07:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T07:07:36.929Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:07:36.945Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:07:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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-24T07:07:36.946Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:07:46.516Z|90d034c1-6d83-416a-853f-ac3eedb32b3e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:07:46.542Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:08:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:08:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T07:08:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:08:36.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:08:36.946Z||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-24T07:08:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:08:46.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:08:46.552Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:09:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:09:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T07:09:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:09:36.949Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:09:36.951Z||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-24T07:09:36.951Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:09:46.551Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:09:46.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:10:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:10:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T07:10:36.928Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:10:36.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:10:36.946Z||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-24T07:10:36.946Z||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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:10:46.493Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:10:46.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:11:36.926Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:11:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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-24T07:11:36.927Z|b6690090-86ef-4159-ab63-e88339e8d469|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:11:36.945Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-24T07:11:36.946Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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-24T07:11:36.946Z|1422d07f-1a4d-406b-93f9-84f7ce506609|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 JfAvbd9UleG8L6OX) ...
2023-01-24T07:11:46.543Z|b6690090-86ef-4159-ab63-e88339e8d469|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-24T07:11:46.558Z|1422d07f-1a4d-406b-93f9-84f7ce506609|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK