Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2022-09-24T05:21:56.688Z||main|||||INFO|500||The following profiles are active: basic
2022-09-24T05:22:11.076Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-24T05:22:11.077Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-24T05:22:11.193Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-24T05:22:16.478Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-24T05:22:17.059Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-24T05:22:17.711Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-24T05:22:17.765Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-24T05:22:18.026Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-24T05:22:18.357Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-24T05:22:19.148Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-24T05:22:21.405Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-24T05:22:23.954Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-24T05:22:24.033Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-24T05:22:24.983Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-24T05:22:25.291Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-09-24T05:22:26.587Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-24T05:22:27.778Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-09-24T05:22:27.809Z||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$$d5924008.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-09-24T05:22:27.810Z||main|||||WARN|500||The sdc end point is not alive
2022-09-24T05:22:31.884Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-09-24T05:22:35.777Z||main|||||WARN|500||---
2022-09-24T05:22:35.778Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-24T05:22:35.782Z||main|||||WARN|500||---
2022-09-24T05:22:36.282Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-24T05:22:43.046Z||main|||||INFO|500||Started Application in 50.354 seconds (JVM running for 52.833)
2022-09-24T05:22:43.066Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-24T05:22:43.070Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-24T05:22:43.098Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-24T05:22:43.146Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-24T05:22:43.202Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df046eea-fb4f-4713-b6b0-140bd0bfd2f1 url= /sdc/v1/artifactTypes
2022-09-24T05:22:43.202Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-24T05:22:43.488Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-24T05:22:43.572Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-09-24T05:22:43.603Z||scheduling-1|||||DEBUG|500||create keys
2022-09-24T05:22:43.616Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-24T05:22:43.725Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:22:43.749Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 610aa852-4394-48b4-9513-3eb986515abe url= /sdc/v1/registerForDistribution
2022-09-24T05:22:43.925Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 610aa852-4394-48b4-9513-3eb986515abe url= /sdc/v1/registerForDistribution
2022-09-24T05:22:43.926Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-24T05:22:43.944Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:22:43.949Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:22:43.970Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-24T05:22:43.971Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:22:43.972Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:22:43.970Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:22:43.972Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:22:54.187Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:22:54.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:23:43.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:23:43.939Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:23:43.940Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:23:43.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:23:43.948Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:23:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:23:53.555Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:23:53.602Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:24:43.937Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:24:43.939Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:24:43.939Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:24:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:24:43.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.
2022-09-24T05:24:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:24:53.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:24:53.542Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:25:43.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:25:43.940Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:25:43.941Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:25:43.946Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:25:43.957Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:25:43.958Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:25:53.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:25:53.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:26:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:26:43.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:26:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:26:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:26:43.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.
2022-09-24T05:26:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:26:53.530Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:26:53.609Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:27:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:27:43.938Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:27:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:27:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:27:43.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.
2022-09-24T05:27:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:27:53.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:27:53.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:28:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:28:43.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:28:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:28:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:28:43.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.
2022-09-24T05:28:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:28:53.525Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:28:53.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:29:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:29:43.938Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:29:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:29:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:29:43.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.
2022-09-24T05:29:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:29:53.508Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:29:53.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:30:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:30:43.940Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:30:43.940Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:30:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:30:43.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.
2022-09-24T05:30:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:30:53.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:30:53.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:31:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:31:43.939Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:31:43.939Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:31:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:31:43.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.
2022-09-24T05:31:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:31:53.521Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:31:53.525Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:32:10.311Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-24T05:32:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:32:43.938Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:32:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:32:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:32:43.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.
2022-09-24T05:32:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:32:53.517Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:32:53.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:33:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:33:43.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:33:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:33:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:33:43.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.
2022-09-24T05:33:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:33:53.521Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:33:53.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:34:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:34:43.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:34:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:34:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:34:43.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.
2022-09-24T05:34:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:34:53.563Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:34:53.579Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:35:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:35:43.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:35:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:35:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:35:43.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.
2022-09-24T05:35:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:35:53.531Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:35:53.531Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:36:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:36:43.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:36:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:36:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:36:43.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.
2022-09-24T05:36:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:36:53.521Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:36:53.529Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:37:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:37:43.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:37:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:37:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:37:43.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.
2022-09-24T05:37:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:37:53.518Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:37:53.521Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:38:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:38:43.939Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:38:43.940Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:38:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:38:43.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.
2022-09-24T05:38:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:38:53.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:38:53.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:39:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:39:43.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:39:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:39:43.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:39:43.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.
2022-09-24T05:39:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:39:53.515Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:39:53.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:40:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:40:43.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:40:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:40:43.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:40:43.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.
2022-09-24T05:40:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:40:53.531Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:40:53.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:41:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:41:43.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:41:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:41:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:41:43.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.
2022-09-24T05:41:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:41:53.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:41:53.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:42:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:42:43.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:42:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:42:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:42:43.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.
2022-09-24T05:42:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:42:53.505Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:42:53.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:43:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:43:43.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:43:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:43:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:43:43.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.
2022-09-24T05:43:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:43:53.523Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:43:53.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:44:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:44:43.938Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:44:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:44:43.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:44:43.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.
2022-09-24T05:44:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:44:53.513Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:44:53.523Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:45:43.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:45:43.937Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:45:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:45:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:45:43.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.
2022-09-24T05:45:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:45:53.502Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:45:53.520Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:46:43.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:46:43.937Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:46:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:46:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:46:43.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.
2022-09-24T05:46:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:46:53.514Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:46:53.548Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:47:43.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:47:43.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:47:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:47:43.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:47:43.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.
2022-09-24T05:47:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:47:53.540Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:47:53.562Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:48:43.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:48:43.938Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:48:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:48:43.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:48:43.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.
2022-09-24T05:48:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:48:53.530Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:48:53.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:49:43.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:49:43.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:49:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:49:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:49:43.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:49:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:49:53.542Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:49:53.567Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:50:43.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:50:43.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:50:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:50:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:50:43.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.
2022-09-24T05:50:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:50:53.537Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:50:53.537Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:51:43.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:51:43.940Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:51:43.942Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:51:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:51:43.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.
2022-09-24T05:51:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:51:53.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:51:53.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:52:43.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:52:43.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:52:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:52:43.946Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:52:43.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.
2022-09-24T05:52:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:52:53.537Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:52:53.548Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:53:43.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:53:43.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:53:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:53:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:53:43.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.
2022-09-24T05:53:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:53:53.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:53:53.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:54:43.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:54:43.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:54:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:54:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:54:43.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.
2022-09-24T05:54:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:54:53.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:54:53.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:55:43.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:55:43.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:55:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:55:43.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:55:43.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.
2022-09-24T05:55:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:55:53.525Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:55:53.525Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:56:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:56:43.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:56:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:56:43.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:56:43.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.
2022-09-24T05:56:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:56:53.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:56:53.642Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:57:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:57:43.938Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:57:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:57:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:57:43.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:57:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:57:53.505Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:57:53.507Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:58:43.938Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:58:43.940Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:58:43.940Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:58:43.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.
2022-09-24T05:58:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:46.413Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:58:46.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-24T05:58:46.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e0821ba-0fc9-4063-af52-17f5d4e442ab","serviceName":"basic_onboard_IKQcFF","serviceVersion":"1.0","serviceUUID":"f4ec9af5-6ea3-40df-bd45-1dbae574201e","serviceDescription":"service","serviceInvariantUUID":"8212eded-cf81-40e7-a110-0c4b6b1f3c8c","resources":[{"resourceInstanceName":"basic_onboard_IKQcFF 0","resourceName":"basic_onboard_IKQcFF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e0c1ce1-db58-4d42-931b-8de675ec109d","resourceInvariantUUID":"69667285-e6df-49da-9b6d-3f7ecc9c92b1","resourceCustomizationUUID":"50f80a6e-8649-40c7-8a60-019b12ce6402","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml","artifactChecksum":"NTRlMzdhOTkxMjkzZTBiYTZiMDg5YmZiMDI4YThmMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fa7ce02d-7f72-4950-940d-3daed6d8c600","artifactVersion":"1"},{"artifactName":"basic_onboard_ikqcff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json","artifactChecksum":"ZTM2NTNlMGVjNjI1ODQ3Y2RkYmY2ZGIxMTYzYzQxNTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"825a1664-081f-4a0d-9af2-67f40b91e4d4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"415fdf80-ce8f-4870-a6f1-68b5589aaa20","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bb4a439e-1988-4f66-a4dc-57203dbc0cd0","artifactVersion":"2","generatedFromUUID":"4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIkqcff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml","artifactChecksum":"NzQyYTVkNjVkYTcxYmFmNWI2YTg3MjZkZmU4Yjg5MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2a5b496-77a0-48bc-85b8-92662ae4905e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIkqcff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar","artifactChecksum":"ZmIyOWUzOTBkMzQ5NjA4ODQyMGExNzIxM2JiZGQzNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5820ab04-bc43-4f6a-8704-9f8a9a129907","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-24T05:58:46.435Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T05:58:46.444Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:46.471Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:46.472Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T05:58:46.569Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-09-24T05:58:46.575Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:58:46.575Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:46.586Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:58:46.587Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-09-24T05:58:46.644Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:58:46.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-24T05:58:46.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999124532,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T05:58:46.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-24T05:58:47.482Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T05:58:47.482Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:47.485Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:47.485Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T05:58:47.585Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:58:47.587Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:58:47.588Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:47.606Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:58:47.608Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-24T05:58:48.485Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T05:58:48.487Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:48.490Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:48.491Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-24T05:58:48.590Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T05:58:48.591Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:58:48.592Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:48.632Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:58:48.633Z||pool-5-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:58:49.492Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T05:58:49.492Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:49.497Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:49.497Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T05:58:49.595Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-24T05:58:49.596Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:58:49.597Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:49.624Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:58:49.626Z||pool-6-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:58:50.497Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T05:58:50.499Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:50.502Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:50.502Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-24T05:58:50.604Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-24T05:58:50.612Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:58:50.619Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:50.684Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:58:50.685Z||pool-7-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:58:51.503Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T05:58:51.504Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:51.506Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:51.506Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T05:58:51.611Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-24T05:58:51.613Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:58:51.613Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:51.632Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:58:51.633Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:58:52.508Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T05:58:52.509Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:52.512Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:52.512Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T05:58:52.612Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:58:52.613Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:58:52.613Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:52.627Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:58:52.628Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-24T05:58:53.514Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "serviceName": "basic_onboard_IKQcFF",
  "serviceVersion": "1.0",
  "serviceUUID": "f4ec9af5-6ea3-40df-bd45-1dbae574201e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8212eded-cf81-40e7-a110-0c4b6b1f3c8c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_IKQcFF 0",
      "resourceCustomizationUUID": "50f80a6e-8649-40c7-8a60-019b12ce6402",
      "resourceName": "basic_onboard_IKQcFF",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2e0c1ce1-db58-4d42-931b-8de675ec109d",
      "resourceInvariantUUID": "69667285-e6df-49da-9b6d-3f7ecc9c92b1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ikqcff0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
          "artifactChecksum": "ZTM2NTNlMGVjNjI1ODQ3Y2RkYmY2ZGIxMTYzYzQxNTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "825a1664-081f-4a0d-9af2-67f40b91e4d4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bb4a439e-1988-4f66-a4dc-57203dbc0cd0",
            "generatedFromUUID": "4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bb4a439e-1988-4f66-a4dc-57203dbc0cd0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardIkqcff-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
      "artifactChecksum": "ZmIyOWUzOTBkMzQ5NjA4ODQyMGExNzIxM2JiZGQzNWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5820ab04-bc43-4f6a-8704-9f8a9a129907"
    }
  ],
  "workloadContext": "Production"
}
2022-09-24T05:58:53.515Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-24T05:58:53.516Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f4ec9af5-6ea3-40df-bd45-1dbae574201e ASDC
2022-09-24T05:58:53.619Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4e0821ba-0fc9-4063-af52-17f5d4e442ab
ServiceName:basic_onboard_IKQcFF
ServiceVersion:1.0
ServiceUUID:f4ec9af5-6ea3-40df-bd45-1dbae574201e
ServiceInvariantUUID:8212eded-cf81-40e7-a110-0c4b6b1f3c8c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIkqcff-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar
ArtifactUUID:5820ab04-bc43-4f6a-8704-9f8a9a129907
ArtifactChecksum:ZmIyOWUzOTBkMzQ5NjA4ODQyMGExNzIxM2JiZGQzNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_IKQcFF 0
ResourceCustomizationUUID:50f80a6e-8649-40c7-8a60-019b12ce6402
ResourceInvariantUUID:69667285-e6df-49da-9b6d-3f7ecc9c92b1
ResourceName:basic_onboard_IKQcFF
ResourceType:VF
ResourceUUID:2e0c1ce1-db58-4d42-931b-8de675ec109d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ikqcff0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json
ArtifactUUID:825a1664-081f-4a0d-9af2-67f40b91e4d4
ArtifactChecksum:ZTM2NTNlMGVjNjI1ODQ3Y2RkYmY2ZGIxMTYzYzQxNTQ=
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/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1
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/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env
ArtifactUUID:bb4a439e-1988-4f66-a4dc-57203dbc0cd0
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/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env
ArtifactUUID:bb4a439e-1988-4f66-a4dc-57203dbc0cd0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-24T05:58:53.619Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f4ec9af5-6ea3-40df-bd45-1dbae574201e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T05:58:53.996Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T05:58:53.998Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-24T05:58:54.000Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-24T05:58:54.000Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5820ab04-bc43-4f6a-8704-9f8a9a129907 from URL: /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:54.000Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T05:58:54.002Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:54.137Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T05:58:54.158Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar 5820ab04-bc43-4f6a-8704-9f8a9a129907 75272
2022-09-24T05:58:54.161Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar ASDC sendASDCNotification
2022-09-24T05:58:54.161Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:54.163Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T05:58:54.164Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:54.167Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:54.168Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999134159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T05:58:54.268Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:58:54.269Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:58:54.269Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:54.286Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:58:54.287Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:58:55.168Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T05:58:55.170Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-24T05:58:55.171Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5820ab04-bc43-4f6a-8704-9f8a9a129907, URL: /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar to file: /app/ASDC/1/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:55.172Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:55.321Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:55.321Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:55.952Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP78837931456950993/Definitions/service-BasicOnboardIkqcff-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
2022-09-24T05:58:57.825Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-24T05:58:57.830Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IKQcFF 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-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-24T05:58:57.838Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:58:57.839Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:58:57.843Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:58:57.843Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-24T05:58:57.845Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T05:58:57.846Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:58:57.846Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:58:57.846Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:58:57.846Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-24T05:58:57.847Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T05:58:57.847Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:58:57.847Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:58:57.850Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is not matching search criteria
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T05:58:57.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:58:57.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:58:57.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T05:58:57.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:58:57.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:58:57.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is not matching search criteria
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7c76dd25-957c-416f-a3f8-31b6d23fa902
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:58:57.855Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:58:57.855Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_IKQcFF
Description:service
Model UUID:f4ec9af5-6ea3-40df-bd45-1dbae574201e
Model Version:NULL
Model InvariantUuid:8212eded-cf81-40e7-a110-0c4b6b1f3c8c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_IKQcFF
Model UUID:8ddc4d42-ebae-4625-bfc9-fd79064e59d6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69667285-e6df-49da-9b6d-3f7ecc9c92b1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:50f80a6e-8649-40c7-8a60-019b12ce6402
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9d9835d3-826b-4fc5-af3a-41b7972d36cb
ModelName:BasicOnboardIkqcff..base_ubuntu18..module-0
ModelUuid:ec3b3bd2-e30d-42ea-9838-16dfd547f417
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7c76dd25-957c-416f-a3f8-31b6d23fa902
ModelInvariantUuid:abd70497-5211-469d-a51b-e3ee0b41e6a2
ModelName:basic_onboard_IKQcFF-nodes.ubuntu18Cvfc
ModelUuid:9e34247c-9d43-4cc9-9288-ea47ed618d94
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d65f1aaf-b470-4168-b4cd-1e776bbced0c
ModelInvariantUuid:429a38b8-74d9-40ed-9651-8967c7ab0609
ModelName:BasicOnboardIkqcff.compute.nodes.heat.ubuntu18
ModelUuid:acbe0497-7f53-4e54-80e0-829305d4f7bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-24T05:58:57.889Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e0c1ce1-db58-4d42-931b-8de675ec109d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T05:58:58.009Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||basic_onboard_IKQcFF 0
2022-09-24T05:58:58.019Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e0c1ce1-db58-4d42-931b-8de675ec109d
2022-09-24T05:58:58.019Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 825a1664-081f-4a0d-9af2-67f40b91e4d4 from URL: /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json
2022-09-24T05:58:58.019Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T05:58:58.020Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json
2022-09-24T05:58:58.078Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T05:58:58.078Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json 825a1664-081f-4a0d-9af2-67f40b91e4d4 798
2022-09-24T05:58:58.078Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json ASDC sendASDCNotification
2022-09-24T05:58:58.079Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json
2022-09-24T05:58:58.079Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T05:58:58.079Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:58.082Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:58.082Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999138078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T05:58:58.182Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:58:58.183Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:58:58.187Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:58.204Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:58:58.204Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:58:59.084Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIkqcff..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9d9835d3-826b-4fc5-af3a-41b7972d36cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ec3b3bd2-e30d-42ea-9838-16dfd547f417",
    "vfModuleModelCustomizationUUID": "dd641ae8-12df-4d1c-94fb-e2b2ff6510f3",
    "isBase": true,
    "artifacts": [
      "4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1",
      "bb4a439e-1988-4f66-a4dc-57203dbc0cd0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-24T05:58:59.108Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIkqcff..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ec3b3bd2-e30d-42ea-9838-16dfd547f417
VfModuleModelInvariantUUID:9d9835d3-826b-4fc5-af3a-41b7972d36cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1
,
bb4a439e-1988-4f66-a4dc-57203dbc0cd0

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-09-24T05:58:59.112Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIkqcff..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9d9835d3-826b-4fc5-af3a-41b7972d36cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ec3b3bd2-e30d-42ea-9838-16dfd547f417",
    "vfModuleModelCustomizationUUID": "dd641ae8-12df-4d1c-94fb-e2b2ff6510f3",
    "isBase": true,
    "artifacts": [
      "4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1",
      "bb4a439e-1988-4f66-a4dc-57203dbc0cd0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-24T05:58:59.112Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIkqcff..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ec3b3bd2-e30d-42ea-9838-16dfd547f417
VfModuleModelInvariantUUID:9d9835d3-826b-4fc5-af3a-41b7972d36cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1
,
bb4a439e-1988-4f66-a4dc-57203dbc0cd0

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-09-24T05:58:59.113Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1 from URL: /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml
2022-09-24T05:58:59.113Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T05:58:59.113Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml
2022-09-24T05:58:59.165Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T05:58:59.166Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml 4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1 5033
2022-09-24T05:58:59.166Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-24T05:58:59.166Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml
2022-09-24T05:58:59.166Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T05:58:59.167Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:59.171Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:59.172Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999139166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T05:58:59.272Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:58:59.273Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:58:59.273Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:59.289Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:58:59.289Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:59:00.173Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bb4a439e-1988-4f66-a4dc-57203dbc0cd0 from URL: /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env
2022-09-24T05:59:00.173Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T05:59:00.173Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env
2022-09-24T05:59:00.223Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T05:59:00.224Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env bb4a439e-1988-4f66-a4dc-57203dbc0cd0 909
2022-09-24T05:59:00.224Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-24T05:59:00.224Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env
2022-09-24T05:59:00.224Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T05:59:00.224Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:59:00.227Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:59:00.228Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999140224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T05:59:00.328Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:59:00.329Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:59:00.329Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:59:00.347Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:59:00.348Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:59:01.229Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f4ec9af5-6ea3-40df-bd45-1dbae574201e
2022-09-24T05:59:01.229Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_IKQcFF 0 2e0c1ce1-db58-4d42-931b-8de675ec109d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T05:59:01.272Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b22f3e3, org.onap.sdc.toscaparser.api.parameters.Input@15a9e028, org.onap.sdc.toscaparser.api.parameters.Input@8205070, org.onap.sdc.toscaparser.api.parameters.Input@1e797db, org.onap.sdc.toscaparser.api.parameters.Input@7da6d1ef]
2022-09-24T05:59:01.277Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:59:01.277Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.277Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-09-24T05:59:01.277Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 50f80a6e-8649-40c7-8a60-019b12ce6402
2022-09-24T05:59:01.277Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 50f80a6e-8649-40c7-8a60-019b12ce6402 matches Tosca VF Customization UUID: 50f80a6e-8649-40c7-8a60-019b12ce6402
2022-09-24T05:59:01.277Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 50f80a6e-8649-40c7-8a60-019b12ce6402  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-24T05:59:01.286Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:59:01.287Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.289Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 50f80a6e-8649-40c7-8a60-019b12ce6402: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-24T05:59:01.289Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43f29acb
2022-09-24T05:59:01.289Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:59:01.290Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T05:59:01.290Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd641ae8-12df-4d1c-94fb-e2b2ff6510f3
2022-09-24T05:59:01.292Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd641ae8-12df-4d1c-94fb-e2b2ff6510f3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-24T05:59:01.300Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:59:01.301Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:59:01.301Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T05:59:01.302Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:59:01.303Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:59:01.305Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T05:59:01.306Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:59:01.306Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is not matching search criteria
2022-09-24T05:59:01.306Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-24T05:59:01.306Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-24T05:59:01.306Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7c76dd25-957c-416f-a3f8-31b6d23fa902
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-24T05:59:01.327Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:59:01.327Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:59:01.328Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T05:59:01.328Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:59:01.328Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:59:01.328Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0] matching following query criteria: sdcType=VF, customizationUUID=50f80a6e-8649-40c7-8a60-019b12ce6402
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T05:59:01.331Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:59:01.332Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.332Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f4ec9af5-6ea3-40df-bd45-1dbae574201e: basic_onboard_IKQcFF
2022-09-24T05:59:01.332Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:59:01.332Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.332Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_IKQcFF 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T05:59:01.594Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_IKQcFF 2e0c1ce1-db58-4d42-931b-8de675ec109d 1 ASDC deployResourceStructure
2022-09-24T05:59:01.595Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json ASDC sendASDCNotification
2022-09-24T05:59:01.595Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json
2022-09-24T05:59:01.595Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T05:59:01.595Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:59:01.597Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:59:01.597Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999141595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T05:59:01.698Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:59:01.699Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:59:01.699Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:59:01.722Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:59:01.723Z||pool-14-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:59:02.598Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-24T05:59:02.599Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml
2022-09-24T05:59:02.599Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T05:59:02.600Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:59:02.602Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:59:02.602Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999142598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-24T05:59:02.702Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:59:02.704Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:59:02.704Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:59:02.716Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:59:02.717Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:59:03.606Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-24T05:59:03.606Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env
2022-09-24T05:59:03.606Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T05:59:03.609Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:59:03.612Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:59:03.612Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999143606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-24T05:59:03.712Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:59:03.713Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:59:03.713Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:59:03.759Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:59:03.760Z||pool-16-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:59:04.621Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar ASDC sendASDCNotification
2022-09-24T05:59:04.621Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:59:04.622Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T05:59:04.622Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:59:04.624Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:59:04.625Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999144621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T05:59:04.725Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:59:04.726Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T05:59:04.726Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:59:04.741Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:59:04.742Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-24T05:59:05.626Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T05:59:05.667Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T05:59:05.674Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T05:59:05.675Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T05:59:05.675Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T05:59:35.676Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T05:59:35.706Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T05:59:35.734Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T05:59:35.734Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T05:59:35.735Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T05:59:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:59:43.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.
2022-09-24T05:59:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:59:43.973Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T05:59:43.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-24T05:59:43.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "cds",
  "timestamp": 1663999120651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T05:59:43.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:00:05.735Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:00:05.753Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:00:05.756Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:00:05.757Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:00:05.757Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:00:35.757Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:00:35.771Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:00:35.775Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:00:35.775Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:00:35.775Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:00:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:00:43.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.
2022-09-24T06:00:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:00:44.000Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:00:44.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-24T06:00:44.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "policy-id",
  "timestamp": 1663999116805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:00:44.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:00:44.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-24T06:00:44.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:00:44.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:05.776Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:01:05.795Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:01:05.800Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:01:05.801Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:01:05.801Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:01:35.801Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:01:35.821Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:01:35.825Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:01:35.825Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:01:35.825Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:01:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:01:43.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.
2022-09-24T06:01:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:01:43.988Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:01:43.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999124532,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "cds",
  "timestamp": 1663999120651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "policy-id",
  "timestamp": 1663999116805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999124532,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "cds",
  "timestamp": 1663999120651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "policy-id",
  "timestamp": 1663999116805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999128568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999124532,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "cds",
  "timestamp": 1663999120651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "policy-id",
  "timestamp": 1663999116805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999128777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999128568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999124532,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "cds",
  "timestamp": 1663999120651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "policy-id",
  "timestamp": 1663999116805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999128777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999128568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999124532,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "cds",
  "timestamp": 1663999120651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "policy-id",
  "timestamp": 1663999116805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999128777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999128568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999124532,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "cds",
  "timestamp": 1663999120651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "policy-id",
  "timestamp": 1663999116805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999123938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999128777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999128568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "cds",
  "timestamp": 1663999133800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999133500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999128777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "policy-id",
  "timestamp": 1663999133554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999128568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999134159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "cds",
  "timestamp": 1663999134821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:01:44.012Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e0821ba-0fc9-4063-af52-17f5d4e442ab
2022-09-24T06:01:44.013Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0821ba-0fc9-4063-af52-17f5d4e442ab and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999128777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "policy-id",
  "timestamp": 1663999134583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999128568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999128777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:01:44.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "policy-id",
  "timestamp": 1663999135599,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:01:44.034Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e0821ba-0fc9-4063-af52-17f5d4e442ab
2022-09-24T06:01:44.034Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0821ba-0fc9-4063-af52-17f5d4e442ab and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:01:44.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999136730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999137844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999138078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999138172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "clamp",
  "timestamp": 1663999138573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999138910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999139166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999139178,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:01:44.058Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e0821ba-0fc9-4063-af52-17f5d4e442ab
2022-09-24T06:01:44.059Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0821ba-0fc9-4063-af52-17f5d4e442ab and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:01:44.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "clamp",
  "timestamp": 1663999138573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:01:44.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999140000,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:01:44.079Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e0821ba-0fc9-4063-af52-17f5d4e442ab
2022-09-24T06:01:44.080Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0821ba-0fc9-4063-af52-17f5d4e442ab and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-24T06:01:44.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999140224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "clamp",
  "timestamp": 1663999138573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999141005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "clamp",
  "timestamp": 1663999138573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999141595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "clamp",
  "timestamp": 1663999138573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999142598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "aai-ml",
  "timestamp": 1663999142636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "clamp",
  "timestamp": 1663999138573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999143606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "aai-ml",
  "timestamp": 1663999142636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "clamp",
  "timestamp": 1663999138573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999144621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "aai-ml",
  "timestamp": 1663999142636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "aai-ml",
  "timestamp": 1663999142636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "aai-ml",
  "timestamp": 1663999142636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "aai-ml",
  "timestamp": 1663999142636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "aai-ml",
  "timestamp": 1663999142636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "aai-ml",
  "timestamp": 1663999150549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "clamp",
  "timestamp": 1663999160714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "clamp",
  "timestamp": 1663999162775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "clamp",
  "timestamp": 1663999163785,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:01:44.103Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e0821ba-0fc9-4063-af52-17f5d4e442ab
2022-09-24T06:01:44.103Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0821ba-0fc9-4063-af52-17f5d4e442ab and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:01:44.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "aai-ml",
  "timestamp": 1663999171308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:01:44.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "aai-ml",
  "timestamp": 1663999172314,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:01:44.125Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e0821ba-0fc9-4063-af52-17f5d4e442ab
2022-09-24T06:01:44.125Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0821ba-0fc9-4063-af52-17f5d4e442ab and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:02:05.826Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:02:05.843Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:02:05.850Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:02:05.850Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-24T06:02:05.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-24T06:02:05.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-24T06:02:05.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:02:05.852Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:02:05.852Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:02:05.852Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:02:05.852Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:02:05.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:02:05.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:02:05.868Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-24T06:02:35.868Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-24T06:02:35.889Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab and serviceModelVersionId: f4ec9af5-6ea3-40df-bd45-1dbae574201e
2022-09-24T06:02:35.890Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8212eded-cf81-40e7-a110-0c4b6b1f3c8c
2022-09-24T06:02:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:02:43.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.
2022-09-24T06:02:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:44.016Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:02:44.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999274532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "policy-id",
  "timestamp": 1663999276804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999274532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "policy-id",
  "timestamp": 1663999276804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999274532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "policy-id",
  "timestamp": 1663999276804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "cds",
  "timestamp": 1663999285651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999274532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "policy-id",
  "timestamp": 1663999276804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "cds",
  "timestamp": 1663999285651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999274532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "policy-id",
  "timestamp": 1663999276804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "cds",
  "timestamp": 1663999285651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "clamp",
  "timestamp": 1663999288576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999274532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "policy-id",
  "timestamp": 1663999276804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999288570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "cds",
  "timestamp": 1663999285651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "clamp",
  "timestamp": 1663999288576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999288777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999274532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "policy-id",
  "timestamp": 1663999276804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999288570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "cds",
  "timestamp": 1663999285651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "clamp",
  "timestamp": 1663999288576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999288777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:02:44.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999290570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:02:44.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "policy-id",
  "timestamp": 1663999290700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:02:44.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999288570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "cds",
  "timestamp": 1663999285651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "clamp",
  "timestamp": 1663999288576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999288777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:02:44.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "policy-id",
  "timestamp": 1663999291710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:02:44.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999288570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "cds",
  "timestamp": 1663999285651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:02:44.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "clamp",
  "timestamp": 1663999288576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999288777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "policy-id",
  "timestamp": 1663999292722,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:02:44.073Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
2022-09-24T06:02:44.073Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:02:44.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999288570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "aai-ml",
  "timestamp": 1663999292636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "cds",
  "timestamp": 1663999293440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "clamp",
  "timestamp": 1663999288576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999288777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999288570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999294002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "aai-ml",
  "timestamp": 1663999292636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "cds",
  "timestamp": 1663999294446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:02:44.111Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
2022-09-24T06:02:44.112Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:02:44.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "clamp",
  "timestamp": 1663999288576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:02:44.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999288777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999288570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999295005,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:02:44.189Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
2022-09-24T06:02:44.190Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:02:44.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "aai-ml",
  "timestamp": 1663999292636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999288777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:02:44.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "aai-ml",
  "timestamp": 1663999292636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999296552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:02:44.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "aai-ml",
  "timestamp": 1663999292636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999297652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "aai-ml",
  "timestamp": 1663999292636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999298711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:02:44.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "aai-ml",
  "timestamp": 1663999292636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:02:44.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:02:44.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999299738,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:02:44.219Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
2022-09-24T06:02:44.219Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-24T06:02:44.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "aai-ml",
  "timestamp": 1663999300445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:02:44.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999300742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:02:44.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:48.752Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0
2022-09-24T06:02:48.932Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-24T06:02:49.512Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0|INFO|500||Invoke
2022-09-24T06:02:49.540Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e0821ba-0fc9-4063-af52-17f5d4e442ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7a41212-c492-4f54-8c27-f4c7a7d32b08], X-ECOMP-RequestID=[4e0821ba-0fc9-4063-af52-17f5d4e442ab], X-TransactionId=[], X-ONAP-RequestID=[4e0821ba-0fc9-4063-af52-17f5d4e442ab], Content-Type=[application/merge-patch+json]}
2022-09-24T06:02:49.743Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-24T06:02:50.135Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?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/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220924-06:02:49:649-22586], vertex-id=[180392], Content-Length=[0], Date=[Sat, 24 Sep 2022 06:02:49 GMT], Content-Type=[application/json]}
2022-09-24T06:02:50.138Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-24T06:02:50.140Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0|INFO|500||InvokeReturn
2022-09-24T06:02:50.146Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-24T06:02:50.148Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:02:50.157Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-24T06:02:50.158Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e0821ba-0fc9-4063-af52-17f5d4e442ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-24T06:02:50.160Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-24T06:02:50.160Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:02:50.163Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:02:50.163Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999370158,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:02:50.263Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:02:50.265Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:02:50.265Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:50.280Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:02:50.281Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:02:51.177Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:02:51.178Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:02:51.179Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:55.680Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:02:55.682Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-24T06:02:55.682Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7fbcf77-2c95-4b72-8d46-b9d57877a3f1","serviceName":"vFW 2022-09-24 06-00-17","serviceVersion":"1.0","serviceUUID":"fef599fa-8ea4-4d0e-afca-04a61e80db21","serviceDescription":"catalog service description","serviceInvariantUUID":"1ceb1665-0429-4e25-833d-1b58885fe12c","resources":[{"resourceInstanceName":"vFW 892724da-31f5 0","resourceName":"vFW 892724da-31f5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"87b278c5-750f-40c5-934b-4e1f01f6cbab","resourceInvariantUUID":"0dc8ab1e-a31e-4943-b8a6-35e069345ec4","resourceCustomizationUUID":"1c94b7b1-c726-453f-9156-bd1dfac1ead2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml","artifactChecksum":"MzhlY2UxMTUxMjY1NmJkNTkzNTQyOTU3N2JhN2EzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bbe78841-6983-48e9-ac1d-fb76925ded93","artifactVersion":"1"},{"artifactName":"vfw892724da31f50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json","artifactChecksum":"MjdhMjY4YzA2OTk3YzYxZTg5MzNiMzgwYjFiNzYyNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9b5f16d6-6a67-4aec-8e1b-e8a56e472023","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a6f02879-b768-44ec-a5e4-962a4cabcc93","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml","artifactChecksum":"YjZhYjkyNDA0YTM1OTU0Yjc0NjYyNmJjMGM3NzNjOTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cac78da4-c6f5-48ba-8d87-35c263f9912d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"857a84c9-070e-4517-b273-c0a29f96a9dd","artifactVersion":"2","generatedFromUUID":"a6f02879-b768-44ec-a5e4-962a4cabcc93"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220924060017-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml","artifactChecksum":"YzE2MDZjOGExNzkxM2UyNGYyMGJlNThlMTQ0ZDQ2YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba5e8065-f7f6-4668-9445-5d02e70c3048","artifactVersion":"1"},{"artifactName":"service-Vfw20220924060017-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar","artifactChecksum":"ZDdhN2EyOTA4ODVkNzM1NDIwOWFkNjcwZmRkMGY1ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17d44d49-5c7a-4cc4-8801-b334d4bfb8c1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-24T06:02:55.683Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:02:55.684Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:02:55.686Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:02:55.686Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999371177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:55.786Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:02:55.787Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:02:55.787Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:55.804Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:02:55.805Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:02:56.695Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:02:56.697Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:02:56.700Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:02:56.700Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999371177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:02:56.800Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:02:56.803Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:02:56.804Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:56.818Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:02:56.819Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:02:57.700Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:02:57.702Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:02:57.704Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:02:57.704Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999371177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:02:57.804Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:02:57.806Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:02:57.806Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:57.819Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:02:57.820Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:02:58.705Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:02:58.706Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:02:58.708Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:02:58.708Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999371177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:02:58.809Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-24T06:02:58.810Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:02:58.810Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:58.819Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:02:58.820Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:02:59.709Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:02:59.710Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:02:59.712Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:02:59.712Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999371177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-24T06:02:59.812Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:02:59.814Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:02:59.814Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:59.827Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:02:59.828Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:00.713Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:03:00.714Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:00.717Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:00.717Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999371177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:03:00.817Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:03:00.818Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:03:00.818Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:00.832Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:03:00.833Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:01.717Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:03:01.718Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:01.720Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:01.720Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999371177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:03:01.820Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:03:01.822Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:03:01.822Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:01.838Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:03:01.839Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:02.721Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "serviceName": "vFW 2022-09-24 06-00-17",
  "serviceVersion": "1.0",
  "serviceUUID": "fef599fa-8ea4-4d0e-afca-04a61e80db21",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1ceb1665-0429-4e25-833d-1b58885fe12c",
  "resources": [
    {
      "resourceInstanceName": "vFW 892724da-31f5 0",
      "resourceCustomizationUUID": "1c94b7b1-c726-453f-9156-bd1dfac1ead2",
      "resourceName": "vFW 892724da-31f5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "87b278c5-750f-40c5-934b-4e1f01f6cbab",
      "resourceInvariantUUID": "0dc8ab1e-a31e-4943-b8a6-35e069345ec4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw892724da31f50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
          "artifactChecksum": "MjdhMjY4YzA2OTk3YzYxZTg5MzNiMzgwYjFiNzYyNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9b5f16d6-6a67-4aec-8e1b-e8a56e472023",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a6f02879-b768-44ec-a5e4-962a4cabcc93",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "857a84c9-070e-4517-b273-c0a29f96a9dd",
            "generatedFromUUID": "a6f02879-b768-44ec-a5e4-962a4cabcc93"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "857a84c9-070e-4517-b273-c0a29f96a9dd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220924060017-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
      "artifactChecksum": "ZDdhN2EyOTA4ODVkNzM1NDIwOWFkNjcwZmRkMGY1ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "17d44d49-5c7a-4cc4-8801-b334d4bfb8c1"
    }
  ],
  "workloadContext": "Production"
}
2022-09-24T06:03:02.722Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-24T06:03:02.723Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fef599fa-8ea4-4d0e-afca-04a61e80db21 ASDC
2022-09-24T06:03:02.723Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
ServiceName:vFW 2022-09-24 06-00-17
ServiceVersion:1.0
ServiceUUID:fef599fa-8ea4-4d0e-afca-04a61e80db21
ServiceInvariantUUID:1ceb1665-0429-4e25-833d-1b58885fe12c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220924060017-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar
ArtifactUUID:17d44d49-5c7a-4cc4-8801-b334d4bfb8c1
ArtifactChecksum:ZDdhN2EyOTA4ODVkNzM1NDIwOWFkNjcwZmRkMGY1ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 892724da-31f5 0
ResourceCustomizationUUID:1c94b7b1-c726-453f-9156-bd1dfac1ead2
ResourceInvariantUUID:0dc8ab1e-a31e-4943-b8a6-35e069345ec4
ResourceName:vFW 892724da-31f5
ResourceType:VF
ResourceUUID:87b278c5-750f-40c5-934b-4e1f01f6cbab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw892724da31f50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json
ArtifactUUID:9b5f16d6-6a67-4aec-8e1b-e8a56e472023
ArtifactChecksum:MjdhMjY4YzA2OTk3YzYxZTg5MzNiMzgwYjFiNzYyNmI=
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/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml
ArtifactUUID:a6f02879-b768-44ec-a5e4-962a4cabcc93
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/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env
ArtifactUUID:857a84c9-070e-4517-b273-c0a29f96a9dd
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/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env
ArtifactUUID:857a84c9-070e-4517-b273-c0a29f96a9dd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-24T06:03:02.724Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fef599fa-8ea4-4d0e-afca-04a61e80db21 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:03:02.756Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:03:02.757Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-24T06:03:02.757Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-24T06:03:02.758Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 17d44d49-5c7a-4cc4-8801-b334d4bfb8c1 from URL: /sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:02.758Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T06:03:02.758Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:02.832Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T06:03:02.838Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar 17d44d49-5c7a-4cc4-8801-b334d4bfb8c1 100626
2022-09-24T06:03:02.839Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar ASDC sendASDCNotification
2022-09-24T06:03:02.839Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:02.839Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:03:02.840Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:02.842Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:02.844Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999382839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:03:02.943Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:03:02.944Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:03:02.944Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:02.958Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:03:02.959Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:03:03.844Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:03:03.845Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-24T06:03:03.846Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 17d44d49-5c7a-4cc4-8801-b334d4bfb8c1, URL: /sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar to file: /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:03.846Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220924060017-csar.csar
2022-09-24T06:03:03.846Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:03.846Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:04.063Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4383623327879330585/Definitions/service-Vfw20220924060017-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_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
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
2022-09-24T06:03:06.001Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-24T06:03:06.002Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-24T06:03:06.002Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.002Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-24T06:03:06.002Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.002Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 892724da-31f5 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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:06.004Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:06.004Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-24T06:03:06.004Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:03:06.004Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.004Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:06.004Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:06.004Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-24T06:03:06.005Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:03:06.005Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.005Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:06.005Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.005Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is not matching search criteria
2022-09-24T06:03:06.005Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-24T06:03:06.005Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-24T06:03:06.007Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.007Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-24T06:03:06.007Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.007Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T06:03:06.007Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.007Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:06.007Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is not matching search criteria
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8961b264-54b4-4a1e-a98a-8ff6f4762525
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c03e7ec6-6a03-48c7-8506-c72fed914f62
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94a8f5c0-2a8a-40c3-8fab-0c1dfea931ae
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-24 06-00-17
Description:catalog service description
Model UUID:fef599fa-8ea4-4d0e-afca-04a61e80db21
Model Version:NULL
Model InvariantUuid:1ceb1665-0429-4e25-833d-1b58885fe12c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 892724da-31f5
Model UUID:30826577-81e7-4291-9220-05ab3fedae04
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0dc8ab1e-a31e-4943-b8a6-35e069345ec4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1c94b7b1-c726-453f-9156-bd1dfac1ead2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35ecab84-b5f0-4eb6-9115-c8b144532e5b
ModelName:Vfw892724da31f5..base_vfw..module-0
ModelUuid:05b26bea-0328-4625-a821-fed33cd20111
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8961b264-54b4-4a1e-a98a-8ff6f4762525
ModelInvariantUuid:a9a32d56-1aee-43aa-b037-af4cc0fd3abb
ModelName:vFW 892724da-31f5-nodes.vfwCvfc
ModelUuid:bf1a5a40-fd3f-4421-8945-56c5c2ba54ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:13dc208e-16c8-4081-9e2b-c02c533981a8
ModelInvariantUuid:f9bb1d2c-00d9-4b8a-adc9-4c97eb111c32
ModelName:Vfw892724da31f5.compute.nodes.heat.vfw
ModelUuid:6191ac93-1ebf-4ef1-89a8-f7f3f68ae0f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c03e7ec6-6a03-48c7-8506-c72fed914f62
ModelInvariantUuid:96aea422-ad5f-4541-9a02-e52793755c52
ModelName:vFW 892724da-31f5-nodes.vsnCvfc
ModelUuid:9ad0462d-a843-4930-a045-401b7291d125
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fe95dab7-4c50-4592-8d90-26ab3aad3b57
ModelInvariantUuid:57dc5da8-214d-4a8a-8844-321fe316f24b
ModelName:Vfw892724da31f5.compute.nodes.heat.vsn
ModelUuid:70f47713-9432-482b-adbb-1fc561c8e296
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:94a8f5c0-2a8a-40c3-8fab-0c1dfea931ae
ModelInvariantUuid:ac7692de-2de9-42aa-a452-45e10bdf8ba6
ModelName:vFW 892724da-31f5-nodes.vpgCvfc
ModelUuid:86a398ea-e39d-40bb-90f7-d78d89f1a537
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0c82e8a9-30b1-4956-a384-4429e2775d4c
ModelInvariantUuid:edb2a917-f4d6-4879-81f0-fc1bfd418b94
ModelName:Vfw892724da31f5.compute.nodes.heat.vpg
ModelUuid:b6aaa64e-55f7-4829-b380-9fff96daf43b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-24T06:03:06.026Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 87b278c5-750f-40c5-934b-4e1f01f6cbab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:03:06.032Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||vFW 892724da-31f5 0
2022-09-24T06:03:06.032Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 87b278c5-750f-40c5-934b-4e1f01f6cbab
2022-09-24T06:03:06.032Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9b5f16d6-6a67-4aec-8e1b-e8a56e472023 from URL: /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json
2022-09-24T06:03:06.032Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T06:03:06.032Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json
2022-09-24T06:03:06.088Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T06:03:06.089Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json 9b5f16d6-6a67-4aec-8e1b-e8a56e472023 785
2022-09-24T06:03:06.089Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json ASDC sendASDCNotification
2022-09-24T06:03:06.090Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json
2022-09-24T06:03:06.090Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:03:06.090Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:06.092Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:06.093Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999386089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:03:06.193Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:03:06.194Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:03:06.194Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:06.205Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:03:06.206Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:07.093Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw892724da31f5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "35ecab84-b5f0-4eb6-9115-c8b144532e5b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "05b26bea-0328-4625-a821-fed33cd20111",
    "vfModuleModelCustomizationUUID": "9d0205c7-fbfa-4d02-a7e4-c9f9919d5582",
    "isBase": true,
    "artifacts": [
      "a6f02879-b768-44ec-a5e4-962a4cabcc93",
      "857a84c9-070e-4517-b273-c0a29f96a9dd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-24T06:03:07.101Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw892724da31f5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:05b26bea-0328-4625-a821-fed33cd20111
VfModuleModelInvariantUUID:35ecab84-b5f0-4eb6-9115-c8b144532e5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6f02879-b768-44ec-a5e4-962a4cabcc93
,
857a84c9-070e-4517-b273-c0a29f96a9dd

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-09-24T06:03:07.104Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw892724da31f5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "35ecab84-b5f0-4eb6-9115-c8b144532e5b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "05b26bea-0328-4625-a821-fed33cd20111",
    "vfModuleModelCustomizationUUID": "9d0205c7-fbfa-4d02-a7e4-c9f9919d5582",
    "isBase": true,
    "artifacts": [
      "a6f02879-b768-44ec-a5e4-962a4cabcc93",
      "857a84c9-070e-4517-b273-c0a29f96a9dd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-24T06:03:07.105Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw892724da31f5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:05b26bea-0328-4625-a821-fed33cd20111
VfModuleModelInvariantUUID:35ecab84-b5f0-4eb6-9115-c8b144532e5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6f02879-b768-44ec-a5e4-962a4cabcc93
,
857a84c9-070e-4517-b273-c0a29f96a9dd

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-09-24T06:03:07.105Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a6f02879-b768-44ec-a5e4-962a4cabcc93 from URL: /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml
2022-09-24T06:03:07.105Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T06:03:07.105Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml
2022-09-24T06:03:07.170Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T06:03:07.172Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml a6f02879-b768-44ec-a5e4-962a4cabcc93 20368
2022-09-24T06:03:07.173Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-24T06:03:07.173Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml
2022-09-24T06:03:07.174Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:03:07.174Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:07.178Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:07.178Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999387173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:03:07.279Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-24T06:03:07.281Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:03:07.281Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:07.323Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:03:07.324Z||pool-28-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:08.179Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 857a84c9-070e-4517-b273-c0a29f96a9dd from URL: /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env
2022-09-24T06:03:08.180Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T06:03:08.180Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env
2022-09-24T06:03:08.237Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T06:03:08.237Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env 857a84c9-070e-4517-b273-c0a29f96a9dd 2098
2022-09-24T06:03:08.238Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-24T06:03:08.238Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env
2022-09-24T06:03:08.238Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:03:08.238Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:08.244Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:08.245Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999388238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:03:08.342Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-24T06:03:08.343Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:03:08.343Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:08.357Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:03:08.358Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:09.246Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fef599fa-8ea4-4d0e-afca-04a61e80db21
2022-09-24T06:03:09.247Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 892724da-31f5 0 87b278c5-750f-40c5-934b-4e1f01f6cbab ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:03:09.286Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@707e10d7, org.onap.sdc.toscaparser.api.parameters.Input@19df8842, org.onap.sdc.toscaparser.api.parameters.Input@25af2bc3, org.onap.sdc.toscaparser.api.parameters.Input@4bc95a22, org.onap.sdc.toscaparser.api.parameters.Input@4b310324]
2022-09-24T06:03:09.288Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.289Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.289Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-09-24T06:03:09.289Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1c94b7b1-c726-453f-9156-bd1dfac1ead2
2022-09-24T06:03:09.289Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c94b7b1-c726-453f-9156-bd1dfac1ead2 matches Tosca VF Customization UUID: 1c94b7b1-c726-453f-9156-bd1dfac1ead2
2022-09-24T06:03:09.289Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1c94b7b1-c726-453f-9156-bd1dfac1ead2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-24T06:03:09.297Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.298Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.300Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1c94b7b1-c726-453f-9156-bd1dfac1ead2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-24T06:03:09.300Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73fd9495
2022-09-24T06:03:09.301Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.301Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T06:03:09.301Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d0205c7-fbfa-4d02-a7e4-c9f9919d5582
2022-09-24T06:03:09.302Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d0205c7-fbfa-4d02-a7e4-c9f9919d5582
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-24T06:03:09.306Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.307Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:09.310Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:09.311Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.312Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:09.312Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:09.312Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.312Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-24T06:03:09.314Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.314Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8961b264-54b4-4a1e-a98a-8ff6f4762525
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-24T06:03:09.317Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.317Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:09.318Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:09.318Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.318Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is not matching search criteria
2022-09-24T06:03:09.318Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-24T06:03:09.318Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:09.320Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-24T06:03:09.320Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.320Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c03e7ec6-6a03-48c7-8506-c72fed914f62
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-24T06:03:09.324Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.325Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:09.325Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:09.329Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.329Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is not matching search criteria
2022-09-24T06:03:09.329Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94a8f5c0-2a8a-40c3-8fab-0c1dfea931ae
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-24T06:03:09.334Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.334Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:09.334Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:09.335Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.335Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:09.335Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=1c94b7b1-c726-453f-9156-bd1dfac1ead2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fef599fa-8ea4-4d0e-afca-04a61e80db21: vFW 892724da-31f5
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.342Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.343Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.343Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.343Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:03:09.343Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.343Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-09-24 06-00-17 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:03:09.610Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 892724da-31f5 87b278c5-750f-40c5-934b-4e1f01f6cbab 1 ASDC deployResourceStructure
2022-09-24T06:03:09.610Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json ASDC sendASDCNotification
2022-09-24T06:03:09.611Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json
2022-09-24T06:03:09.611Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:03:09.611Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:09.613Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:09.613Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999389610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:03:09.715Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-24T06:03:09.717Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:03:09.717Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:09.734Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:03:09.736Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:10.614Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-24T06:03:10.615Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml
2022-09-24T06:03:10.615Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:03:10.615Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:10.619Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:10.620Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999390614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-24T06:03:10.719Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:03:10.720Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:03:10.720Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:10.737Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:03:10.738Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:11.621Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-24T06:03:11.622Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env
2022-09-24T06:03:11.622Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:03:11.622Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:11.624Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:11.624Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999391621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-24T06:03:11.724Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:03:11.725Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:03:11.726Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:11.748Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:03:11.749Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:12.625Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar ASDC sendASDCNotification
2022-09-24T06:03:12.626Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:12.626Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:03:12.626Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:12.628Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:12.629Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999392625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:03:12.729Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:03:12.730Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:03:12.731Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:12.749Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:03:12.750Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:13.630Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:03:13.648Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:03:13.655Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:03:13.655Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:03:13.655Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:03:43.656Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:03:43.680Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:03:43.685Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:03:43.685Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:03:43.685Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:03:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:03:43.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.
2022-09-24T06:03:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:44.001Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:03:44.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:03:44.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "clamp",
  "timestamp": 1663999307735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:03:44.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:03:44.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:03:44.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "clamp",
  "timestamp": 1663999309744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:03:44.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:03:44.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:03:44.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "clamp",
  "timestamp": 1663999310748,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:03:44.014Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
2022-09-24T06:03:44.014Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:03:44.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:03:44.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "aai-ml",
  "timestamp": 1663999319931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:03:44.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:03:44.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:03:44.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "aai-ml",
  "timestamp": 1663999320936,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:03:44.037Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
2022-09-24T06:03:44.037Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:04:13.685Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:04:13.705Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:04:13.709Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:04:13.709Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:04:13.717Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-24T06:04:43.718Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-24T06:04:43.728Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 and serviceModelVersionId: fef599fa-8ea4-4d0e-afca-04a61e80db21
2022-09-24T06:04:43.728Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ceb1665-0429-4e25-833d-1b58885fe12c
2022-09-24T06:04:43.731Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ceb1665-0429-4e25-833d-1b58885fe12c/model-vers/model-ver/fef599fa-8ea4-4d0e-afca-04a61e80db21?depth=0
2022-09-24T06:04:43.738Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-24T06:04:43.786Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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/1ceb1665-0429-4e25-833d-1b58885fe12c/model-vers/model-ver/fef599fa-8ea4-4d0e-afca-04a61e80db21?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-24T06:04:43.820Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceb1665-0429-4e25-833d-1b58885fe12c/model-vers/model-ver/fef599fa-8ea4-4d0e-afca-04a61e80db21?depth=0|INFO|500||Invoke
2022-09-24T06:04:43.863Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceb1665-0429-4e25-833d-1b58885fe12c/model-vers/model-ver/fef599fa-8ea4-4d0e-afca-04a61e80db21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-24T06:04:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:04:43.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.
2022-09-24T06:04:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:04:44.029Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceb1665-0429-4e25-833d-1b58885fe12c/model-vers/model-ver/fef599fa-8ea4-4d0e-afca-04a61e80db21?depth=0|INFO|500||InvokeReturn
2022-09-24T06:04:44.030Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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/1ceb1665-0429-4e25-833d-1b58885fe12c/model-vers/model-ver/fef599fa-8ea4-4d0e-afca-04a61e80db21?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220924-06:04:43:762-29835], vertex-id=[430192], Content-Length=[0], Date=[Sat, 24 Sep 2022 06:04:43 GMT], Content-Type=[application/json]}
2022-09-24T06:04:44.031Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-09-24T06:04:44.031Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-24T06:04:44.031Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:04:44.045Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-24T06:04:44.046Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-24T06:04:44.046Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-24T06:04:44.046Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:04:44.049Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:04:44.049Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999484046,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:04:44.149Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:04:44.151Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:04:44.151Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:04:44.165Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:04:44.165Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:04:44.195Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:04:44.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999370158,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:04:44.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999371177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999371177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999371177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999371177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:04:44.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:04:44.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999371177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-24T06:04:44.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:04:44.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999371177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:04:44.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:04:44.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999371177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999382839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999386089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999387173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999388238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999389610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999390614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999391621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999392625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:04:45.080Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:04:45.081Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:04:45.081Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:04:54.670Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:04:54.672Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:04:54.673Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:04:54.673Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:05:04.237Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:05:04.239Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:05:04.240Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:05:04.240Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:05:13.795Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:05:13.797Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:05:13.798Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:05:13.798Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:05:23.395Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:05:23.396Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:05:23.397Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:05:23.397Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:05:33.029Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:05:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:05:43.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:05:43.936Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:05:43.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:05:43.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.
2022-09-24T06:05:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:05:44.495Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:05:44.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:05:44.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999484046,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:05:44.497Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:05:53.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:06:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:06:43.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:06:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:06:43.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:06:43.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.
2022-09-24T06:06:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:06:53.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:06:53.538Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:07:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:07:43.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:07:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:07:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:07:43.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.
2022-09-24T06:07:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:07:53.528Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:07:53.530Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:08:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:08:43.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:08:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:08:43.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:08:43.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.
2022-09-24T06:08:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:08:53.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:08:53.605Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:09:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:09:43.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:09:43.936Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:09:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:09:43.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.
2022-09-24T06:09:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:09:53.560Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:09:53.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:10:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:10:43.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:10:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:10:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:10:43.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.
2022-09-24T06:10:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:10:53.547Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:10:53.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:11:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:11:43.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:11:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:11:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:11:43.945Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:11:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:11:53.495Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:11:53.524Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:12:43.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:12:43.937Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:12:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:12:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:12:43.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.
2022-09-24T06:12:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:12:44.589Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:12:44.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cfbd3ace-f938-428d-a0d1-bd5c8bce6096","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4","serviceDescription":"service","serviceInvariantUUID":"5833269c-7e95-4d4e-ab8c-5245c0b654d0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fd03f3eb-3ded-4f41-a934-c82f5d2a3ddd","resourceInvariantUUID":"a7ceda92-9894-470f-b414-d3797023f3d9","resourceCustomizationUUID":"1cb88ba8-c7c3-4ce1-befb-dfc237e04154","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":"YTJiMmZhNjdlYjJkZWI0ODYxNmIwZDZiODc0MmU1OGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86d60844-8760-4c9b-82ce-89395d047e4b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzM3OWI3MTQzZTNjMzk4NWQzYzUxZjA2MDJkMTczY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5673aa4b-25a8-4b86-a8ad-db4c8c271a72","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-24T06:12:44.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:12:44.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999934532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:12:44.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "policy-id",
  "timestamp": 1663999936804,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999934532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "policy-id",
  "timestamp": 1663999936804,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999943192,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "policy-id",
  "timestamp": 1663999943233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.597Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "policy-id",
  "timestamp": 1663999944239,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999944878,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "policy-id",
  "timestamp": 1663999945271,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-09-24T06:12:44.597Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:12:44.602Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:12:44.603Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999963935,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:12:44.634Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfbd3ace-f938-428d-a0d1-bd5c8bce6096
2022-09-24T06:12:44.635Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfbd3ace-f938-428d-a0d1-bd5c8bce6096 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:12:44.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999945883,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:12:44.678Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cfbd3ace-f938-428d-a0d1-bd5c8bce6096
2022-09-24T06:12:44.678Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfbd3ace-f938-428d-a0d1-bd5c8bce6096 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:12:44.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "cds",
  "timestamp": 1663999945651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:12:44.706Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-24T06:12:44.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "cds",
  "timestamp": 1663999945651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "clamp",
  "timestamp": 1663999948573,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "cds",
  "timestamp": 1663999948485,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999948569,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:12:44.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "clamp",
  "timestamp": 1663999948573,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:12:44.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:12:44.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "cds",
  "timestamp": 1663999949493,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-09-24T06:12:44.709Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:12:44.709Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:12:44.722Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cfbd3ace-f938-428d-a0d1-bd5c8bce6096
2022-09-24T06:12:44.722Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfbd3ace-f938-428d-a0d1-bd5c8bce6096 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:12:44.740Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:12:44.741Z||pool-35-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:12:44.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999948777,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:12:44.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999948569,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:12:44.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999948777,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "aai-ml",
  "timestamp": 1663999952636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "aai-ml",
  "timestamp": 1663999952636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "aai-ml",
  "timestamp": 1663999955387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:12:44.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "clamp",
  "timestamp": 1663999960867,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:12:44.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "aai-ml",
  "timestamp": 1663999961836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:12:44.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "clamp",
  "timestamp": 1663999962869,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:12:44.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "aai-ml",
  "timestamp": 1663999962840,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:12:44.765Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cfbd3ace-f938-428d-a0d1-bd5c8bce6096
2022-09-24T06:12:44.765Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfbd3ace-f938-428d-a0d1-bd5c8bce6096 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:12:44.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "clamp",
  "timestamp": 1663999963876,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:12:44.805Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cfbd3ace-f938-428d-a0d1-bd5c8bce6096
2022-09-24T06:12:44.805Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfbd3ace-f938-428d-a0d1-bd5c8bce6096 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:12:45.604Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:12:45.609Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:12:45.612Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:12:45.612Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999963935,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:12:45.712Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:12:45.714Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:12:45.714Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:12:45.732Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:12:45.733Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:12:46.614Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5833269c-7e95-4d4e-ab8c-5245c0b654d0",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "1cb88ba8-c7c3-4ce1-befb-dfc237e04154",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fd03f3eb-3ded-4f41-a934-c82f5d2a3ddd",
      "resourceInvariantUUID": "a7ceda92-9894-470f-b414-d3797023f3d9",
      "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": "MzM3OWI3MTQzZTNjMzk4NWQzYzUxZjA2MDJkMTczY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5673aa4b-25a8-4b86-a8ad-db4c8c271a72"
    }
  ],
  "workloadContext": "Production"
}
2022-09-24T06:12:46.614Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-24T06:12:46.614Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4 ASDC
2022-09-24T06:12:46.616Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:cfbd3ace-f938-428d-a0d1-bd5c8bce6096
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4
ServiceInvariantUUID:5833269c-7e95-4d4e-ab8c-5245c0b654d0
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:5673aa4b-25a8-4b86-a8ad-db4c8c271a72
ArtifactChecksum:MzM3OWI3MTQzZTNjMzk4NWQzYzUxZjA2MDJkMTczY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1cb88ba8-c7c3-4ce1-befb-dfc237e04154
ResourceInvariantUUID:a7ceda92-9894-470f-b414-d3797023f3d9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fd03f3eb-3ded-4f41-a934-c82f5d2a3ddd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-09-24T06:12:46.616Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:12:46.653Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:12:46.656Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:12:46.656Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:12:46.656Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5673aa4b-25a8-4b86-a8ad-db4c8c271a72 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-24T06:12:46.656Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-24T06:12:46.657Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-24T06:12:46.746Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-24T06:12:46.750Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5673aa4b-25a8-4b86-a8ad-db4c8c271a72 57613
2022-09-24T06:12:46.751Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-24T06:12:46.751Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-24T06:12:46.751Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:12:46.752Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:12:46.756Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:12:46.758Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999966751,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:12:46.856Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-24T06:12:46.858Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:12:46.858Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:12:46.873Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:12:46.874Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:12:47.759Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:12:47.760Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:12:47.761Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5673aa4b-25a8-4b86-a8ad-db4c8c271a72, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:47.761Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-24T06:12:47.762Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:47.762Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:47.956Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP591506512647865610/Definitions/service-BasicNetwork-template.yml
2022-09-24T06:12:48.529Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-24T06:12:48.530Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-24T06:12:48.530Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:48.530Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-24T06:12:48.530Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.533Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:12:48.533Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.533Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:12:48.533Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.533Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:12:48.533Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.533Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4
Model Version:NULL
Model InvariantUuid:5833269c-7e95-4d4e-ab8c-5245c0b654d0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a7ceda92-9894-470f-b414-d3797023f3d9
Model UUID:ba2a9910-6b57-4e3d-84b9-11007dc20429
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:1cb88ba8-c7c3-4ce1-befb-dfc237e04154
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-24T06:12:48.544Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: fd03f3eb-3ded-4f41-a934-c82f5d2a3ddd
2022-09-24T06:12:48.545Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||No resources found for Service: 87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:12:48.553Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||
2022-09-24T06:12:48.554Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-09-24T06:12:48.554Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4
2022-09-24T06:12:48.555Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4
2022-09-24T06:12:48.555Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-09-24T06:12:48.555Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:12:48.563Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c76a7f3, org.onap.sdc.toscaparser.api.parameters.Input@1081005d, org.onap.sdc.toscaparser.api.parameters.Input@7b318667, org.onap.sdc.toscaparser.api.parameters.Input@64a39ea9, org.onap.sdc.toscaparser.api.parameters.Input@5dd3f4f1]
2022-09-24T06:12:48.565Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:12:48.566Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.566Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:12:48.566Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.566Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4: Generic NeutronNet
2022-09-24T06:12:48.567Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:12:48.567Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.567Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:12:48.567Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-24T06:12:48.630Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:12:48.631Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.631Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:12:48.631Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.632Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:12:48.632Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.632Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-24T06:12:48.705Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-09-24T06:12:48.706Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-24T06:12:48.706Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-24T06:12:48.707Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:12:48.707Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:12:48.712Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:12:48.712Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999968706,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:12:48.815Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-24T06:12:48.818Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:12:48.823Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:12:48.851Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:12:48.852Z||pool-38-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:12:49.715Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfbd3ace-f938-428d-a0d1-bd5c8bce6096
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:12:49.742Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfbd3ace-f938-428d-a0d1-bd5c8bce6096
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:12:49.751Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:12:49.752Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:12:49.763Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-24T06:13:19.765Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cfbd3ace-f938-428d-a0d1-bd5c8bce6096 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-24T06:13:19.781Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cfbd3ace-f938-428d-a0d1-bd5c8bce6096 and serviceModelVersionId: 87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4
2022-09-24T06:13:19.782Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5833269c-7e95-4d4e-ab8c-5245c0b654d0
2022-09-24T06:13:19.785Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5833269c-7e95-4d4e-ab8c-5245c0b654d0/model-vers/model-ver/87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4?depth=0
2022-09-24T06:13:19.801Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-09-24T06:13:19.884Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5833269c-7e95-4d4e-ab8c-5245c0b654d0/model-vers/model-ver/87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-24T06:13:19.886Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5833269c-7e95-4d4e-ab8c-5245c0b654d0/model-vers/model-ver/87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4?depth=0|INFO|500||Invoke
2022-09-24T06:13:19.916Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5833269c-7e95-4d4e-ab8c-5245c0b654d0/model-vers/model-ver/87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-24T06:13:20.255Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5833269c-7e95-4d4e-ab8c-5245c0b654d0/model-vers/model-ver/87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4?depth=0|INFO|500||InvokeReturn
2022-09-24T06:13:20.256Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5833269c-7e95-4d4e-ab8c-5245c0b654d0/model-vers/model-ver/87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220924-06:13:19:826-2386], vertex-id=[151576], Content-Length=[0], Date=[Sat, 24 Sep 2022 06:13:19 GMT], Content-Type=[application/json]}
2022-09-24T06:13:20.257Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-09-24T06:13:20.257Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-24T06:13:20.257Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:13:20.274Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-24T06:13:20.275Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cfbd3ace-f938-428d-a0d1-bd5c8bce6096 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-24T06:13:20.276Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-24T06:13:20.276Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:20.279Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:20.280Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000000275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:13:20.380Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:13:20.381Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:13:20.381Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:20.405Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:13:20.406Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:13:43.936Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:13:43.937Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:13:43.938Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:13:43.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.
2022-09-24T06:13:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:44.135Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:13:44.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:13:44.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999963935,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:13:44.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:13:44.602Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:13:44.604Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-24T06:13:44.604Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3bb1d038-f7ee-43de-b298-e54f92c5fad3","serviceName":"Demo_pNF_g1qd9lVbwa8lDYoGjY8b","serviceVersion":"1.0","serviceUUID":"01f39c70-eba2-4a57-8a6d-e1d4367c8dda","serviceDescription":"catalog service description","serviceInvariantUUID":"b1c78d40-d3b7-427b-ad7c-af3c604897f3","resources":[{"resourceInstanceName":"pNF 75ae85b7-1802 0","resourceName":"pNF 75ae85b7-1802","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aadaa3ce-b063-4a27-a367-b4a0b29ca071","resourceInvariantUUID":"d7313275-9e83-40c7-abad-41478c8411e0","resourceCustomizationUUID":"3145668c-8a45-4310-ac4a-3bda9343f8ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vf-license-model.xml","artifactChecksum":"NTExNDQ1YjhkZTRkYWM5NzM1MGUxZGY5ZWJmMjQyNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"908a5005-010e-4a64-969f-d91a66b21cde","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/pNF.csar","artifactChecksum":"MmJjZTE1NWU5MGEzZmFjZjI4ZmRmMGEwZTE2YjFiYzQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2624089d-9f3a-457c-aef5-9e1af7f80ab6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51ae0a79-e5ee-4e48-9cd6-2aa5000b2167","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vendor-license-model.xml","artifactChecksum":"ZGEzM2RmMTBjYmI2YzYzYmQ5NGU2M2YxNDNjN2UwNjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f00134e8-71b4-4102-98f6-feff1d18a080","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eedbbed4-ef02-4066-a8f3-fbc84d5deebe","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cdee435c-c0d9-4ede-93cc-1cf9d1e40d41","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml","artifactChecksum":"YjliNmQwMTQ3OGE4OTUyYjUyMjdiZGIwNTQ4OTA2NTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9da3c295-f772-4292-9aa1-3281ee70250c","artifactVersion":"1"},{"artifactName":"service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar","artifactChecksum":"NTgxMWZmYzAzNzhkZDYyM2YyNTJhM2EzM2YwNWQwZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c8f601e-8d6c-4ef0-bed2-3c620d5f7396","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-24T06:13:44.607Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:44.607Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:44.610Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:44.611Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:13:44.713Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-24T06:13:44.715Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:13:44.715Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:44.742Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:13:44.743Z||pool-40-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:13:45.611Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:45.612Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:45.615Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:45.615Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:13:45.715Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:13:45.716Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:13:45.717Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:45.745Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:13:45.746Z||pool-41-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:46.616Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:46.618Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:46.620Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:46.621Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:13:46.721Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:13:46.722Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:13:46.722Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:46.736Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:13:46.736Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:47.624Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:47.625Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:47.628Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:47.635Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:13:47.728Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-24T06:13:47.730Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:13:47.730Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:47.742Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:13:47.742Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:48.636Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:48.637Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:48.640Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:48.640Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:13:48.740Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:13:48.742Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:13:48.743Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:48.757Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:13:48.758Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:49.641Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:49.641Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:49.644Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:49.645Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:13:49.744Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:13:49.746Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:13:49.746Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:49.777Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:13:49.777Z||pool-45-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:50.645Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:50.646Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:50.650Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:50.651Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:13:50.751Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:13:50.752Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:13:50.752Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:50.776Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:13:50.777Z||pool-46-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:51.656Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:51.658Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:51.661Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:51.661Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:13:51.761Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:13:51.762Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:13:51.762Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:51.785Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:13:51.785Z||pool-47-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:13:52.664Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "serviceName": "Demo_pNF_g1qd9lVbwa8lDYoGjY8b",
  "serviceVersion": "1.0",
  "serviceUUID": "01f39c70-eba2-4a57-8a6d-e1d4367c8dda",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b1c78d40-d3b7-427b-ad7c-af3c604897f3",
  "resources": [
    {
      "resourceInstanceName": "pNF 75ae85b7-1802 0",
      "resourceCustomizationUUID": "3145668c-8a45-4310-ac4a-3bda9343f8ab",
      "resourceName": "pNF 75ae85b7-1802",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "aadaa3ce-b063-4a27-a367-b4a0b29ca071",
      "resourceInvariantUUID": "d7313275-9e83-40c7-abad-41478c8411e0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
      "artifactChecksum": "NTgxMWZmYzAzNzhkZDYyM2YyNTJhM2EzM2YwNWQwZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c8f601e-8d6c-4ef0-bed2-3c620d5f7396"
    }
  ],
  "workloadContext": "Production"
}
2022-09-24T06:13:52.665Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-24T06:13:52.666Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 01f39c70-eba2-4a57-8a6d-e1d4367c8dda ASDC
2022-09-24T06:13:52.667Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3bb1d038-f7ee-43de-b298-e54f92c5fad3
ServiceName:Demo_pNF_g1qd9lVbwa8lDYoGjY8b
ServiceVersion:1.0
ServiceUUID:01f39c70-eba2-4a57-8a6d-e1d4367c8dda
ServiceInvariantUUID:b1c78d40-d3b7-427b-ad7c-af3c604897f3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
ArtifactUUID:8c8f601e-8d6c-4ef0-bed2-3c620d5f7396
ArtifactChecksum:NTgxMWZmYzAzNzhkZDYyM2YyNTJhM2EzM2YwNWQwZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 75ae85b7-1802 0
ResourceCustomizationUUID:3145668c-8a45-4310-ac4a-3bda9343f8ab
ResourceInvariantUUID:d7313275-9e83-40c7-abad-41478c8411e0
ResourceName:pNF 75ae85b7-1802
ResourceType:PNF
ResourceUUID:aadaa3ce-b063-4a27-a367-b4a0b29ca071
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-24T06:13:52.668Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01f39c70-eba2-4a57-8a6d-e1d4367c8dda ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:13:52.719Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:13:52.720Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:13:52.721Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:13:52.721Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8c8f601e-8d6c-4ef0-bed2-3c620d5f7396 from URL: /sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:52.721Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-24T06:13:52.721Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:52.916Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-24T06:13:52.920Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar 8c8f601e-8d6c-4ef0-bed2-3c620d5f7396 87733
2022-09-24T06:13:52.920Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar ASDC sendASDCNotification
2022-09-24T06:13:52.920Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:52.920Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:13:52.921Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:52.923Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:52.923Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000032920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:13:53.028Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-24T06:13:53.029Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:13:53.029Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:53.061Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:13:53.061Z||pool-48-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:53.923Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:13:53.925Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:13:53.925Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8c8f601e-8d6c-4ef0-bed2-3c620d5f7396, URL: /sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar to file: /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:53.925Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:53.926Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:53.926Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.147Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10887229991179220954/Definitions/service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml
2022-09-24T06:13:54.991Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 75ae85b7-1802 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-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-24T06:13:54.993Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:13:54.993Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:54.993Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Node template pNF 75ae85b7-1802 0 is matching search criteria
2022-09-24T06:13:54.993Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-24T06:13:54.993Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 75ae85b7-1802 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:13:54.994Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:13:54.994Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:54.994Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Node template pNF 75ae85b7-1802 0 is matching search criteria
2022-09-24T06:13:54.994Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-24T06:13:54.994Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 75ae85b7-1802 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_g1qd9lVbwa8lDYoGjY8b
Description:catalog service description
Model UUID:01f39c70-eba2-4a57-8a6d-e1d4367c8dda
Model Version:NULL
Model InvariantUuid:b1c78d40-d3b7-427b-ad7c-af3c604897f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-24T06:13:55.073Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: aadaa3ce-b063-4a27-a367-b4a0b29ca071
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:13:55.098Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||pNF 75ae85b7-1802 0
2022-09-24T06:13:55.099Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aadaa3ce-b063-4a27-a367-b4a0b29ca071
2022-09-24T06:13:55.099Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 01f39c70-eba2-4a57-8a6d-e1d4367c8dda
2022-09-24T06:13:55.099Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 01f39c70-eba2-4a57-8a6d-e1d4367c8dda
2022-09-24T06:13:55.099Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 75ae85b7-1802 0 aadaa3ce-b063-4a27-a367-b4a0b29ca071 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:13:55.136Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41cc7057, org.onap.sdc.toscaparser.api.parameters.Input@6059ddb2, org.onap.sdc.toscaparser.api.parameters.Input@67775da1, org.onap.sdc.toscaparser.api.parameters.Input@7cd19cad, org.onap.sdc.toscaparser.api.parameters.Input@5ebd15a8]
2022-09-24T06:13:55.137Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:13:55.137Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:55.138Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 01f39c70-eba2-4a57-8a6d-e1d4367c8dda: pNF 75ae85b7-1802
2022-09-24T06:13:55.138Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||Processing PNF resource: aadaa3ce-b063-4a27-a367-b4a0b29ca071
2022-09-24T06:13:55.138Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:13:55.138Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:55.139Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||Resource customization UUID: 3145668c-8a45-4310-ac4a-3bda9343f8ab is the same as notified resource customizationUUID: 3145668c-8a45-4310-ac4a-3bda9343f8ab
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-24T06:13:55.565Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 75ae85b7-1802 aadaa3ce-b063-4a27-a367-b4a0b29ca071 0 ASDC deployResourceStructure
2022-09-24T06:13:55.565Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar ASDC sendASDCNotification
2022-09-24T06:13:55.565Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:55.566Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:13:55.566Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:55.570Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:55.570Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000035565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:13:55.671Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-24T06:13:55.672Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:13:55.672Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:55.692Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:13:55.695Z||pool-49-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:56.571Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bb1d038-f7ee-43de-b298-e54f92c5fad3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:13:56.589Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bb1d038-f7ee-43de-b298-e54f92c5fad3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:13:56.592Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:13:56.592Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:13:56.592Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:14:26.592Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bb1d038-f7ee-43de-b298-e54f92c5fad3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:14:26.607Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bb1d038-f7ee-43de-b298-e54f92c5fad3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:14:26.610Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:14:26.610Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:14:26.610Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:14:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:14:43.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.
2022-09-24T06:14:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:14:44.010Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:14:44.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999963935,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999966751,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663999968706,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "aai-ml",
  "timestamp": 1663999982636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999988570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "aai-ml",
  "timestamp": 1663999982636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999988777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999988570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "aai-ml",
  "timestamp": 1663999982636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999988777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999988570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "aai-ml",
  "timestamp": 1663999982636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "cds",
  "timestamp": 1663999990651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999988777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999988570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "aai-ml",
  "timestamp": 1663999982636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "cds",
  "timestamp": 1663999990651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999988777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999988570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "aai-ml",
  "timestamp": 1663999982636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "cds",
  "timestamp": 1663999990651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999988777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999988570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "aai-ml",
  "timestamp": 1663999982636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "cds",
  "timestamp": 1663999990651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999988777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999988570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "aai-ml",
  "timestamp": 1663999982636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "cds",
  "timestamp": 1663999990651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999988777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999988570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "aai-ml",
  "timestamp": 1663999996325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "cds",
  "timestamp": 1663999990651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663999988777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "cds",
  "timestamp": 1663999990651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999997556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "cds",
  "timestamp": 1663999990651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999998926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-24T06:14:44.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "cds",
  "timestamp": 1663999999475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:14:44.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663999999938,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:14:44.081Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3bb1d038-f7ee-43de-b298-e54f92c5fad3
2022-09-24T06:14:44.081Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bb1d038-f7ee-43de-b298-e54f92c5fad3 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:14:44.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000000275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:14:44.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "cds",
  "timestamp": 1664000000481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:14:44.101Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3bb1d038-f7ee-43de-b298-e54f92c5fad3
2022-09-24T06:14:44.107Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bb1d038-f7ee-43de-b298-e54f92c5fad3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:14:44.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000003317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "aai-ml",
  "timestamp": 1664000004900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:14:44.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000005247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:14:44.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "aai-ml",
  "timestamp": 1664000005904,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:14:44.130Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3bb1d038-f7ee-43de-b298-e54f92c5fad3
2022-09-24T06:14:44.131Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bb1d038-f7ee-43de-b298-e54f92c5fad3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:14:44.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "policy-id",
  "timestamp": 1664000005664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:14:44.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "cds",
  "timestamp": 1664000005651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000006256,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:14:44.150Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3bb1d038-f7ee-43de-b298-e54f92c5fad3
2022-09-24T06:14:44.150Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bb1d038-f7ee-43de-b298-e54f92c5fad3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:14:44.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "policy-id",
  "timestamp": 1664000006670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:14:44.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "cds",
  "timestamp": 1664000005651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "policy-id",
  "timestamp": 1664000007674,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:14:44.171Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bb1d038-f7ee-43de-b298-e54f92c5fad3
2022-09-24T06:14:44.172Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bb1d038-f7ee-43de-b298-e54f92c5fad3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:14:44.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "cds",
  "timestamp": 1664000005651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000008568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "cds",
  "timestamp": 1664000005651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000008778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000008568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "cds",
  "timestamp": 1664000005651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000008778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000008568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "cds",
  "timestamp": 1664000005651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000008778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000008568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "cds",
  "timestamp": 1664000005651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000008778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000008568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "aai-ml",
  "timestamp": 1664000012636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "cds",
  "timestamp": 1664000005651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000008778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000008568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "aai-ml",
  "timestamp": 1664000012636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "cds",
  "timestamp": 1664000005651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000008778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000008568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "aai-ml",
  "timestamp": 1664000012636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "cds",
  "timestamp": 1664000015462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663999994532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000008778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000008568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "aai-ml",
  "timestamp": 1664000012636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "cds",
  "timestamp": 1664000016471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:14:44.215Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9aba51da-b6a8-486a-8865-270db7ddf1dc
2022-09-24T06:14:44.215Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba51da-b6a8-486a-8865-270db7ddf1dc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:14:44.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000016351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:14:44.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000008778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "policy-id",
  "timestamp": 1663999996805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000008568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "aai-ml",
  "timestamp": 1664000012636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000008778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "policy-id",
  "timestamp": 1664000017965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "aai-ml",
  "timestamp": 1664000012636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000018635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000018691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "policy-id",
  "timestamp": 1664000018985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:14:44.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "aai-ml",
  "timestamp": 1664000012636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000019639,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:14:44.238Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9aba51da-b6a8-486a-8865-270db7ddf1dc
2022-09-24T06:14:44.238Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba51da-b6a8-486a-8865-270db7ddf1dc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:14:44.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000019769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:14:44.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "policy-id",
  "timestamp": 1664000019990,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:14:44.260Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9aba51da-b6a8-486a-8865-270db7ddf1dc
2022-09-24T06:14:44.260Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba51da-b6a8-486a-8865-270db7ddf1dc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:14:44.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "aai-ml",
  "timestamp": 1664000012636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:14:44.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000020845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:14:44.284Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "aai-ml",
  "timestamp": 1664000012636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:14:44.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:14:44.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000021901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:14:44.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "aai-ml",
  "timestamp": 1664000022430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:14:44.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:14:44.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:14:44.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000022963,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:14:44.293Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9aba51da-b6a8-486a-8865-270db7ddf1dc
2022-09-24T06:14:44.294Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba51da-b6a8-486a-8865-270db7ddf1dc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-24T06:14:56.611Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bb1d038-f7ee-43de-b298-e54f92c5fad3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:14:56.627Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bb1d038-f7ee-43de-b298-e54f92c5fad3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:14:56.631Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:14:56.631Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-24T06:14:56.631Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-24T06:14:56.631Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-24T06:14:56.631Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:14:56.631Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:14:56.632Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:14:56.632Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:14:56.632Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:14:56.632Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:14:56.632Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:14:56.639Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-24T06:15:26.640Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3bb1d038-f7ee-43de-b298-e54f92c5fad3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-24T06:15:26.648Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3bb1d038-f7ee-43de-b298-e54f92c5fad3 and serviceModelVersionId: 01f39c70-eba2-4a57-8a6d-e1d4367c8dda
2022-09-24T06:15:26.648Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1c78d40-d3b7-427b-ad7c-af3c604897f3
2022-09-24T06:15:26.650Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1c78d40-d3b7-427b-ad7c-af3c604897f3/model-vers/model-ver/01f39c70-eba2-4a57-8a6d-e1d4367c8dda?depth=0
2022-09-24T06:15:26.656Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-09-24T06:15:26.696Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1c78d40-d3b7-427b-ad7c-af3c604897f3/model-vers/model-ver/01f39c70-eba2-4a57-8a6d-e1d4367c8dda?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-24T06:15:26.698Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1c78d40-d3b7-427b-ad7c-af3c604897f3/model-vers/model-ver/01f39c70-eba2-4a57-8a6d-e1d4367c8dda?depth=0|INFO|500||Invoke
2022-09-24T06:15:26.718Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1c78d40-d3b7-427b-ad7c-af3c604897f3/model-vers/model-ver/01f39c70-eba2-4a57-8a6d-e1d4367c8dda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-24T06:15:26.869Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1c78d40-d3b7-427b-ad7c-af3c604897f3/model-vers/model-ver/01f39c70-eba2-4a57-8a6d-e1d4367c8dda?depth=0|INFO|500||InvokeReturn
2022-09-24T06:15:26.870Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1c78d40-d3b7-427b-ad7c-af3c604897f3/model-vers/model-ver/01f39c70-eba2-4a57-8a6d-e1d4367c8dda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220924-06:15:26:611-94554], vertex-id=[192680], Content-Length=[0], Date=[Sat, 24 Sep 2022 06:15:26 GMT], Content-Type=[application/json]}
2022-09-24T06:15:26.871Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-09-24T06:15:26.871Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-24T06:15:26.871Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:15:26.879Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-24T06:15:26.879Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3bb1d038-f7ee-43de-b298-e54f92c5fad3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-24T06:15:26.880Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-24T06:15:26.880Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:26.886Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:26.886Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000126879,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:15:26.983Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-24T06:15:26.984Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:26.984Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:26.999Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:26.999Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:15:27.906Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-24T06:15:27.907Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9aba51da-b6a8-486a-8865-270db7ddf1dc","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7d713544-15e6-42a0-bc56-b22e7349ff97","serviceDescription":"service","serviceInvariantUUID":"0e7eb389-ee0d-4083-a136-d90dae040ad3","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b05abb52-17b7-4170-b180-bc63358d99cf","resourceInvariantUUID":"bd0fa8e6-6be9-4bf6-9f5c-afc5fbbf74e1","resourceCustomizationUUID":"eaeb4fa8-f4fb-410c-83a4-a9499b14dd12","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":"NjI4NDIxMTliZWY0NzU4NTdlM2I5YmY1NWE2NzZkZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"657ccc8d-3819-4d60-9ece-26ac112a7a18","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":"d1ea24f8-2ab9-4712-8575-aa3dc1e75226","artifactVersion":"2","generatedFromUUID":"5fc95e54-bc3b-47e0-88ff-8ec4aa85e940"},{"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":"5fc95e54-bc3b-47e0-88ff-8ec4aa85e940","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":"ZDcwYjhmYmI4MWI0ZTVlM2ZjMDUwZjRiNjA1MzMyZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb095abf-5f1b-490a-9583-ac14fbb1a4ef","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":"6f9bd858-f41f-4706-b989-11f41ab6f06a","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":"319bf161-31fe-40d1-9cfa-470d38b0fd72","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":"a28bf69a-686f-43d8-8ce4-f10eeb8a4d36","artifactVersion":"2","generatedFromUUID":"6f9bd858-f41f-4706-b989-11f41ab6f06a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODE3ZGZmYWZmYmU3MDFiNDA3NjA4ZDQxMGZmNmE1MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6b36603-c6d2-45e2-ba0f-fe92c1571afd","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjQyMDMxNTVlYzcyNTYzNDY5MzVlOWRlOTQyNmZjMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8f265d13-921b-4fe4-995d-9c87c69fa605","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-24T06:15:27.908Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:15:27.908Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:27.911Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:27.911Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:15:28.011Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:28.013Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:28.013Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:28.042Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:28.043Z||pool-51-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:28.912Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:15:28.913Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:28.916Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:28.918Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-24T06:15:29.016Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-24T06:15:29.018Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:29.018Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:29.042Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:29.043Z||pool-52-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:29.920Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:15:29.921Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:29.924Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:29.924Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-24T06:15:30.025Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:30.026Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:30.027Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:30.053Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:30.054Z||pool-53-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:30.926Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:15:30.926Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:30.930Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:30.930Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:15:31.030Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:31.034Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:31.034Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:31.054Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:31.055Z||pool-54-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:31.935Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:15:31.940Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:31.942Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:31.943Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:15:32.042Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:15:32.044Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:32.044Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:32.072Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:32.074Z||pool-55-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:15:32.943Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:15:32.945Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:32.947Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:32.947Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:15:33.050Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-24T06:15:33.051Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:33.051Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:33.088Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:33.088Z||pool-56-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:33.955Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:15:33.960Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:33.965Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:33.966Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-24T06:15:34.065Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:15:34.067Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:34.067Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:34.087Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:34.088Z||pool-57-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:34.967Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:15:34.969Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:34.972Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:34.972Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:15:35.072Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:35.073Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:35.073Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:35.096Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:35.097Z||pool-58-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:35.972Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:15:35.973Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:35.975Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:35.975Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:15:36.075Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:36.076Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:36.077Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:36.095Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:36.096Z||pool-59-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:15:36.976Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "7d713544-15e6-42a0-bc56-b22e7349ff97",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0e7eb389-ee0d-4083-a136-d90dae040ad3",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "eaeb4fa8-f4fb-410c-83a4-a9499b14dd12",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b05abb52-17b7-4170-b180-bc63358d99cf",
      "resourceInvariantUUID": "bd0fa8e6-6be9-4bf6-9f5c-afc5fbbf74e1",
      "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": "d1ea24f8-2ab9-4712-8575-aa3dc1e75226",
          "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": "5fc95e54-bc3b-47e0-88ff-8ec4aa85e940",
          "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": "ZDcwYjhmYmI4MWI0ZTVlM2ZjMDUwZjRiNjA1MzMyZjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bb095abf-5f1b-490a-9583-ac14fbb1a4ef",
          "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": "6f9bd858-f41f-4706-b989-11f41ab6f06a",
          "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": "a28bf69a-686f-43d8-8ce4-f10eeb8a4d36",
            "generatedFromUUID": "6f9bd858-f41f-4706-b989-11f41ab6f06a"
          },
          "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": "a28bf69a-686f-43d8-8ce4-f10eeb8a4d36",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjQyMDMxNTVlYzcyNTYzNDY5MzVlOWRlOTQyNmZjMTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8f265d13-921b-4fe4-995d-9c87c69fa605"
    }
  ],
  "workloadContext": "Production"
}
2022-09-24T06:15:36.977Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-24T06:15:36.977Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7d713544-15e6-42a0-bc56-b22e7349ff97 ASDC
2022-09-24T06:15:36.978Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9aba51da-b6a8-486a-8865-270db7ddf1dc
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:7d713544-15e6-42a0-bc56-b22e7349ff97
ServiceInvariantUUID:0e7eb389-ee0d-4083-a136-d90dae040ad3
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:8f265d13-921b-4fe4-995d-9c87c69fa605
ArtifactChecksum:ZjQyMDMxNTVlYzcyNTYzNDY5MzVlOWRlOTQyNmZjMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:eaeb4fa8-f4fb-410c-83a4-a9499b14dd12
ResourceInvariantUUID:bd0fa8e6-6be9-4bf6-9f5c-afc5fbbf74e1
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:b05abb52-17b7-4170-b180-bc63358d99cf
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:d1ea24f8-2ab9-4712-8575-aa3dc1e75226
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:5fc95e54-bc3b-47e0-88ff-8ec4aa85e940
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:bb095abf-5f1b-490a-9583-ac14fbb1a4ef
ArtifactChecksum:ZDcwYjhmYmI4MWI0ZTVlM2ZjMDUwZjRiNjA1MzMyZjg=
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:6f9bd858-f41f-4706-b989-11f41ab6f06a
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:a28bf69a-686f-43d8-8ce4-f10eeb8a4d36
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:a28bf69a-686f-43d8-8ce4-f10eeb8a4d36
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-24T06:15:36.978Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d713544-15e6-42a0-bc56-b22e7349ff97 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:15:37.013Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:15:37.014Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:15:37.014Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:15:37.014Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8f265d13-921b-4fe4-995d-9c87c69fa605 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-24T06:15:37.014Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-24T06:15:37.014Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-24T06:15:37.128Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-24T06:15:37.131Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8f265d13-921b-4fe4-995d-9c87c69fa605 73635
2022-09-24T06:15:37.132Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-24T06:15:37.132Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-24T06:15:37.132Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:15:37.132Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:37.134Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:37.134Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000137132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:15:37.235Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:37.236Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:37.237Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:37.249Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:37.250Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:38.137Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:15:38.139Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:15:38.139Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8f265d13-921b-4fe4-995d-9c87c69fa605, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-24T06:15:38.139Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-24T06:15:38.140Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-24T06:15:38.140Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-24T06:15:38.288Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15640247681080510733/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
2022-09-24T06:15:39.245Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-24T06:15:39.246Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-24T06:15:39.246Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-24T06:15:39.246Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-24T06:15:39.246Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-24T06:15:39.246Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||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
2022-09-24T06:15:39.246Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-24T06:15:39.246Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-24T06:15:39.246Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-24T06:15:39.247Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:39.247Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:39.247Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-24T06:15:39.247Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-24T06:15:39.247Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:15:39.247Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:39.247Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:39.248Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-24T06:15:39.248Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-24T06:15:39.248Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:15:39.248Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:39.248Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:39.248Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:39.248Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-24T06:15:39.248Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-24T06:15:39.249Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-09-24T06:15:39.249Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-24T06:15:39.249Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:39.249Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T06:15:39.249Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:39.249Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-24T06:15:39.249Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:15:39.249Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:39.249Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-24T06:15:39.250Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:15:39.250Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:39.250Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-24T06:15:39.250Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:15:39.250Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:39.250Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-24T06:15:39.250Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-24T06:15:39.250Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6bbb1b84-c154-4e26-a94a-84400da7c540
2022-09-24T06:15:39.250Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:39.250Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:39.250Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:39.250Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:39.250Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:39.251Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:39.251Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:39.251Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:39.251Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:7d713544-15e6-42a0-bc56-b22e7349ff97
Model Version:NULL
Model InvariantUuid:0e7eb389-ee0d-4083-a136-d90dae040ad3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a478d646-0d6a-4477-8d7e-8bda4bf1dc80
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bd0fa8e6-6be9-4bf6-9f5c-afc5fbbf74e1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eaeb4fa8-f4fb-410c-83a4-a9499b14dd12
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7ce15e7f-edb4-4228-a506-6df440a57ccf
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d734e380-0065-476e-ac1b-5142086c15d8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6bbb1b84-c154-4e26-a94a-84400da7c540
ModelInvariantUuid:6293a6a0-b044-48ee-9de6-6616665ca6fd
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:13d17b5f-245c-4b32-992c-f147f6613579
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:07ff726d-bf80-4708-b0c7-ac19a4432226
ModelInvariantUuid:44b2c7df-e046-49d9-a3a6-5b4e08032b3f
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:da49aff6-b7e1-4651-afd3-c7f7bcbb577b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-24T06:15:39.260Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b05abb52-17b7-4170-b180-bc63358d99cf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:15:39.264Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-09-24T06:15:39.265Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b05abb52-17b7-4170-b180-bc63358d99cf
2022-09-24T06:15:39.265Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d1ea24f8-2ab9-4712-8575-aa3dc1e75226 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-24T06:15:39.265Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-24T06:15:39.265Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-24T06:15:39.321Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-24T06:15:39.322Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d1ea24f8-2ab9-4712-8575-aa3dc1e75226 12
2022-09-24T06:15:39.322Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-24T06:15:39.323Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-24T06:15:39.323Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:15:39.323Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:39.326Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:39.326Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000139322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:15:39.426Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:39.427Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:39.428Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:39.442Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:39.442Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:15:40.327Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5fc95e54-bc3b-47e0-88ff-8ec4aa85e940 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-24T06:15:40.328Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-24T06:15:40.328Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-24T06:15:40.382Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-24T06:15:40.383Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5fc95e54-bc3b-47e0-88ff-8ec4aa85e940 2688
2022-09-24T06:15:40.383Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-24T06:15:40.383Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-24T06:15:40.383Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:15:40.384Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:40.386Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:40.386Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000140383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:15:40.487Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:40.489Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:40.489Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:40.500Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:40.501Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:15:41.387Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bb095abf-5f1b-490a-9583-ac14fbb1a4ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-24T06:15:41.388Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-24T06:15:41.388Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-24T06:15:41.435Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-24T06:15:41.435Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json bb095abf-5f1b-490a-9583-ac14fbb1a4ef 828
2022-09-24T06:15:41.435Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-24T06:15:41.435Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-24T06:15:41.435Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:15:41.436Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:41.438Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:41.438Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000141435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:15:41.538Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:41.540Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:41.540Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:41.552Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:41.553Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:42.438Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7ce15e7f-edb4-4228-a506-6df440a57ccf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d734e380-0065-476e-ac1b-5142086c15d8",
    "vfModuleModelCustomizationUUID": "696b9263-6a41-42b9-b2bb-683ac26930f0",
    "isBase": true,
    "artifacts": [
      "5fc95e54-bc3b-47e0-88ff-8ec4aa85e940",
      "6f9bd858-f41f-4706-b989-11f41ab6f06a",
      "a28bf69a-686f-43d8-8ce4-f10eeb8a4d36"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-24T06:15:42.443Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d734e380-0065-476e-ac1b-5142086c15d8
VfModuleModelInvariantUUID:7ce15e7f-edb4-4228-a506-6df440a57ccf
VfModuleModelDescription:NULL
Artifacts UUID List:{
5fc95e54-bc3b-47e0-88ff-8ec4aa85e940
,
6f9bd858-f41f-4706-b989-11f41ab6f06a
,
a28bf69a-686f-43d8-8ce4-f10eeb8a4d36

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-09-24T06:15:42.445Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7ce15e7f-edb4-4228-a506-6df440a57ccf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d734e380-0065-476e-ac1b-5142086c15d8",
    "vfModuleModelCustomizationUUID": "696b9263-6a41-42b9-b2bb-683ac26930f0",
    "isBase": true,
    "artifacts": [
      "5fc95e54-bc3b-47e0-88ff-8ec4aa85e940",
      "6f9bd858-f41f-4706-b989-11f41ab6f06a",
      "a28bf69a-686f-43d8-8ce4-f10eeb8a4d36"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-24T06:15:42.445Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d734e380-0065-476e-ac1b-5142086c15d8
VfModuleModelInvariantUUID:7ce15e7f-edb4-4228-a506-6df440a57ccf
VfModuleModelDescription:NULL
Artifacts UUID List:{
5fc95e54-bc3b-47e0-88ff-8ec4aa85e940
,
6f9bd858-f41f-4706-b989-11f41ab6f06a
,
a28bf69a-686f-43d8-8ce4-f10eeb8a4d36

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-09-24T06:15:42.445Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6f9bd858-f41f-4706-b989-11f41ab6f06a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-24T06:15:42.445Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-24T06:15:42.445Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-24T06:15:42.492Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-24T06:15:42.492Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6f9bd858-f41f-4706-b989-11f41ab6f06a 1164
2022-09-24T06:15:42.493Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-24T06:15:42.493Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-24T06:15:42.493Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:15:42.493Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:42.495Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:42.495Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000142493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:15:42.596Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:42.597Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:42.599Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:42.611Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:42.612Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:15:43.496Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a28bf69a-686f-43d8-8ce4-f10eeb8a4d36 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-24T06:15:43.497Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-24T06:15:43.497Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-24T06:15:43.631Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-24T06:15:43.631Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a28bf69a-686f-43d8-8ce4-f10eeb8a4d36 200
2022-09-24T06:15:43.631Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-24T06:15:43.631Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-24T06:15:43.631Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:15:43.632Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:43.634Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:43.634Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000143631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:15:43.734Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:43.735Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:43.735Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:43.748Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:43.748Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:43.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:15:43.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.
2022-09-24T06:15:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:43.970Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:43.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:15:43.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "clamp",
  "timestamp": 1664000024878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:15:43.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:15:44.635Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7d713544-15e6-42a0-bc56-b22e7349ff97
2022-09-24T06:15:44.636Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b05abb52-17b7-4170-b180-bc63358d99cf 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=?
2022-09-24T06:15:44.655Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:15:44.667Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@379c7183, org.onap.sdc.toscaparser.api.parameters.Input@5c894c10, org.onap.sdc.toscaparser.api.parameters.Input@64193e16, org.onap.sdc.toscaparser.api.parameters.Input@77543959, org.onap.sdc.toscaparser.api.parameters.Input@23904e59]
2022-09-24T06:15:44.670Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:44.670Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:44.671Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-09-24T06:15:44.671Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= eaeb4fa8-f4fb-410c-83a4-a9499b14dd12
2022-09-24T06:15:44.671Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eaeb4fa8-f4fb-410c-83a4-a9499b14dd12 matches Tosca VF Customization UUID: eaeb4fa8-f4fb-410c-83a4-a9499b14dd12
2022-09-24T06:15:44.671Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: eaeb4fa8-f4fb-410c-83a4-a9499b14dd12  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-24T06:15:44.675Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:44.675Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:44.676Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id eaeb4fa8-f4fb-410c-83a4-a9499b14dd12: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-24T06:15:44.676Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ee3626f
2022-09-24T06:15:44.677Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:44.677Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T06:15:44.678Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 696b9263-6a41-42b9-b2bb-683ac26930f0
2022-09-24T06:15:44.678Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 696b9263-6a41-42b9-b2bb-683ac26930f0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-24T06:15:44.683Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:44.684Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-24T06:15:44.684Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:15:44.684Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:44.684Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-24T06:15:44.684Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:15:44.685Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:44.685Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-24T06:15:44.685Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-24T06:15:44.685Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6bbb1b84-c154-4e26-a94a-84400da7c540
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-24T06:15:44.689Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:44.690Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-24T06:15:44.690Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:15:44.690Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:44.690Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-24T06:15:44.690Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=eaeb4fa8-f4fb-410c-83a4-a9499b14dd12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:15:44.693Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:44.694Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:44.694Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7d713544-15e6-42a0-bc56-b22e7349ff97: basic_cnf
2022-09-24T06:15:44.694Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:44.694Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:44.695Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:44.695Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:44.695Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:44.695Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:44.695Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:44.695Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:44.695Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:15:44.695Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:15:44.695Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:15:44.827Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b05abb52-17b7-4170-b180-bc63358d99cf 1 ASDC deployResourceStructure
2022-09-24T06:15:44.828Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-24T06:15:44.828Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-09-24T06:15:44.829Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-24T06:15:44.829Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:44.831Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:44.831Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000144828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-24T06:15:44.931Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:44.932Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:44.932Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:44.944Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:44.945Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:45.833Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-24T06:15:45.833Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-09-24T06:15:45.833Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-24T06:15:45.834Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:45.836Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:45.836Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000145832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-24T06:15:45.936Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:45.938Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:45.938Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:45.947Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:45.948Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:46.838Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-24T06:15:46.838Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-24T06:15:46.839Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:15:46.839Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:46.842Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:46.842Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000146838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:15:46.942Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:46.943Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:46.943Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:46.954Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:46.955Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:47.843Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-24T06:15:47.844Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-24T06:15:47.844Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:15:47.845Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:47.847Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:47.847Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000147843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-24T06:15:47.950Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-24T06:15:47.951Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:47.951Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:47.966Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:47.967Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:48.848Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-24T06:15:48.849Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-24T06:15:48.849Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:15:48.850Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:48.852Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:48.852Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000148848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-24T06:15:48.952Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:48.953Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:48.953Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:48.964Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:48.965Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:15:49.854Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-24T06:15:49.855Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-24T06:15:49.856Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:15:49.856Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:15:49.858Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:15:49.858Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000149854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:15:49.958Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:15:49.959Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:15:49.959Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:15:49.975Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:15:49.975Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:15:50.859Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aba51da-b6a8-486a-8865-270db7ddf1dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:15:50.871Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aba51da-b6a8-486a-8865-270db7ddf1dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:15:50.874Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:15:50.874Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:15:50.874Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:16:20.875Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aba51da-b6a8-486a-8865-270db7ddf1dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:16:20.888Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aba51da-b6a8-486a-8865-270db7ddf1dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:16:20.891Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:16:20.891Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:16:20.891Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:16:43.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:16:43.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.
2022-09-24T06:16:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:16:43.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:16:43.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:43.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000023968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:16:43.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:16:43.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:43.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:16:43.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:43.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:43.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:16:43.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:43.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:43.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:16:43.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:43.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:43.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "clamp",
  "timestamp": 1664000027880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:16:43.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:16:43.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:43.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:16:43.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:43.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:43.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "clamp",
  "timestamp": 1664000028884,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:16:43.995Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3bb1d038-f7ee-43de-b298-e54f92c5fad3
2022-09-24T06:16:43.996Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bb1d038-f7ee-43de-b298-e54f92c5fad3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:16:44.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:16:44.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:44.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:16:44.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:44.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:16:44.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:44.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:16:44.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:44.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:16:44.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:44.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000032920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:16:44.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000035565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "aai-ml",
  "timestamp": 1664000036621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "clamp",
  "timestamp": 1664000008574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "aai-ml",
  "timestamp": 1664000037625,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:16:44.021Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9aba51da-b6a8-486a-8865-270db7ddf1dc
2022-09-24T06:16:44.021Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba51da-b6a8-486a-8865-270db7ddf1dc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:16:44.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "clamp",
  "timestamp": 1664000050882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:16:44.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:16:44.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "clamp",
  "timestamp": 1664000053887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:16:44.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:16:44.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:16:44.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "clamp",
  "timestamp": 1664000054914,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:16:44.037Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9aba51da-b6a8-486a-8865-270db7ddf1dc
2022-09-24T06:16:44.038Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba51da-b6a8-486a-8865-270db7ddf1dc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:16:50.892Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aba51da-b6a8-486a-8865-270db7ddf1dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:16:50.907Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aba51da-b6a8-486a-8865-270db7ddf1dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:16:50.913Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:16:50.913Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-24T06:16:50.913Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-24T06:16:50.914Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-24T06:16:50.914Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:16:50.914Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:16:50.914Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:16:50.914Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:16:50.914Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:16:50.914Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:16:50.914Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:16:50.921Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-24T06:17:20.922Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9aba51da-b6a8-486a-8865-270db7ddf1dc and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-24T06:17:20.937Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9aba51da-b6a8-486a-8865-270db7ddf1dc and serviceModelVersionId: 7d713544-15e6-42a0-bc56-b22e7349ff97
2022-09-24T06:17:20.937Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0e7eb389-ee0d-4083-a136-d90dae040ad3
2022-09-24T06:17:20.938Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0e7eb389-ee0d-4083-a136-d90dae040ad3/model-vers/model-ver/7d713544-15e6-42a0-bc56-b22e7349ff97?depth=0
2022-09-24T06:17:20.946Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-09-24T06:17:20.988Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e7eb389-ee0d-4083-a136-d90dae040ad3/model-vers/model-ver/7d713544-15e6-42a0-bc56-b22e7349ff97?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-24T06:17:20.989Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e7eb389-ee0d-4083-a136-d90dae040ad3/model-vers/model-ver/7d713544-15e6-42a0-bc56-b22e7349ff97?depth=0|INFO|500||Invoke
2022-09-24T06:17:21.011Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e7eb389-ee0d-4083-a136-d90dae040ad3/model-vers/model-ver/7d713544-15e6-42a0-bc56-b22e7349ff97?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-24T06:17:21.227Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e7eb389-ee0d-4083-a136-d90dae040ad3/model-vers/model-ver/7d713544-15e6-42a0-bc56-b22e7349ff97?depth=0|INFO|500||InvokeReturn
2022-09-24T06:17:21.228Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e7eb389-ee0d-4083-a136-d90dae040ad3/model-vers/model-ver/7d713544-15e6-42a0-bc56-b22e7349ff97?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220924-06:17:20:903-86413], vertex-id=[463000], Content-Length=[0], Date=[Sat, 24 Sep 2022 06:17:20 GMT], Content-Type=[application/json]}
2022-09-24T06:17:21.229Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-09-24T06:17:21.229Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-24T06:17:21.229Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:17:21.237Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-24T06:17:21.237Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9aba51da-b6a8-486a-8865-270db7ddf1dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-24T06:17:21.238Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-24T06:17:21.238Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:21.240Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:21.240Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000241237,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:17:21.341Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-24T06:17:21.342Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:21.342Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:21.366Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:21.366Z||pool-72-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:17:22.253Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:17:22.254Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:17:22.254Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:26.718Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:26.719Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-24T06:17:26.720Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea65f14d-71d4-467b-b39e-82e0e92a2abf","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dfb81d36-1592-4636-9378-d02103045131","serviceDescription":"service","serviceInvariantUUID":"5227ecf5-adca-410c-8e72-1f42c8ebb3a8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f3595bc-df3f-4aa0-b195-e66a627b1382","resourceInvariantUUID":"95864aba-d6f5-43f1-8ac5-bfdda2146d47","resourceCustomizationUUID":"83b107b5-6041-498e-8f3c-ed76dcf64fae","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":"ZmJmOGM0YWJmYzkwNWQ0NTQ5MzFlNWYyOGFhMmFhZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b03b0fe1-85f5-4f1a-b6e4-794407400891","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":"OTkyYzBhMmVmNjMzNTljZjBmNGY2ZDY5ZjQ3NWQ3NTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4da1f567-deb2-488b-bf05-f6cec51085d8","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":"29654322-b929-4da0-a9ab-48568ebfb656","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":"edc8ae9b-8d05-41f2-afaa-88e0b0fb2cbc","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":"3466ca2f-474e-4a0e-8e31-e1b324c07956","artifactVersion":"2","generatedFromUUID":"29654322-b929-4da0-a9ab-48568ebfb656"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDFlMGU0OWFmNzk1NjRmOWM3NDUxZDlkNTQ5M2UxOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b02fded-a5be-4255-980d-4f46747ab745","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGE4NmE4MzUxZmYyMmM3YTAyZmVjMWE1Y2ExMTJlZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83837d77-8187-4aac-bfb1-a22eb5e5789e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-24T06:17:26.722Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:17:26.722Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:26.724Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:26.725Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000242253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:26.825Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:17:26.826Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:26.826Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:26.841Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:26.842Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:17:27.725Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:17:27.726Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:27.729Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:27.730Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000242253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:17:27.829Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:17:27.831Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:27.831Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:27.842Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:27.843Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:17:28.730Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:17:28.731Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:28.734Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:28.734Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000242253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:17:28.834Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:17:28.835Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:28.836Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:28.846Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:28.847Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:17:29.734Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:17:29.735Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:29.737Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:29.738Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000242253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:29.838Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:17:29.839Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:29.839Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:29.853Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:29.854Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:17:30.738Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:17:30.739Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:30.741Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:30.741Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000242253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-24T06:17:30.841Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:17:30.843Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:30.843Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:30.853Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:30.854Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:17:31.747Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:17:31.748Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:31.751Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:31.751Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000242253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:31.855Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-24T06:17:31.856Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:31.856Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:31.888Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:31.889Z||pool-78-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:17:32.752Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:17:32.753Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:32.757Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:32.757Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000242253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:17:32.858Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:17:32.859Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:32.860Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:32.905Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:32.905Z||pool-79-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:17:33.758Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "dfb81d36-1592-4636-9378-d02103045131",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5227ecf5-adca-410c-8e72-1f42c8ebb3a8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "83b107b5-6041-498e-8f3c-ed76dcf64fae",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f3595bc-df3f-4aa0-b195-e66a627b1382",
      "resourceInvariantUUID": "95864aba-d6f5-43f1-8ac5-bfdda2146d47",
      "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": "OTkyYzBhMmVmNjMzNTljZjBmNGY2ZDY5ZjQ3NWQ3NTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4da1f567-deb2-488b-bf05-f6cec51085d8",
          "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": "29654322-b929-4da0-a9ab-48568ebfb656",
          "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": "3466ca2f-474e-4a0e-8e31-e1b324c07956",
            "generatedFromUUID": "29654322-b929-4da0-a9ab-48568ebfb656"
          },
          "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": "3466ca2f-474e-4a0e-8e31-e1b324c07956",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MGE4NmE4MzUxZmYyMmM3YTAyZmVjMWE1Y2ExMTJlZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83837d77-8187-4aac-bfb1-a22eb5e5789e"
    }
  ],
  "workloadContext": "Production"
}
2022-09-24T06:17:33.760Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-24T06:17:33.760Z|9aba51da-b6a8-486a-8865-270db7ddf1dc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dfb81d36-1592-4636-9378-d02103045131 ASDC
2022-09-24T06:17:33.760Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ea65f14d-71d4-467b-b39e-82e0e92a2abf
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:dfb81d36-1592-4636-9378-d02103045131
ServiceInvariantUUID:5227ecf5-adca-410c-8e72-1f42c8ebb3a8
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:83837d77-8187-4aac-bfb1-a22eb5e5789e
ArtifactChecksum:MGE4NmE4MzUxZmYyMmM3YTAyZmVjMWE1Y2ExMTJlZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:83b107b5-6041-498e-8f3c-ed76dcf64fae
ResourceInvariantUUID:95864aba-d6f5-43f1-8ac5-bfdda2146d47
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f3595bc-df3f-4aa0-b195-e66a627b1382
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:4da1f567-deb2-488b-bf05-f6cec51085d8
ArtifactChecksum:OTkyYzBhMmVmNjMzNTljZjBmNGY2ZDY5ZjQ3NWQ3NTg=
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:29654322-b929-4da0-a9ab-48568ebfb656
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:3466ca2f-474e-4a0e-8e31-e1b324c07956
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:3466ca2f-474e-4a0e-8e31-e1b324c07956
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-24T06:17:33.761Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dfb81d36-1592-4636-9378-d02103045131 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:17:33.824Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:17:33.825Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:17:33.825Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:17:33.825Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 83837d77-8187-4aac-bfb1-a22eb5e5789e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-24T06:17:33.825Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-24T06:17:33.826Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-24T06:17:33.902Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-24T06:17:33.906Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 83837d77-8187-4aac-bfb1-a22eb5e5789e 74767
2022-09-24T06:17:33.906Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-24T06:17:33.906Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-24T06:17:33.906Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:17:33.906Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:33.909Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:33.909Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000253906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:34.009Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:17:34.010Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:34.010Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:34.021Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:34.022Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:17:34.910Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:17:34.911Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:17:34.912Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 83837d77-8187-4aac-bfb1-a22eb5e5789e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-24T06:17:34.912Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-24T06:17:34.912Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-24T06:17:34.912Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-24T06:17:35.091Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8097378680801338847/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
2022-09-24T06:17:36.143Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-24T06:17:36.144Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-24T06:17:36.144Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-24T06:17:36.144Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-24T06:17:36.144Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-24T06:17:36.144Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-24T06:17:36.144Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||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
2022-09-24T06:17:36.144Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||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
2022-09-24T06:17:36.144Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-24T06:17:36.144Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-24T06:17:36.144Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-24T06:17:36.144Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-24T06:17:36.144Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:36.144Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:36.145Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-24T06:17:36.145Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-24T06:17:36.145Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:17:36.145Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:36.145Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:36.145Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-24T06:17:36.145Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-24T06:17:36.145Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:17:36.145Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:36.145Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:36.146Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:36.146Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-24T06:17:36.146Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-24T06:17:36.146Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-24T06:17:36.146Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-24T06:17:36.146Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-24T06:17:36.146Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-24T06:17:36.146Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:36.146Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T06:17:36.146Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:36.146Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-24T06:17:36.146Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:17:36.146Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=101099b6-6b9c-480d-9e36-5d5e87a74c67
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:36.147Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:36.148Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:36.148Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:36.148Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:36.148Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:dfb81d36-1592-4636-9378-d02103045131
Model Version:NULL
Model InvariantUuid:5227ecf5-adca-410c-8e72-1f42c8ebb3a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:94b743a1-eafd-4b85-89f7-cc98df4d347e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:95864aba-d6f5-43f1-8ac5-bfdda2146d47
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:83b107b5-6041-498e-8f3c-ed76dcf64fae
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:30edb928-001f-4439-9228-adad16edd9de
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:b7beb816-e4f3-4f76-99c2-7017b7e53645
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:101099b6-6b9c-480d-9e36-5d5e87a74c67
ModelInvariantUuid:ee2633d0-77cd-41d5-bf26-c64b714139fa
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:1455f0b0-d9b7-4940-891d-683f8fbd0478
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:35e452b1-0623-4e47-a23b-176eb7649255
ModelInvariantUuid:c92d825f-7429-4164-8c46-e8f7440ede32
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:5e4a2c31-af2f-489a-8308-e5e4db7d5443
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-24T06:17:36.159Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 7f3595bc-df3f-4aa0-b195-e66a627b1382
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:17:36.164Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-09-24T06:17:36.164Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7f3595bc-df3f-4aa0-b195-e66a627b1382
2022-09-24T06:17:36.164Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4da1f567-deb2-488b-bf05-f6cec51085d8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-24T06:17:36.164Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-24T06:17:36.164Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-24T06:17:36.216Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-24T06:17:36.216Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4da1f567-deb2-488b-bf05-f6cec51085d8 787
2022-09-24T06:17:36.217Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-24T06:17:36.217Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-24T06:17:36.217Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:17:36.217Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:36.219Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:36.219Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000256217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:36.319Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:17:36.321Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:36.321Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:36.333Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:36.334Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:17:37.220Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "30edb928-001f-4439-9228-adad16edd9de",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b7beb816-e4f3-4f76-99c2-7017b7e53645",
    "vfModuleModelCustomizationUUID": "25b9c85d-2b7c-4dc7-aac0-9b55b13fd692",
    "isBase": true,
    "artifacts": [
      "29654322-b929-4da0-a9ab-48568ebfb656",
      "3466ca2f-474e-4a0e-8e31-e1b324c07956"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-24T06:17:37.225Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b7beb816-e4f3-4f76-99c2-7017b7e53645
VfModuleModelInvariantUUID:30edb928-001f-4439-9228-adad16edd9de
VfModuleModelDescription:NULL
Artifacts UUID List:{
29654322-b929-4da0-a9ab-48568ebfb656
,
3466ca2f-474e-4a0e-8e31-e1b324c07956

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-09-24T06:17:37.228Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "30edb928-001f-4439-9228-adad16edd9de",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b7beb816-e4f3-4f76-99c2-7017b7e53645",
    "vfModuleModelCustomizationUUID": "25b9c85d-2b7c-4dc7-aac0-9b55b13fd692",
    "isBase": true,
    "artifacts": [
      "29654322-b929-4da0-a9ab-48568ebfb656",
      "3466ca2f-474e-4a0e-8e31-e1b324c07956"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-24T06:17:37.228Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b7beb816-e4f3-4f76-99c2-7017b7e53645
VfModuleModelInvariantUUID:30edb928-001f-4439-9228-adad16edd9de
VfModuleModelDescription:NULL
Artifacts UUID List:{
29654322-b929-4da0-a9ab-48568ebfb656
,
3466ca2f-474e-4a0e-8e31-e1b324c07956

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-09-24T06:17:37.228Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 29654322-b929-4da0-a9ab-48568ebfb656 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-24T06:17:37.228Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-24T06:17:37.229Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-24T06:17:37.313Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-24T06:17:37.313Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 29654322-b929-4da0-a9ab-48568ebfb656 5033
2022-09-24T06:17:37.314Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-24T06:17:37.314Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-24T06:17:37.314Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:17:37.314Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:37.344Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:37.345Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000257314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:37.417Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms
2022-09-24T06:17:37.418Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:37.418Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:37.436Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:37.437Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:17:38.345Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3466ca2f-474e-4a0e-8e31-e1b324c07956 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-24T06:17:38.346Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-24T06:17:38.346Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-24T06:17:38.396Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-24T06:17:38.397Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3466ca2f-474e-4a0e-8e31-e1b324c07956 903
2022-09-24T06:17:38.397Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-24T06:17:38.397Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-24T06:17:38.397Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:17:38.397Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:38.400Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:38.400Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000258397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:38.500Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:17:38.501Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:38.501Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:38.515Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:38.516Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:17:39.400Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dfb81d36-1592-4636-9378-d02103045131
2022-09-24T06:17:39.401Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7f3595bc-df3f-4aa0-b195-e66a627b1382 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:17:39.422Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@db635ab, org.onap.sdc.toscaparser.api.parameters.Input@2e2124e0, org.onap.sdc.toscaparser.api.parameters.Input@5369e432, org.onap.sdc.toscaparser.api.parameters.Input@72469286, org.onap.sdc.toscaparser.api.parameters.Input@4ee1fa08]
2022-09-24T06:17:39.424Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:39.424Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:39.425Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-09-24T06:17:39.425Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 83b107b5-6041-498e-8f3c-ed76dcf64fae
2022-09-24T06:17:39.425Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 83b107b5-6041-498e-8f3c-ed76dcf64fae matches Tosca VF Customization UUID: 83b107b5-6041-498e-8f3c-ed76dcf64fae
2022-09-24T06:17:39.425Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 83b107b5-6041-498e-8f3c-ed76dcf64fae  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-24T06:17:39.428Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:39.428Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:39.429Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 83b107b5-6041-498e-8f3c-ed76dcf64fae: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-24T06:17:39.429Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33808ee8
2022-09-24T06:17:39.429Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:39.429Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T06:17:39.430Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 25b9c85d-2b7c-4dc7-aac0-9b55b13fd692
2022-09-24T06:17:39.430Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 25b9c85d-2b7c-4dc7-aac0-9b55b13fd692
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-24T06:17:39.433Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:39.434Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-24T06:17:39.434Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:17:39.434Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:39.434Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-24T06:17:39.435Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:17:39.435Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:39.435Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-24T06:17:39.435Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-24T06:17:39.435Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-24T06:17:39.435Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=101099b6-6b9c-480d-9e36-5d5e87a74c67
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-24T06:17:39.438Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:39.438Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-24T06:17:39.438Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:17:39.438Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:39.438Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-24T06:17:39.438Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=83b107b5-6041-498e-8f3c-ed76dcf64fae
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:17:39.441Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:39.441Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:39.441Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dfb81d36-1592-4636-9378-d02103045131: basic_vm
2022-09-24T06:17:39.441Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:39.442Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:39.442Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:39.442Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:39.442Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:39.442Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:39.442Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:39.442Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:39.442Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:17:39.442Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:17:39.442Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:17:39.528Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7f3595bc-df3f-4aa0-b195-e66a627b1382 1 ASDC deployResourceStructure
2022-09-24T06:17:39.529Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-24T06:17:39.529Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-24T06:17:39.529Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:17:39.530Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:39.532Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:39.532Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000259529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:17:39.633Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-24T06:17:39.634Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:39.634Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:39.652Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:39.653Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:17:40.533Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-24T06:17:40.534Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-24T06:17:40.534Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:17:40.534Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:40.538Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:40.539Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000260533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-24T06:17:40.639Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:17:40.640Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:40.640Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:40.650Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:40.650Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:17:41.540Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-24T06:17:41.540Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-24T06:17:41.541Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:17:41.541Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:41.543Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:41.543Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000261540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-24T06:17:41.643Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:17:41.645Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:41.645Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:41.657Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:41.658Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:17:42.544Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-24T06:17:42.544Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-24T06:17:42.545Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:17:42.545Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:17:42.547Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:17:42.547Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000262544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:17:42.647Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:17:42.648Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:17:42.648Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:42.663Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:42.664Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:17:43.549Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea65f14d-71d4-467b-b39e-82e0e92a2abf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:17:43.560Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea65f14d-71d4-467b-b39e-82e0e92a2abf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:17:43.564Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:17:43.564Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:17:43.564Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:17:43.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:17:43.945Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:17:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:17:43.975Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:17:43.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000088777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "cds",
  "timestamp": 1664000095651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000088568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "policy-id",
  "timestamp": 1664000096804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000088777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000088568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "cds",
  "timestamp": 1664000095651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "clamp",
  "timestamp": 1664000098573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "policy-id",
  "timestamp": 1664000096804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000088777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000088568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "cds",
  "timestamp": 1664000095651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "clamp",
  "timestamp": 1664000098573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "policy-id",
  "timestamp": 1664000096804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000088777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000088568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "cds",
  "timestamp": 1664000095651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "clamp",
  "timestamp": 1664000098573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "policy-id",
  "timestamp": 1664000096804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000088777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000088568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "cds",
  "timestamp": 1664000095651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "clamp",
  "timestamp": 1664000098573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "policy-id",
  "timestamp": 1664000096804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000088777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000088568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "cds",
  "timestamp": 1664000095651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "clamp",
  "timestamp": 1664000098573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "policy-id",
  "timestamp": 1664000096804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000088777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000088568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "cds",
  "timestamp": 1664000095651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "aai-ml",
  "timestamp": 1664000102636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "clamp",
  "timestamp": 1664000098573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "policy-id",
  "timestamp": 1664000096804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "aai-ml",
  "timestamp": 1664000102636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000104041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "cds",
  "timestamp": 1664000104367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:43.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:43.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "clamp",
  "timestamp": 1664000098573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:17:43.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "policy-id",
  "timestamp": 1664000104762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:43.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:43.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "aai-ml",
  "timestamp": 1664000102636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "cds",
  "timestamp": 1664000105379,
  "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=?
2022-09-24T06:17:43.988Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea65f14d-71d4-467b-b39e-82e0e92a2abf
2022-09-24T06:17:43.988Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea65f14d-71d4-467b-b39e-82e0e92a2abf and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:17:43.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000105104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:43.998Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:43.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "policy-id",
  "timestamp": 1664000105791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:17:43.998Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:43.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "aai-ml",
  "timestamp": 1664000102636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:43.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:43.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000106162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:43.999Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:43.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:43.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "policy-id",
  "timestamp": 1664000106801,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:17:44.004Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea65f14d-71d4-467b-b39e-82e0e92a2abf
2022-09-24T06:17:44.004Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea65f14d-71d4-467b-b39e-82e0e92a2abf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:17:44.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "aai-ml",
  "timestamp": 1664000102636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:44.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000107184,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:17:44.019Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea65f14d-71d4-467b-b39e-82e0e92a2abf
2022-09-24T06:17:44.019Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea65f14d-71d4-467b-b39e-82e0e92a2abf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-24T06:17:44.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "aai-ml",
  "timestamp": 1664000102636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:44.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000108187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "aai-ml",
  "timestamp": 1664000102636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "aai-ml",
  "timestamp": 1664000110420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000114532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000114532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "clamp",
  "timestamp": 1664000117896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000114532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000114532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "clamp",
  "timestamp": 1664000119902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000114532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "clamp",
  "timestamp": 1664000120912,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:17:44.034Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ea65f14d-71d4-467b-b39e-82e0e92a2abf
2022-09-24T06:17:44.034Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea65f14d-71d4-467b-b39e-82e0e92a2abf and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:17:44.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000114532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:44.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000114532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:17:44.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "aai-ml",
  "timestamp": 1664000121947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:17:44.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:44.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000122294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:44.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:44.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "aai-ml",
  "timestamp": 1664000122950,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:17:44.048Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea65f14d-71d4-467b-b39e-82e0e92a2abf
2022-09-24T06:17:44.048Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea65f14d-71d4-467b-b39e-82e0e92a2abf and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:17:44.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000124645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:17:44.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:44.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000125649,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:17:44.061Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea65f14d-71d4-467b-b39e-82e0e92a2abf
2022-09-24T06:17:44.062Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea65f14d-71d4-467b-b39e-82e0e92a2abf and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:17:44.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000126879,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:17:44.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:44.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-24T06:17:44.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:17:44.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000023935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:17:44.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:17:44.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000137132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:44.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:44.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000139322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:44.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:44.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000140383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:44.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:44.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000141435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:44.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:44.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000142493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:44.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:17:44.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:17:44.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000143631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:17:44.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:18:13.564Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea65f14d-71d4-467b-b39e-82e0e92a2abf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:18:13.597Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea65f14d-71d4-467b-b39e-82e0e92a2abf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:18:13.613Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:18:13.627Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-24T06:18:13.627Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-24T06:18:13.627Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-24T06:18:13.627Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:18:13.627Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:18:13.628Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:18:13.628Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:18:13.628Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:18:13.628Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:18:13.628Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:18:13.637Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-24T06:18:43.638Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea65f14d-71d4-467b-b39e-82e0e92a2abf and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-24T06:18:43.650Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea65f14d-71d4-467b-b39e-82e0e92a2abf and serviceModelVersionId: dfb81d36-1592-4636-9378-d02103045131
2022-09-24T06:18:43.650Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5227ecf5-adca-410c-8e72-1f42c8ebb3a8
2022-09-24T06:18:43.652Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5227ecf5-adca-410c-8e72-1f42c8ebb3a8/model-vers/model-ver/dfb81d36-1592-4636-9378-d02103045131?depth=0
2022-09-24T06:18:43.659Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-09-24T06:18:43.703Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5227ecf5-adca-410c-8e72-1f42c8ebb3a8/model-vers/model-ver/dfb81d36-1592-4636-9378-d02103045131?depth=0|INFO|500||Invoke
2022-09-24T06:18:43.704Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5227ecf5-adca-410c-8e72-1f42c8ebb3a8/model-vers/model-ver/dfb81d36-1592-4636-9378-d02103045131?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5227ecf5-adca-410c-8e72-1f42c8ebb3a8/model-vers/model-ver/dfb81d36-1592-4636-9378-d02103045131?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ea65f14d-71d4-467b-b39e-82e0e92a2abf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9fc3aaf3-f2e8-4342-a15b-cfa9d30460fa], X-ECOMP-RequestID=[ea65f14d-71d4-467b-b39e-82e0e92a2abf], X-TransactionId=[], X-ONAP-RequestID=[ea65f14d-71d4-467b-b39e-82e0e92a2abf], Content-Type=[application/merge-patch+json]}
2022-09-24T06:18:43.745Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5227ecf5-adca-410c-8e72-1f42c8ebb3a8/model-vers/model-ver/dfb81d36-1592-4636-9378-d02103045131?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-24T06:18:43.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:18:43.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.
2022-09-24T06:18:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:18:43.988Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:18:43.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:18:43.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000144828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-24T06:18:43.992Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:18:43.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:18:43.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000145832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-24T06:18:43.992Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:18:43.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:18:43.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000146838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:18:43.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:18:43.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:18:43.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000147843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-24T06:18:43.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:18:43.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:18:43.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000148848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-24T06:18:43.994Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:18:43.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:18:43.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000149854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:18:43.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:18:43.999Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5227ecf5-adca-410c-8e72-1f42c8ebb3a8/model-vers/model-ver/dfb81d36-1592-4636-9378-d02103045131?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/5227ecf5-adca-410c-8e72-1f42c8ebb3a8/model-vers/model-ver/dfb81d36-1592-4636-9378-d02103045131?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220924-06:18:43:652-47451], vertex-id=[196696], Content-Length=[0], Date=[Sat, 24 Sep 2022 06:18:43 GMT], Content-Type=[application/json]}
2022-09-24T06:18:44.000Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5227ecf5-adca-410c-8e72-1f42c8ebb3a8/model-vers/model-ver/dfb81d36-1592-4636-9378-d02103045131?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-24T06:18:44.001Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5227ecf5-adca-410c-8e72-1f42c8ebb3a8/model-vers/model-ver/dfb81d36-1592-4636-9378-d02103045131?depth=0|INFO|500||InvokeReturn
2022-09-24T06:18:44.004Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-24T06:18:44.007Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:18:44.044Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-24T06:18:44.045Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea65f14d-71d4-467b-b39e-82e0e92a2abf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-24T06:18:44.045Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-24T06:18:44.045Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:18:44.062Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:18:44.063Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000324045,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:18:44.162Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:18:44.164Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:18:44.164Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:18:44.202Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:18:44.204Z||pool-88-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:18:45.096Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:18:45.097Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:18:45.097Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:18:54.769Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:18:54.770Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:18:54.771Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:18:54.771Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:19:04.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:19:04.380Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:19:04.381Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:19:04.381Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:19:14.025Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:19:14.026Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:19:14.027Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:19:14.027Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:19:23.634Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:19:43.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:19:43.937Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:19:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:19:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:19:43.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.
2022-09-24T06:19:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:19:44.009Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:19:44.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba51da-b6a8-486a-8865-270db7ddf1dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000241237,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:19:44.014Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:19:44.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000242253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:19:44.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:19:44.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000242253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:19:44.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:19:44.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000242253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:19:44.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:19:44.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000242253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:19:44.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000242253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000242253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000242253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000253906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000256217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000257314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:19:44.023Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:19:44.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000258397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:19:44.024Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:19:44.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000259529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:19:44.024Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:19:44.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000260533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-24T06:19:44.024Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:19:44.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000261540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-24T06:19:44.024Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:19:44.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:19:44.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000262544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:19:44.025Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:19:53.529Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:20:43.935Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:20:43.937Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:20:43.938Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:20:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:20:43.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.
2022-09-24T06:20:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:20:44.517Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:20:44.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:20:44.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea65f14d-71d4-467b-b39e-82e0e92a2abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000324045,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:20:44.520Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:20:53.554Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:21:43.935Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:21:43.937Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:21:43.938Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:21:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:21:43.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.
2022-09-24T06:21:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:21:53.506Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:21:53.509Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:22:43.935Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:22:43.937Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:22:43.937Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:22:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:22:43.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.
2022-09-24T06:22:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:22:53.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:22:53.579Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:23:43.935Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:23:43.936Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:23:43.937Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:23:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:23:43.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:23:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:23:53.531Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:23:53.552Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:24:43.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:24:43.937Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:24:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:24:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:24:43.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.
2022-09-24T06:24:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:24:53.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:24:53.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:25:43.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:25:43.937Z||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.
2022-09-24T06:25:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:25:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:25:43.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.
2022-09-24T06:25:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:25:53.528Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:25:53.539Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:26:43.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:26:43.938Z||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.
2022-09-24T06:26:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:26:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:26:43.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.
2022-09-24T06:26:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:26:53.542Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:26:53.542Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:27:43.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:27:43.937Z||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.
2022-09-24T06:27:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:27:43.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:27:43.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.
2022-09-24T06:27:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:27:53.588Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:27:53.672Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:27:53.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-24T06:27:53.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f71ba36-a01f-4bfd-9cba-aafeb36853e5","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"338b1ef4-d8c6-4417-ba6e-8b9bf303a257","serviceDescription":"service","serviceInvariantUUID":"2fb56ff9-a214-46be-9cf1-66b306660f79","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b815830a-8cbc-4bc3-ae5a-10fc8609202b","resourceInvariantUUID":"c9e4d30c-b356-4fa1-b1d4-2dc5b8169924","resourceCustomizationUUID":"cda4bac8-5d1f-42cb-a290-68bb0ab589fc","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":"MTAyZjU0YzMyMzliMGRkOTgzNDliNGEwOWU5NGNkMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4a779ba-9f33-4d64-9dfa-976b593bb8bb","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":"OGJmYWQzYjIwNTlkMGY0OGJjYjE4OTNhYmQ1MDQyOTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f229758-9693-4dfa-9a39-ee7529ad4041","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":"f8c4a6ed-9829-4d9e-a2d1-3c976f7e3409","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":"1da65c18-294d-4f71-931d-01344a4817dc","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":"f5297c05-48da-4d0c-b07f-3b464e0050c7","artifactVersion":"2","generatedFromUUID":"5ac30725-8b85-47cf-b71e-7d6454cf5fdf"},{"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":"9a0c0b79-daa4-417e-bcfc-9cd92d52ee6d","artifactVersion":"2","generatedFromUUID":"f8c4a6ed-9829-4d9e-a2d1-3c976f7e3409"},{"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":"5ac30725-8b85-47cf-b71e-7d6454cf5fdf","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":"467cb31b-5821-492b-a9f7-630a24c129e2","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":"MzgzOTRhOGVlMzFlNjM5YmYzYWJlMjMyMzlhNjdiMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e570174c-1ab5-45e8-af15-ed7c2a4764d2","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTRiMDM2ZjI3OGUwMmMzYWMxZmY5YmE0MWQ3OWEyMzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c739ce9-0f87-4497-84c5-c38223467dac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-24T06:27:53.676Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:27:53.677Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:27:53.682Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:27:53.682Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:27:53.783Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-24T06:27:53.784Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:27:53.784Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:27:53.798Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:27:53.798Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:27:54.684Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:27:54.685Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:27:54.687Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:27:54.688Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:27:54.791Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-24T06:27:54.792Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:27:54.793Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:27:54.806Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:27:54.807Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:27:55.691Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:27:55.692Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:27:55.698Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:27:55.698Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:27:55.801Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-24T06:27:55.804Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:27:55.804Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:27:55.828Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:27:55.829Z||pool-91-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:27:56.700Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:27:56.701Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:27:56.704Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:27:56.704Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:27:56.805Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-24T06:27:56.806Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:27:56.806Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:27:56.819Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:27:56.819Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:27:57.705Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:27:57.705Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:27:57.708Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:27:57.708Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-24T06:27:57.808Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:27:57.809Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:27:57.809Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:27:57.821Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:27:57.822Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:27:58.708Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:27:58.710Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:27:58.713Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:27:58.713Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-24T06:27:58.815Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-24T06:27:58.816Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:27:58.817Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:27:58.840Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:27:58.841Z||pool-94-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:27:59.714Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:27:59.715Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:27:59.717Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:27:59.717Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-24T06:27:59.817Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:27:59.818Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:27:59.818Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:27:59.828Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:27:59.828Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:28:00.720Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:28:00.720Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:00.722Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:00.723Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:00.823Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:28:00.824Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:00.824Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:00.840Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:00.841Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:28:01.723Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:28:01.724Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:01.726Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:01.726Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:01.827Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-24T06:28:01.828Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:01.828Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:01.879Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:01.880Z||pool-97-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:28:02.727Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:28:02.728Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:02.730Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:02.730Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:28:02.830Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:28:02.831Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:02.832Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:02.843Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:02.844Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:28:03.732Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "338b1ef4-d8c6-4417-ba6e-8b9bf303a257",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2fb56ff9-a214-46be-9cf1-66b306660f79",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "cda4bac8-5d1f-42cb-a290-68bb0ab589fc",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b815830a-8cbc-4bc3-ae5a-10fc8609202b",
      "resourceInvariantUUID": "c9e4d30c-b356-4fa1-b1d4-2dc5b8169924",
      "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": "OGJmYWQzYjIwNTlkMGY0OGJjYjE4OTNhYmQ1MDQyOTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1f229758-9693-4dfa-9a39-ee7529ad4041",
          "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": "f8c4a6ed-9829-4d9e-a2d1-3c976f7e3409",
          "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": "9a0c0b79-daa4-417e-bcfc-9cd92d52ee6d",
            "generatedFromUUID": "f8c4a6ed-9829-4d9e-a2d1-3c976f7e3409"
          },
          "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": "f5297c05-48da-4d0c-b07f-3b464e0050c7",
          "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": "9a0c0b79-daa4-417e-bcfc-9cd92d52ee6d",
          "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": "5ac30725-8b85-47cf-b71e-7d6454cf5fdf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTRiMDM2ZjI3OGUwMmMzYWMxZmY5YmE0MWQ3OWEyMzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9c739ce9-0f87-4497-84c5-c38223467dac"
    }
  ],
  "workloadContext": "Production"
}
2022-09-24T06:28:03.732Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-24T06:28:03.732Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 338b1ef4-d8c6-4417-ba6e-8b9bf303a257 ASDC
2022-09-24T06:28:03.733Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6f71ba36-a01f-4bfd-9cba-aafeb36853e5
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:338b1ef4-d8c6-4417-ba6e-8b9bf303a257
ServiceInvariantUUID:2fb56ff9-a214-46be-9cf1-66b306660f79
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:9c739ce9-0f87-4497-84c5-c38223467dac
ArtifactChecksum:MTRiMDM2ZjI3OGUwMmMzYWMxZmY5YmE0MWQ3OWEyMzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:cda4bac8-5d1f-42cb-a290-68bb0ab589fc
ResourceInvariantUUID:c9e4d30c-b356-4fa1-b1d4-2dc5b8169924
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:b815830a-8cbc-4bc3-ae5a-10fc8609202b
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:1f229758-9693-4dfa-9a39-ee7529ad4041
ArtifactChecksum:OGJmYWQzYjIwNTlkMGY0OGJjYjE4OTNhYmQ1MDQyOTA=
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:f8c4a6ed-9829-4d9e-a2d1-3c976f7e3409
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:9a0c0b79-daa4-417e-bcfc-9cd92d52ee6d
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:f5297c05-48da-4d0c-b07f-3b464e0050c7
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:9a0c0b79-daa4-417e-bcfc-9cd92d52ee6d
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:5ac30725-8b85-47cf-b71e-7d6454cf5fdf
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-24T06:28:03.734Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 338b1ef4-d8c6-4417-ba6e-8b9bf303a257 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:28:03.794Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:28:03.796Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-24T06:28:03.796Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-24T06:28:03.796Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9c739ce9-0f87-4497-84c5-c38223467dac from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-24T06:28:03.796Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-24T06:28:03.796Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-24T06:28:03.909Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-24T06:28:03.917Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 9c739ce9-0f87-4497-84c5-c38223467dac 162924
2022-09-24T06:28:03.917Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-24T06:28:03.917Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-24T06:28:03.918Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:28:03.918Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:03.923Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:03.923Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000883917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:04.023Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:28:04.024Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:04.024Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:04.037Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:04.038Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:28:04.924Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:28:04.925Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-24T06:28:04.926Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9c739ce9-0f87-4497-84c5-c38223467dac, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-24T06:28:04.926Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-09-24T06:28:04.927Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-24T06:28:04.927Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-24T06:28:05.061Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10734983766712502832/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-09-24T06:28:06.165Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-24T06:28:06.166Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-24T06:28:06.166Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-24T06:28:06.166Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-24T06:28:06.166Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-24T06:28:06.166Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||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
2022-09-24T06:28:06.166Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-24T06:28:06.166Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-24T06:28:06.166Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-24T06:28:06.166Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:06.167Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:06.167Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-24T06:28:06.167Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-24T06:28:06.167Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:28:06.167Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:06.167Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:06.167Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-24T06:28:06.167Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-24T06:28:06.167Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:28:06.167Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:06.167Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-24T06:28:06.168Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:28:06.169Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:06.169Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-24T06:28:06.169Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-09-24T06:28:06.169Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c207ca6d-c727-4795-9cca-e2580aa4d503
2022-09-24T06:28:06.169Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:06.169Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:06.169Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:06.169Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:06.169Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:06.169Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:06.169Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:06.169Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:06.169Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:338b1ef4-d8c6-4417-ba6e-8b9bf303a257
Model Version:NULL
Model InvariantUuid:2fb56ff9-a214-46be-9cf1-66b306660f79
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:faf0f859-9649-4a73-bdab-a3f1fe64e64b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c9e4d30c-b356-4fa1-b1d4-2dc5b8169924
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cda4bac8-5d1f-42cb-a290-68bb0ab589fc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8b2100fd-8d51-4844-b525-5ea7639613b7
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:f209db9e-c507-4511-ba88-1949d3b3ec09
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:45b28b25-23fd-4ac9-aec9-276e9ce439bd
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:8646d0dd-4b96-4c4f-a212-65ee145bcd0d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c207ca6d-c727-4795-9cca-e2580aa4d503
ModelInvariantUuid:fc8ac8c8-b3a3-4e71-ad20-b17cb779fa83
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:39ed10c7-e2d9-4fbd-8c5b-85689f45e47b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:565adefe-9776-449c-b2c0-0ea263bb780a
ModelInvariantUuid:230cbda2-92c8-44d7-9950-649b8e3091dd
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:df1258ed-3d63-45d7-af04-de712bb572ed
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-24T06:28:06.176Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b815830a-8cbc-4bc3-ae5a-10fc8609202b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:28:06.180Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-09-24T06:28:06.181Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b815830a-8cbc-4bc3-ae5a-10fc8609202b
2022-09-24T06:28:06.181Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f229758-9693-4dfa-9a39-ee7529ad4041 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-24T06:28:06.181Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-24T06:28:06.181Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-24T06:28:06.226Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-24T06:28:06.227Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 1f229758-9693-4dfa-9a39-ee7529ad4041 1565
2022-09-24T06:28:06.227Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-09-24T06:28:06.227Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-24T06:28:06.227Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:28:06.227Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:06.229Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:06.229Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000886227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:06.329Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:28:06.331Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:06.331Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:06.344Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:06.345Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:28:07.230Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "45b28b25-23fd-4ac9-aec9-276e9ce439bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8646d0dd-4b96-4c4f-a212-65ee145bcd0d",
    "vfModuleModelCustomizationUUID": "e500815a-2af6-42a5-9b1e-c4461da90838",
    "isBase": true,
    "artifacts": [
      "f8c4a6ed-9829-4d9e-a2d1-3c976f7e3409",
      "9a0c0b79-daa4-417e-bcfc-9cd92d52ee6d"
    ],
    "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": "8b2100fd-8d51-4844-b525-5ea7639613b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f209db9e-c507-4511-ba88-1949d3b3ec09",
    "vfModuleModelCustomizationUUID": "8d3a28d3-1858-4c19-951e-963c1a0185f8",
    "isBase": false,
    "artifacts": [
      "5ac30725-8b85-47cf-b71e-7d6454cf5fdf"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-24T06:28:07.234Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8646d0dd-4b96-4c4f-a212-65ee145bcd0d
VfModuleModelInvariantUUID:45b28b25-23fd-4ac9-aec9-276e9ce439bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8c4a6ed-9829-4d9e-a2d1-3c976f7e3409
,
9a0c0b79-daa4-417e-bcfc-9cd92d52ee6d

}
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:f209db9e-c507-4511-ba88-1949d3b3ec09
VfModuleModelInvariantUUID:8b2100fd-8d51-4844-b525-5ea7639613b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ac30725-8b85-47cf-b71e-7d6454cf5fdf

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

isBase:false


}

2022-09-24T06:28:07.236Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "45b28b25-23fd-4ac9-aec9-276e9ce439bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8646d0dd-4b96-4c4f-a212-65ee145bcd0d",
    "vfModuleModelCustomizationUUID": "e500815a-2af6-42a5-9b1e-c4461da90838",
    "isBase": true,
    "artifacts": [
      "f8c4a6ed-9829-4d9e-a2d1-3c976f7e3409",
      "9a0c0b79-daa4-417e-bcfc-9cd92d52ee6d"
    ],
    "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": "8b2100fd-8d51-4844-b525-5ea7639613b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f209db9e-c507-4511-ba88-1949d3b3ec09",
    "vfModuleModelCustomizationUUID": "8d3a28d3-1858-4c19-951e-963c1a0185f8",
    "isBase": false,
    "artifacts": [
      "5ac30725-8b85-47cf-b71e-7d6454cf5fdf"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-24T06:28:07.237Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8646d0dd-4b96-4c4f-a212-65ee145bcd0d
VfModuleModelInvariantUUID:45b28b25-23fd-4ac9-aec9-276e9ce439bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8c4a6ed-9829-4d9e-a2d1-3c976f7e3409
,
9a0c0b79-daa4-417e-bcfc-9cd92d52ee6d

}
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:f209db9e-c507-4511-ba88-1949d3b3ec09
VfModuleModelInvariantUUID:8b2100fd-8d51-4844-b525-5ea7639613b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ac30725-8b85-47cf-b71e-7d6454cf5fdf

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

isBase:false


}

2022-09-24T06:28:07.237Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f8c4a6ed-9829-4d9e-a2d1-3c976f7e3409 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-24T06:28:07.237Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-24T06:28:07.237Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-24T06:28:07.301Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-24T06:28:07.302Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f8c4a6ed-9829-4d9e-a2d1-3c976f7e3409 914
2022-09-24T06:28:07.302Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-09-24T06:28:07.302Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-24T06:28:07.302Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:28:07.302Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:07.305Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:07.305Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000887302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:07.405Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:28:07.407Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:07.408Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:07.421Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:07.422Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:28:08.308Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f5297c05-48da-4d0c-b07f-3b464e0050c7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-24T06:28:08.309Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-24T06:28:08.309Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-24T06:28:08.357Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-24T06:28:08.358Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f5297c05-48da-4d0c-b07f-3b464e0050c7 12
2022-09-24T06:28:08.358Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-09-24T06:28:08.358Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-24T06:28:08.358Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:28:08.358Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:08.361Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:08.361Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000888358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:08.461Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:28:08.462Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:08.463Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:08.507Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:08.508Z||pool-102-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:28:09.362Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9a0c0b79-daa4-417e-bcfc-9cd92d52ee6d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-24T06:28:09.362Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-24T06:28:09.363Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-24T06:28:09.420Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-24T06:28:09.421Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 9a0c0b79-daa4-417e-bcfc-9cd92d52ee6d 96
2022-09-24T06:28:09.421Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-09-24T06:28:09.421Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-24T06:28:09.421Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:28:09.421Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:09.423Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:09.423Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000889421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:09.528Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-24T06:28:09.529Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:09.535Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:09.568Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:09.569Z||pool-103-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:28:10.424Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5ac30725-8b85-47cf-b71e-7d6454cf5fdf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-24T06:28:10.425Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-24T06:28:10.425Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-24T06:28:10.479Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-24T06:28:10.481Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5ac30725-8b85-47cf-b71e-7d6454cf5fdf 20206
2022-09-24T06:28:10.481Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-09-24T06:28:10.482Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-24T06:28:10.482Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:28:10.482Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:10.484Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:10.484Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000890481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:10.587Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-24T06:28:10.588Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:10.589Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:10.627Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:10.628Z||pool-104-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:28:11.487Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 338b1ef4-d8c6-4417-ba6e-8b9bf303a257
2022-09-24T06:28:11.487Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 b815830a-8cbc-4bc3-ae5a-10fc8609202b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:28:11.502Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3eb17e3d, org.onap.sdc.toscaparser.api.parameters.Input@7ed59646, org.onap.sdc.toscaparser.api.parameters.Input@2d14d7db, org.onap.sdc.toscaparser.api.parameters.Input@f058931, org.onap.sdc.toscaparser.api.parameters.Input@3a705e7a]
2022-09-24T06:28:11.504Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:11.504Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:11.504Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-09-24T06:28:11.505Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= cda4bac8-5d1f-42cb-a290-68bb0ab589fc
2022-09-24T06:28:11.505Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cda4bac8-5d1f-42cb-a290-68bb0ab589fc matches Tosca VF Customization UUID: cda4bac8-5d1f-42cb-a290-68bb0ab589fc
2022-09-24T06:28:11.505Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: cda4bac8-5d1f-42cb-a290-68bb0ab589fc  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-24T06:28:11.507Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:11.507Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:11.508Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id cda4bac8-5d1f-42cb-a290-68bb0ab589fc: {\"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\"}
2022-09-24T06:28:11.508Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@408b7144
2022-09-24T06:28:11.508Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:11.508Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T06:28:11.509Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8d3a28d3-1858-4c19-951e-963c1a0185f8
2022-09-24T06:28:11.509Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8d3a28d3-1858-4c19-951e-963c1a0185f8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-24T06:28:11.511Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:11.512Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-24T06:28:11.512Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:28:11.512Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:11.512Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-24T06:28:11.512Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:28:11.512Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:11.512Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-24T06:28:11.512Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=cda4bac8-5d1f-42cb-a290-68bb0ab589fc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:28:11.514Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:11.514Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:11.515Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 338b1ef4-d8c6-4417-ba6e-8b9bf303a257: basic_cnf_macro
2022-09-24T06:28:11.515Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:11.515Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:11.515Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:11.515Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:11.515Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:11.515Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:11.515Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:11.515Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:11.516Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:28:11.516Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:28:11.516Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:28:11.571Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro b815830a-8cbc-4bc3-ae5a-10fc8609202b 2 ASDC deployResourceStructure
2022-09-24T06:28:11.572Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-09-24T06:28:11.572Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-24T06:28:11.572Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:28:11.572Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:11.574Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:11.574Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000891572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:11.674Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:28:11.675Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:11.675Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:11.685Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:11.686Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:28:12.575Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-09-24T06:28:12.575Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-24T06:28:12.576Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:28:12.576Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:12.578Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:12.579Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000892575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:12.679Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:28:12.680Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:12.680Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:12.699Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:12.700Z||pool-106-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:28:13.580Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-09-24T06:28:13.581Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-09-24T06:28:13.582Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-24T06:28:13.582Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:13.586Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:13.586Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000893580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-24T06:28:13.686Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:28:13.687Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:13.687Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:13.700Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:13.701Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:28:14.588Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-09-24T06:28:14.588Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-24T06:28:14.589Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:28:14.589Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:14.592Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:14.592Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000894588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:14.693Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-24T06:28:14.694Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:14.694Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:14.715Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:14.716Z||pool-108-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:28:15.593Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-09-24T06:28:15.593Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-09-24T06:28:15.594Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-24T06:28:15.594Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:15.596Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:15.596Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000895593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-24T06:28:15.698Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-24T06:28:15.699Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:15.699Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:15.711Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:15.712Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:28:16.597Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-24T06:28:16.598Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-24T06:28:16.598Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:28:16.598Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:28:16.601Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:28:16.602Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000896597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:16.702Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:28:16.703Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:28:16.703Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:16.715Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:16.716Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:28:17.603Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f71ba36-a01f-4bfd-9cba-aafeb36853e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:28:17.616Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f71ba36-a01f-4bfd-9cba-aafeb36853e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:28:17.620Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:28:17.620Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:28:17.620Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:28:43.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:28:43.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.
2022-09-24T06:28:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:28:44.096Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:28:44.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000864532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000868777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000868568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000864532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000868777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000868568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000864532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000868777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000868568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "cds",
  "timestamp": 1664000875651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000864532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000868777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000868568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "cds",
  "timestamp": 1664000875651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000864532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000868777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000868568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "policy-id",
  "timestamp": 1664000876805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "cds",
  "timestamp": 1664000875651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "clamp",
  "timestamp": 1664000878573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000864532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000868777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000868568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "policy-id",
  "timestamp": 1664000876805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "cds",
  "timestamp": 1664000875651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "clamp",
  "timestamp": 1664000878573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000864532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000868777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "policy-id",
  "timestamp": 1664000876805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000868568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "cds",
  "timestamp": 1664000875651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "clamp",
  "timestamp": 1664000878573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000864532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000868777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "policy-id",
  "timestamp": 1664000876805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000868568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "cds",
  "timestamp": 1664000875651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "clamp",
  "timestamp": 1664000878573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000864532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000868777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000868568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "policy-id",
  "timestamp": 1664000876805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "cds",
  "timestamp": 1664000875651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "clamp",
  "timestamp": 1664000878573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000864532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000868777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "policy-id",
  "timestamp": 1664000876805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000868568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000863935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "cds",
  "timestamp": 1664000875651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "clamp",
  "timestamp": 1664000878573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000883579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.630Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000883569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "policy-id",
  "timestamp": 1664000876805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000883917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "cds",
  "timestamp": 1664000875651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "clamp",
  "timestamp": 1664000878573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "policy-id",
  "timestamp": 1664000876805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000884642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "cds",
  "timestamp": 1664000875651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "clamp",
  "timestamp": 1664000878573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "policy-id",
  "timestamp": 1664000876805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000885702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000886013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:44.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000886227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "cds",
  "timestamp": 1664000886480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "clamp",
  "timestamp": 1664000878573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "policy-id",
  "timestamp": 1664000876805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000886768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000887018,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:28:44.664Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f71ba36-a01f-4bfd-9cba-aafeb36853e5
2022-09-24T06:28:44.665Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f71ba36-a01f-4bfd-9cba-aafeb36853e5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:28:44.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000887302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "clamp",
  "timestamp": 1664000878573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "policy-id",
  "timestamp": 1664000887670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000887835,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:28:44.688Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f71ba36-a01f-4bfd-9cba-aafeb36853e5
2022-09-24T06:28:44.688Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f71ba36-a01f-4bfd-9cba-aafeb36853e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:28:44.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000888358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "policy-id",
  "timestamp": 1664000888679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:44.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000888568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:44.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "cds",
  "timestamp": 1664000889382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:28:44.724Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f71ba36-a01f-4bfd-9cba-aafeb36853e5
2022-09-24T06:28:44.724Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f71ba36-a01f-4bfd-9cba-aafeb36853e5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:28:44.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000889421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "policy-id",
  "timestamp": 1664000889684,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:28:44.745Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f71ba36-a01f-4bfd-9cba-aafeb36853e5
2022-09-24T06:28:44.746Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f71ba36-a01f-4bfd-9cba-aafeb36853e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-24T06:28:44.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000888568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000890481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.756Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000889850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000888568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "cds",
  "timestamp": 1664000890651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000891572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000889850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000888568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "cds",
  "timestamp": 1664000890651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000892575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000889850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000888568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "cds",
  "timestamp": 1664000890651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "aai-ml",
  "timestamp": 1664000893431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000893580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000889850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000888568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "cds",
  "timestamp": 1664000890651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000894588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:44.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000889850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000888568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "cds",
  "timestamp": 1664000890651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000894534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000895593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000889850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000888568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "cds",
  "timestamp": 1664000890651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000894534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000896597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:44.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000889850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "cds",
  "timestamp": 1664000890651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000894534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "policy-id",
  "timestamp": 1664000896804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000889850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "cds",
  "timestamp": 1664000890651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000894534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "policy-id",
  "timestamp": 1664000896804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000898656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "clamp",
  "timestamp": 1664000900055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "cds",
  "timestamp": 1664000899444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000894534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "policy-id",
  "timestamp": 1664000896804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000899718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000894534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "cds",
  "timestamp": 1664000900674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:28:44.783Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee9c7692-1062-4be3-aad7-b762467c1d2d
2022-09-24T06:28:44.783Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee9c7692-1062-4be3-aad7-b762467c1d2d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:28:44.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "policy-id",
  "timestamp": 1664000896804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000900771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000894534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "policy-id",
  "timestamp": 1664000896804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000901799,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:28:44.811Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee9c7692-1062-4be3-aad7-b762467c1d2d
2022-09-24T06:28:44.812Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee9c7692-1062-4be3-aad7-b762467c1d2d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:28:44.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000894534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "policy-id",
  "timestamp": 1664000896804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000902802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:44.830Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000903295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.830Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "policy-id",
  "timestamp": 1664000896804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "clamp",
  "timestamp": 1664000905060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:44.830Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "policy-id",
  "timestamp": 1664000896804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "clamp",
  "timestamp": 1664000906065,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:28:44.839Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f71ba36-a01f-4bfd-9cba-aafeb36853e5
2022-09-24T06:28:44.840Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f71ba36-a01f-4bfd-9cba-aafeb36853e5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:28:44.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "policy-id",
  "timestamp": 1664000905639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000905660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:44.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000906664,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:28:44.865Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee9c7692-1062-4be3-aad7-b762467c1d2d
2022-09-24T06:28:44.865Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee9c7692-1062-4be3-aad7-b762467c1d2d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:28:44.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "policy-id",
  "timestamp": 1664000906646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:44.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "aai-ml",
  "timestamp": 1664000907313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:28:44.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:44.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "policy-id",
  "timestamp": 1664000907662,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:28:44.888Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee9c7692-1062-4be3-aad7-b762467c1d2d
2022-09-24T06:28:44.889Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee9c7692-1062-4be3-aad7-b762467c1d2d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-24T06:28:44.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "aai-ml",
  "timestamp": 1664000908318,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:28:44.912Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f71ba36-a01f-4bfd-9cba-aafeb36853e5
2022-09-24T06:28:44.913Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f71ba36-a01f-4bfd-9cba-aafeb36853e5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:28:44.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "clamp",
  "timestamp": 1664000908573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "clamp",
  "timestamp": 1664000908573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "clamp",
  "timestamp": 1664000908573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "clamp",
  "timestamp": 1664000908573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "clamp",
  "timestamp": 1664000908573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "clamp",
  "timestamp": 1664000908573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "clamp",
  "timestamp": 1664000908573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "clamp",
  "timestamp": 1664000908573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "aai-ml",
  "timestamp": 1664000882636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:28:44.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "aai-ml",
  "timestamp": 1664000917476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:28:44.933Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:28:47.621Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f71ba36-a01f-4bfd-9cba-aafeb36853e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:28:47.634Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f71ba36-a01f-4bfd-9cba-aafeb36853e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:28:47.637Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:28:47.637Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-24T06:28:47.637Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-24T06:28:47.637Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-24T06:28:47.637Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:28:47.637Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:28:47.637Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:28:47.637Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:28:47.637Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:28:47.637Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:28:47.637Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:28:47.642Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-24T06:29:17.643Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f71ba36-a01f-4bfd-9cba-aafeb36853e5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-24T06:29:17.649Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f71ba36-a01f-4bfd-9cba-aafeb36853e5 and serviceModelVersionId: 338b1ef4-d8c6-4417-ba6e-8b9bf303a257
2022-09-24T06:29:17.649Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2fb56ff9-a214-46be-9cf1-66b306660f79
2022-09-24T06:29:17.651Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2fb56ff9-a214-46be-9cf1-66b306660f79/model-vers/model-ver/338b1ef4-d8c6-4417-ba6e-8b9bf303a257?depth=0
2022-09-24T06:29:17.656Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-09-24T06:29:17.695Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fb56ff9-a214-46be-9cf1-66b306660f79/model-vers/model-ver/338b1ef4-d8c6-4417-ba6e-8b9bf303a257?depth=0|INFO|500||Invoke
2022-09-24T06:29:17.695Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fb56ff9-a214-46be-9cf1-66b306660f79/model-vers/model-ver/338b1ef4-d8c6-4417-ba6e-8b9bf303a257?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fb56ff9-a214-46be-9cf1-66b306660f79/model-vers/model-ver/338b1ef4-d8c6-4417-ba6e-8b9bf303a257?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6f71ba36-a01f-4bfd-9cba-aafeb36853e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f7976701-63ca-4240-943a-afdb56703b0f], X-ECOMP-RequestID=[6f71ba36-a01f-4bfd-9cba-aafeb36853e5], X-TransactionId=[], X-ONAP-RequestID=[6f71ba36-a01f-4bfd-9cba-aafeb36853e5], Content-Type=[application/merge-patch+json]}
2022-09-24T06:29:17.716Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fb56ff9-a214-46be-9cf1-66b306660f79/model-vers/model-ver/338b1ef4-d8c6-4417-ba6e-8b9bf303a257?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-24T06:29:17.827Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fb56ff9-a214-46be-9cf1-66b306660f79/model-vers/model-ver/338b1ef4-d8c6-4417-ba6e-8b9bf303a257?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/2fb56ff9-a214-46be-9cf1-66b306660f79/model-vers/model-ver/338b1ef4-d8c6-4417-ba6e-8b9bf303a257?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220924-06:29:17:601-2643], vertex-id=[536688], Content-Length=[0], Date=[Sat, 24 Sep 2022 06:29:17 GMT], Content-Type=[application/json]}
2022-09-24T06:29:17.828Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fb56ff9-a214-46be-9cf1-66b306660f79/model-vers/model-ver/338b1ef4-d8c6-4417-ba6e-8b9bf303a257?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-24T06:29:17.828Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fb56ff9-a214-46be-9cf1-66b306660f79/model-vers/model-ver/338b1ef4-d8c6-4417-ba6e-8b9bf303a257?depth=0|INFO|500||InvokeReturn
2022-09-24T06:29:17.829Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-24T06:29:17.829Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:29:17.837Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-24T06:29:17.838Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f71ba36-a01f-4bfd-9cba-aafeb36853e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-24T06:29:17.838Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-24T06:29:17.838Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:17.841Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:17.841Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000957838,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:29:17.943Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-24T06:29:17.944Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:17.944Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:17.977Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:17.978Z||pool-111-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:29:18.865Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:29:18.866Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:29:18.866Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:19.555Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:19.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-24T06:29:19.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee9c7692-1062-4be3-aad7-b762467c1d2d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"666d3012-b3e5-467d-8b17-da1b390ac895","serviceDescription":"service","serviceInvariantUUID":"5e133793-c40d-4906-9f06-a71ace9ddd3b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dc959d1f-62b1-41c4-8025-1dd2a146d6d7","resourceInvariantUUID":"d869c011-a44b-4a5f-abbc-30af35e183e9","resourceCustomizationUUID":"1d7bbaac-14e8-46e7-b441-046e3411a39b","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":"ZGI2YjJhZDZlMGJlZmQ2MDFkODQzMjhhZDE3Y2JkZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"815204ab-fb74-4d1f-b564-d490f3d78b92","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":"MTFkYjEwOGI1OGFhNjA1OWZjMGQ1NmY5M2FlZDMzNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"da63f1a4-e2f6-4446-bf45-037e6a71ff8b","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":"81f6b6ca-41bf-49f9-b892-6d69b4b39feb","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":"01791a13-2743-4e5d-a729-ee3f17c904de","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":"ef5ef666-aaa7-4c77-bbdc-77199a7a20c5","artifactVersion":"2","generatedFromUUID":"81f6b6ca-41bf-49f9-b892-6d69b4b39feb"},{"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":"NTk1MTMzNWFlZWEwMmNhMzYwYjBiMGY5NjM1ZmE2ZTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6a5c7fdb-2a47-40a0-b1bb-64b98b92e4d3","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":"ZjhkNDc0NDE3Zjg2NWNkZjNiM2U2YjJhNzczNDhlYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b173668d-c10b-4938-b80b-67a4421435ac","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWQyZWI4MjUxYmEwYTc3NzIwN2E2NjEyZmQyY2JjNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c76546a2-b9a0-4096-83be-782271627204","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-24T06:29:19.558Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:29:19.558Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:19.565Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:19.565Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:19.661Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-24T06:29:19.662Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:19.663Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:19.679Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:19.680Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:29:20.566Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:29:20.567Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:20.569Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:20.570Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:29:20.669Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:29:20.671Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:20.671Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:20.681Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:20.682Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:29:21.570Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:29:21.571Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:21.573Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:21.573Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:29:21.673Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:29:21.673Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:21.674Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:21.684Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:21.685Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:29:22.573Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:29:22.574Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:22.579Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:22.579Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:22.677Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-24T06:29:22.678Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:22.678Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:22.689Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:22.689Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:29:23.579Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:29:23.580Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:23.583Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:23.583Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-24T06:29:23.683Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:29:23.684Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:23.684Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:23.696Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:23.697Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:29:24.584Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:29:24.584Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:24.587Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:24.587Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:24.687Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:29:24.688Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:24.688Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:24.701Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:24.702Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:29:25.587Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:29:25.589Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:25.591Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:25.591Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:25.691Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:29:25.692Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:25.692Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:25.703Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:25.703Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:29:26.591Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:29:26.592Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:26.595Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:26.595Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:29:26.695Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:29:26.696Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:26.696Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:26.710Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:26.711Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:29:27.596Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "666d3012-b3e5-467d-8b17-da1b390ac895",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5e133793-c40d-4906-9f06-a71ace9ddd3b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "1d7bbaac-14e8-46e7-b441-046e3411a39b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dc959d1f-62b1-41c4-8025-1dd2a146d6d7",
      "resourceInvariantUUID": "d869c011-a44b-4a5f-abbc-30af35e183e9",
      "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": "MTFkYjEwOGI1OGFhNjA1OWZjMGQ1NmY5M2FlZDMzNWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "da63f1a4-e2f6-4446-bf45-037e6a71ff8b",
          "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": "81f6b6ca-41bf-49f9-b892-6d69b4b39feb",
          "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": "ef5ef666-aaa7-4c77-bbdc-77199a7a20c5",
            "generatedFromUUID": "81f6b6ca-41bf-49f9-b892-6d69b4b39feb"
          },
          "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": "ef5ef666-aaa7-4c77-bbdc-77199a7a20c5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NWQyZWI4MjUxYmEwYTc3NzIwN2E2NjEyZmQyY2JjNGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c76546a2-b9a0-4096-83be-782271627204"
    }
  ],
  "workloadContext": "Production"
}
2022-09-24T06:29:27.596Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-24T06:29:27.596Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 666d3012-b3e5-467d-8b17-da1b390ac895 ASDC
2022-09-24T06:29:27.597Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ee9c7692-1062-4be3-aad7-b762467c1d2d
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:666d3012-b3e5-467d-8b17-da1b390ac895
ServiceInvariantUUID:5e133793-c40d-4906-9f06-a71ace9ddd3b
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:c76546a2-b9a0-4096-83be-782271627204
ArtifactChecksum:NWQyZWI4MjUxYmEwYTc3NzIwN2E2NjEyZmQyY2JjNGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:1d7bbaac-14e8-46e7-b441-046e3411a39b
ResourceInvariantUUID:d869c011-a44b-4a5f-abbc-30af35e183e9
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:dc959d1f-62b1-41c4-8025-1dd2a146d6d7
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:da63f1a4-e2f6-4446-bf45-037e6a71ff8b
ArtifactChecksum:MTFkYjEwOGI1OGFhNjA1OWZjMGQ1NmY5M2FlZDMzNWY=
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:81f6b6ca-41bf-49f9-b892-6d69b4b39feb
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:ef5ef666-aaa7-4c77-bbdc-77199a7a20c5
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:ef5ef666-aaa7-4c77-bbdc-77199a7a20c5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-24T06:29:27.598Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 666d3012-b3e5-467d-8b17-da1b390ac895 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:29:27.641Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:29:27.642Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-24T06:29:27.642Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-24T06:29:27.643Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c76546a2-b9a0-4096-83be-782271627204 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-24T06:29:27.643Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-24T06:29:27.643Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-24T06:29:27.718Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-24T06:29:27.723Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c76546a2-b9a0-4096-83be-782271627204 82519
2022-09-24T06:29:27.724Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-24T06:29:27.724Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-24T06:29:27.724Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:29:27.724Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:27.727Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:27.727Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000967724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:29:27.827Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:29:27.828Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:27.828Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:27.839Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:27.839Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:29:28.728Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:29:28.729Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-24T06:29:28.730Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c76546a2-b9a0-4096-83be-782271627204, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-24T06:29:28.730Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-09-24T06:29:28.730Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-24T06:29:28.731Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-24T06:29:28.815Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1281752555379198321/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
2022-09-24T06:29:30.032Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-24T06:29:30.034Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-24T06:29:30.034Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-24T06:29:30.035Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-24T06:29:30.035Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-24T06:29:30.035Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-24T06:29:30.035Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||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
2022-09-24T06:29:30.035Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-24T06:29:30.035Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-24T06:29:30.035Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-24T06:29:30.035Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||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
2022-09-24T06:29:30.035Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-24T06:29:30.035Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:30.035Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:30.035Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-24T06:29:30.036Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-24T06:29:30.036Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:29:30.036Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:30.036Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:30.036Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-24T06:29:30.036Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-24T06:29:30.036Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:29:30.036Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:30.036Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:30.036Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:30.036Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-24T06:29:30.037Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-24T06:29:30.037Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-24T06:29:30.037Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-24T06:29:30.037Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-24T06:29:30.037Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-24T06:29:30.037Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:30.037Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T06:29:30.037Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:30.037Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-24T06:29:30.037Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:29:30.039Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:30.039Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-24T06:29:30.039Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:29:30.039Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:30.039Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-24T06:29:30.039Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:29:30.039Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:30.040Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-24T06:29:30.040Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-24T06:29:30.040Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-24T06:29:30.040Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7e08bea6-6c80-4075-b91f-36e95559760f
2022-09-24T06:29:30.040Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:30.040Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:30.040Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:30.040Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:30.040Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:30.041Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:30.041Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:30.041Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:30.041Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:666d3012-b3e5-467d-8b17-da1b390ac895
Model Version:NULL
Model InvariantUuid:5e133793-c40d-4906-9f06-a71ace9ddd3b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:4b0c8bcf-889c-407b-93b4-43867c295abc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d869c011-a44b-4a5f-abbc-30af35e183e9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1d7bbaac-14e8-46e7-b441-046e3411a39b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6422d4ae-73c1-4592-bd8a-2e0e1b5940ad
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:3ae17b2d-cfd7-4143-9ea2-b2760e020dba
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7e08bea6-6c80-4075-b91f-36e95559760f
ModelInvariantUuid:c4f23aa3-8fa2-4e78-b580-bb243e3b0465
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:ca7aa90b-4d3b-420a-8867-9b4ee2d0a98f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:bb77f948-82f5-4130-9e69-6b51cd7e546e
ModelInvariantUuid:d19afb75-f7a3-428e-8d0c-13e3cb8321b0
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:29440d0d-49d2-4ce6-987f-5c072e5bb7ca
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-24T06:29:30.053Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: dc959d1f-62b1-41c4-8025-1dd2a146d6d7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:29:30.059Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2022-09-24T06:29:30.059Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dc959d1f-62b1-41c4-8025-1dd2a146d6d7
2022-09-24T06:29:30.059Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: da63f1a4-e2f6-4446-bf45-037e6a71ff8b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-24T06:29:30.059Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-24T06:29:30.059Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-24T06:29:30.135Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-24T06:29:30.136Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json da63f1a4-e2f6-4446-bf45-037e6a71ff8b 792
2022-09-24T06:29:30.136Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-09-24T06:29:30.137Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-24T06:29:30.137Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:29:30.137Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:30.141Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:30.141Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000970136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:29:30.241Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:29:30.242Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:30.242Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:30.258Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:30.259Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:29:31.143Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6422d4ae-73c1-4592-bd8a-2e0e1b5940ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3ae17b2d-cfd7-4143-9ea2-b2760e020dba",
    "vfModuleModelCustomizationUUID": "77455301-cb4a-43eb-9e1a-ded2e5bd6e34",
    "isBase": true,
    "artifacts": [
      "81f6b6ca-41bf-49f9-b892-6d69b4b39feb",
      "ef5ef666-aaa7-4c77-bbdc-77199a7a20c5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-24T06:29:31.146Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3ae17b2d-cfd7-4143-9ea2-b2760e020dba
VfModuleModelInvariantUUID:6422d4ae-73c1-4592-bd8a-2e0e1b5940ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
81f6b6ca-41bf-49f9-b892-6d69b4b39feb
,
ef5ef666-aaa7-4c77-bbdc-77199a7a20c5

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-09-24T06:29:31.160Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6422d4ae-73c1-4592-bd8a-2e0e1b5940ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3ae17b2d-cfd7-4143-9ea2-b2760e020dba",
    "vfModuleModelCustomizationUUID": "77455301-cb4a-43eb-9e1a-ded2e5bd6e34",
    "isBase": true,
    "artifacts": [
      "81f6b6ca-41bf-49f9-b892-6d69b4b39feb",
      "ef5ef666-aaa7-4c77-bbdc-77199a7a20c5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-24T06:29:31.161Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3ae17b2d-cfd7-4143-9ea2-b2760e020dba
VfModuleModelInvariantUUID:6422d4ae-73c1-4592-bd8a-2e0e1b5940ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
81f6b6ca-41bf-49f9-b892-6d69b4b39feb
,
ef5ef666-aaa7-4c77-bbdc-77199a7a20c5

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-09-24T06:29:31.161Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 81f6b6ca-41bf-49f9-b892-6d69b4b39feb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-24T06:29:31.161Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-24T06:29:31.161Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-24T06:29:31.213Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-24T06:29:31.213Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 81f6b6ca-41bf-49f9-b892-6d69b4b39feb 5033
2022-09-24T06:29:31.214Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-24T06:29:31.214Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-24T06:29:31.214Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:29:31.214Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:31.216Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:31.216Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000971214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:29:31.316Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:29:31.318Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:31.318Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:31.348Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:31.349Z||pool-122-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:29:32.217Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef5ef666-aaa7-4c77-bbdc-77199a7a20c5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-24T06:29:32.218Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-24T06:29:32.219Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-24T06:29:32.352Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-24T06:29:32.353Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ef5ef666-aaa7-4c77-bbdc-77199a7a20c5 903
2022-09-24T06:29:32.354Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-24T06:29:32.354Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-24T06:29:32.354Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:29:32.354Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:32.357Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:32.357Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000972354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:29:32.457Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:29:32.459Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:32.459Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:32.488Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:32.489Z||pool-123-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:29:33.358Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 666d3012-b3e5-467d-8b17-da1b390ac895
2022-09-24T06:29:33.389Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 dc959d1f-62b1-41c4-8025-1dd2a146d6d7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:29:33.416Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d609471, org.onap.sdc.toscaparser.api.parameters.Input@194832d8, org.onap.sdc.toscaparser.api.parameters.Input@2abdd5bf, org.onap.sdc.toscaparser.api.parameters.Input@40da570, org.onap.sdc.toscaparser.api.parameters.Input@7db76a9c]
2022-09-24T06:29:33.419Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:33.419Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:33.420Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-09-24T06:29:33.420Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1d7bbaac-14e8-46e7-b441-046e3411a39b
2022-09-24T06:29:33.420Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1d7bbaac-14e8-46e7-b441-046e3411a39b matches Tosca VF Customization UUID: 1d7bbaac-14e8-46e7-b441-046e3411a39b
2022-09-24T06:29:33.420Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1d7bbaac-14e8-46e7-b441-046e3411a39b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-24T06:29:33.424Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:33.425Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:33.426Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1d7bbaac-14e8-46e7-b441-046e3411a39b: {\"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\"}
2022-09-24T06:29:33.428Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@82a6f4d
2022-09-24T06:29:33.429Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:33.429Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T06:29:33.430Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77455301-cb4a-43eb-9e1a-ded2e5bd6e34
2022-09-24T06:29:33.430Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77455301-cb4a-43eb-9e1a-ded2e5bd6e34
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-24T06:29:33.436Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:33.445Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-24T06:29:33.445Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:29:33.446Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:33.446Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-24T06:29:33.446Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:29:33.448Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:33.449Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-24T06:29:33.449Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-24T06:29:33.449Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-24T06:29:33.450Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7e08bea6-6c80-4075-b91f-36e95559760f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-24T06:29:33.455Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:33.456Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-24T06:29:33.457Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:29:33.458Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:33.458Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-24T06:29:33.458Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1d7bbaac-14e8-46e7-b441-046e3411a39b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:29:33.462Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:33.463Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:33.463Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 666d3012-b3e5-467d-8b17-da1b390ac895: basic_vm_macro
2022-09-24T06:29:33.464Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:33.464Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:33.464Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:33.464Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:33.464Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:33.465Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:33.465Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:33.465Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:33.465Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:29:33.465Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:29:33.465Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:29:33.613Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro dc959d1f-62b1-41c4-8025-1dd2a146d6d7 1 ASDC deployResourceStructure
2022-09-24T06:29:33.613Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-09-24T06:29:33.613Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-24T06:29:33.613Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:29:33.614Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:33.617Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:33.617Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000973613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:29:33.717Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:29:33.720Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:33.720Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:33.782Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:33.783Z||pool-124-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:29:34.618Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-24T06:29:34.619Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-24T06:29:34.619Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:29:34.619Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:34.621Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:34.621Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000974618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-24T06:29:34.721Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:29:34.722Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:34.723Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:34.740Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:34.740Z||pool-125-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:29:35.622Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-24T06:29:35.623Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-24T06:29:35.623Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:29:35.623Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:35.625Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:35.625Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000975622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-24T06:29:35.725Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:29:35.726Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:35.727Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:35.738Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:35.738Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:29:36.628Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-24T06:29:36.628Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-24T06:29:36.628Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:29:36.629Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:29:36.631Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:29:36.631Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000976628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:29:36.731Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:29:36.732Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:29:36.732Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:36.742Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:36.743Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:29:37.632Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee9c7692-1062-4be3-aad7-b762467c1d2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:29:37.646Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee9c7692-1062-4be3-aad7-b762467c1d2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:29:37.652Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:29:37.652Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:29:37.652Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:29:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:29:43.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.
2022-09-24T06:29:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:29:44.611Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:29:44.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "clamp",
  "timestamp": 1664000926066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:29:44.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "clamp",
  "timestamp": 1664000929076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:29:44.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "clamp",
  "timestamp": 1664000930080,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:29:44.624Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ee9c7692-1062-4be3-aad7-b762467c1d2d
2022-09-24T06:29:44.624Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee9c7692-1062-4be3-aad7-b762467c1d2d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:29:44.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "aai-ml",
  "timestamp": 1664000930201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:29:44.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "aai-ml",
  "timestamp": 1664000931204,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:29:44.650Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee9c7692-1062-4be3-aad7-b762467c1d2d
2022-09-24T06:29:44.650Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee9c7692-1062-4be3-aad7-b762467c1d2d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000948568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000948777,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "aai-ml",
  "timestamp": 1664000942636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "cds",
  "timestamp": 1664000950651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000948568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000948777,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "aai-ml",
  "timestamp": 1664000942636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "cds",
  "timestamp": 1664000950651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000948568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000948777,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "aai-ml",
  "timestamp": 1664000942636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "cds",
  "timestamp": 1664000950651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000948568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000948777,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "aai-ml",
  "timestamp": 1664000942636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "cds",
  "timestamp": 1664000950651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000954531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000948568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "aai-ml",
  "timestamp": 1664000942636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000948777,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "cds",
  "timestamp": 1664000950651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000954531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000948568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000948777,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "aai-ml",
  "timestamp": 1664000942636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "cds",
  "timestamp": 1664000950651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000954531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "policy-id",
  "timestamp": 1664000956805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f71ba36-a01f-4bfd-9cba-aafeb36853e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000957838,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000948568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000948777,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "aai-ml",
  "timestamp": 1664000942636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "cds",
  "timestamp": 1664000950651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000954531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "policy-id",
  "timestamp": 1664000956805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000948568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "aai-ml",
  "timestamp": 1664000942636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000948777,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "cds",
  "timestamp": 1664000950651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000954531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "policy-id",
  "timestamp": 1664000956805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000948568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "aai-ml",
  "timestamp": 1664000942636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664000948777,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "cds",
  "timestamp": 1664000950651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000954531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "policy-id",
  "timestamp": 1664000956805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000961275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "aai-ml",
  "timestamp": 1664000961206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "cds",
  "timestamp": 1664000961269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000954531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "policy-id",
  "timestamp": 1664000956805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000962312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "cds",
  "timestamp": 1664000962466,
  "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 (?, ?, ?, ?, ?)
2022-09-24T06:29:44.683Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f45784c-40ce-46cb-b0ad-7ff15d84f61a
2022-09-24T06:29:44.684Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f45784c-40ce-46cb-b0ad-7ff15d84f61a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:29:44.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000954531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "policy-id",
  "timestamp": 1664000956805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664000963317,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:29:44.702Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2f45784c-40ce-46cb-b0ad-7ff15d84f61a
2022-09-24T06:29:44.702Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f45784c-40ce-46cb-b0ad-7ff15d84f61a and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:29:44.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000954531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "policy-id",
  "timestamp": 1664000956805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000964309,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "policy-id",
  "timestamp": 1664000956805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "policy-id",
  "timestamp": 1664000956805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000966239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "policy-id",
  "timestamp": 1664000966618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664000967242,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:29:44.724Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f45784c-40ce-46cb-b0ad-7ff15d84f61a
2022-09-24T06:29:44.725Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f45784c-40ce-46cb-b0ad-7ff15d84f61a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:29:44.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000967724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:29:44.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "policy-id",
  "timestamp": 1664000967623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:29:44.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "clamp",
  "timestamp": 1664000968573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "policy-id",
  "timestamp": 1664000968626,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:29:44.747Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f45784c-40ce-46cb-b0ad-7ff15d84f61a
2022-09-24T06:29:44.747Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f45784c-40ce-46cb-b0ad-7ff15d84f61a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:29:44.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "clamp",
  "timestamp": 1664000968573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "aai-ml",
  "timestamp": 1664000969511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:29:44.764Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000970136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:29:44.764Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "clamp",
  "timestamp": 1664000968573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "aai-ml",
  "timestamp": 1664000970514,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:29:44.774Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f45784c-40ce-46cb-b0ad-7ff15d84f61a
2022-09-24T06:29:44.775Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f45784c-40ce-46cb-b0ad-7ff15d84f61a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:29:44.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000971214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:29:44.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "clamp",
  "timestamp": 1664000968573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "clamp",
  "timestamp": 1664000968573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000972354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:29:44.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "clamp",
  "timestamp": 1664000968573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000973613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-24T06:29:44.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "clamp",
  "timestamp": 1664000968573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000974618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-24T06:29:44.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "clamp",
  "timestamp": 1664000968573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:29:44.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000975622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-24T06:29:44.789Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:29:44.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "clamp",
  "timestamp": 1664000968573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:29:44.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:29:44.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:29:44.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000976628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:29:44.789Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:30:07.652Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee9c7692-1062-4be3-aad7-b762467c1d2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:30:07.663Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee9c7692-1062-4be3-aad7-b762467c1d2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:30:07.670Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:30:07.670Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-24T06:30:07.671Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-24T06:30:07.671Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-24T06:30:07.671Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:30:07.671Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:30:07.671Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:30:07.671Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:30:07.671Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:30:07.672Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:30:07.672Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:30:07.689Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-24T06:30:37.689Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee9c7692-1062-4be3-aad7-b762467c1d2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-24T06:30:37.698Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee9c7692-1062-4be3-aad7-b762467c1d2d and serviceModelVersionId: 666d3012-b3e5-467d-8b17-da1b390ac895
2022-09-24T06:30:37.698Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e133793-c40d-4906-9f06-a71ace9ddd3b
2022-09-24T06:30:37.699Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e133793-c40d-4906-9f06-a71ace9ddd3b/model-vers/model-ver/666d3012-b3e5-467d-8b17-da1b390ac895?depth=0
2022-09-24T06:30:37.704Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-09-24T06:30:37.731Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e133793-c40d-4906-9f06-a71ace9ddd3b/model-vers/model-ver/666d3012-b3e5-467d-8b17-da1b390ac895?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-24T06:30:37.732Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e133793-c40d-4906-9f06-a71ace9ddd3b/model-vers/model-ver/666d3012-b3e5-467d-8b17-da1b390ac895?depth=0|INFO|500||Invoke
2022-09-24T06:30:37.754Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e133793-c40d-4906-9f06-a71ace9ddd3b/model-vers/model-ver/666d3012-b3e5-467d-8b17-da1b390ac895?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-24T06:30:38.008Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e133793-c40d-4906-9f06-a71ace9ddd3b/model-vers/model-ver/666d3012-b3e5-467d-8b17-da1b390ac895?depth=0|INFO|500||InvokeReturn
2022-09-24T06:30:38.010Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e133793-c40d-4906-9f06-a71ace9ddd3b/model-vers/model-ver/666d3012-b3e5-467d-8b17-da1b390ac895?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220924-06:30:37:638-76668], vertex-id=[237768], Content-Length=[0], Date=[Sat, 24 Sep 2022 06:30:37 GMT], Content-Type=[application/json]}
2022-09-24T06:30:38.010Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-09-24T06:30:38.010Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-24T06:30:38.010Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:30:38.020Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-24T06:30:38.020Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee9c7692-1062-4be3-aad7-b762467c1d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-24T06:30:38.020Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-24T06:30:38.021Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:30:38.023Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:30:38.024Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664001038020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:30:38.125Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:30:38.126Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:30:38.126Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:30:38.166Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:30:38.167Z||pool-128-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:30:39.039Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-24T06:30:39.040Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f45784c-40ce-46cb-b0ad-7ff15d84f61a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"49850495-8955-4ef3-9014-630d70f634da","serviceDescription":"service","serviceInvariantUUID":"ce75c6c5-c414-4ba3-a5d0-14cd84356582","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"06550499-2e1b-4218-b1f2-814d012b5e90","resourceInvariantUUID":"3cd13778-06d6-4063-ab90-f75a5ab7faa6","resourceCustomizationUUID":"e6f09547-44e9-426f-a598-bbc341a22d40","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":"MjQ4M2I5ZTI2MDQwMGNmZTQyMzVlMmZiNzRlMGVmMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa72376e-3826-4d70-aa22-87cf5cbdaaea","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":"d97e61f5-4e65-4e62-ae89-3c2781321487","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":"8afd966d-cee8-4d7f-8031-cbb7e29c50b0","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":"YjQwNDFkODA3YzU0ZDZkNTYwYjIxZGVmNGUxMDhhMzA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6d3e6d28-5383-4d29-816b-d191b62c59b0","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":"971b6bfc-9cd7-4028-afbd-65c9f983ab88","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":"181d801a-6a51-4def-9db9-cef3ea69b11a","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":"2fefbbc5-e0bc-405b-8552-9d7d8cc20027","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":"OGExNjQ5YTcwZjA4NjE0YjczOWU3YjQ4Yzc5YzE2ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fc7b0c12-d047-4a19-ba80-9276b731e2ed","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YzQzOTc0YTE5NmUxOTNlZGM5ZmQ1NDMxOWJlOTY4YTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f72e6654-7080-4e91-8ce4-1d1a90d898e5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-24T06:30:39.040Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:30:39.041Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:30:39.047Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:30:39.047Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:30:39.143Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-24T06:30:39.144Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:30:39.144Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:30:39.160Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:30:39.161Z||pool-129-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:30:40.049Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:30:40.050Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:30:40.054Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:30:40.054Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:30:40.153Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:30:40.154Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:30:40.154Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:30:40.166Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:30:40.167Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:30:41.054Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:30:41.060Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:30:41.062Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:30:41.063Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:30:41.171Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-09-24T06:30:41.172Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:30:41.172Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:30:41.203Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:30:41.204Z||pool-131-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:30:42.063Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:30:42.063Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:30:42.068Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:30:42.068Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:30:42.167Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:30:42.168Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:30:42.168Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:30:42.178Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:30:42.179Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:30:43.069Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:30:43.069Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:30:43.072Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:30:43.072Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:30:43.172Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:30:43.173Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:30:43.173Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:30:43.185Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:30:43.185Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:30:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:30:43.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.
2022-09-24T06:30:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:30:44.073Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:30:44.074Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:30:44.076Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:30:44.076Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:30:44.176Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:30:44.181Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:30:44.181Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:30:44.198Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:30:44.199Z||pool-134-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:30:44.230Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:30:44.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-24T06:30:44.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "clamp",
  "timestamp": 1664000987080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:30:44.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:30:44.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-24T06:30:44.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "clamp",
  "timestamp": 1664000989086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:30:44.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:30:44.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-24T06:30:44.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "clamp",
  "timestamp": 1664000990090,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:30:44.242Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2f45784c-40ce-46cb-b0ad-7ff15d84f61a
2022-09-24T06:30:44.243Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f45784c-40ce-46cb-b0ad-7ff15d84f61a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-24T06:30:44.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-24T06:30:44.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee9c7692-1062-4be3-aad7-b762467c1d2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664001038020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:30:44.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:30:44.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-24T06:30:44.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:30:44.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:30:44.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-24T06:30:44.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:30:44.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:30:44.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-24T06:30:44.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:30:44.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:30:44.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-24T06:30:44.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:30:44.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:30:44.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-24T06:30:44.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:30:44.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:30:45.077Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:30:45.078Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:30:45.081Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:30:45.081Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:30:45.181Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:30:45.182Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:30:45.182Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:30:45.197Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:30:45.198Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:30:46.082Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:30:46.082Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:30:46.086Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:30:46.086Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:30:46.186Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:30:46.187Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:30:46.187Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:30:46.198Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:30:46.199Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:30:47.086Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:30:47.087Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:30:47.090Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:30:47.091Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:30:47.190Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:30:47.191Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:30:47.192Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:30:47.204Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:30:47.205Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:30:48.092Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "49850495-8955-4ef3-9014-630d70f634da",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ce75c6c5-c414-4ba3-a5d0-14cd84356582",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e6f09547-44e9-426f-a598-bbc341a22d40",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "06550499-2e1b-4218-b1f2-814d012b5e90",
      "resourceInvariantUUID": "3cd13778-06d6-4063-ab90-f75a5ab7faa6",
      "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": "YzQzOTc0YTE5NmUxOTNlZGM5ZmQ1NDMxOWJlOTY4YTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f72e6654-7080-4e91-8ce4-1d1a90d898e5"
    }
  ],
  "workloadContext": "Production"
}
2022-09-24T06:30:48.092Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-24T06:30:48.093Z|ee9c7692-1062-4be3-aad7-b762467c1d2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 49850495-8955-4ef3-9014-630d70f634da ASDC
2022-09-24T06:30:48.093Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2f45784c-40ce-46cb-b0ad-7ff15d84f61a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:49850495-8955-4ef3-9014-630d70f634da
ServiceInvariantUUID:ce75c6c5-c414-4ba3-a5d0-14cd84356582
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:f72e6654-7080-4e91-8ce4-1d1a90d898e5
ArtifactChecksum:YzQzOTc0YTE5NmUxOTNlZGM5ZmQ1NDMxOWJlOTY4YTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e6f09547-44e9-426f-a598-bbc341a22d40
ResourceInvariantUUID:3cd13778-06d6-4063-ab90-f75a5ab7faa6
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:06550499-2e1b-4218-b1f2-814d012b5e90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-24T06:30:48.093Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49850495-8955-4ef3-9014-630d70f634da ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:30:48.132Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:30:48.133Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-24T06:30:48.133Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-24T06:30:48.133Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f72e6654-7080-4e91-8ce4-1d1a90d898e5 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-24T06:30:48.133Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-24T06:30:48.133Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-24T06:30:48.214Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-24T06:30:48.218Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f72e6654-7080-4e91-8ce4-1d1a90d898e5 110770
2022-09-24T06:30:48.218Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-09-24T06:30:48.218Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-24T06:30:48.218Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:30:48.218Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:30:48.220Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:30:48.220Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664001048218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:30:48.320Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:30:48.321Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:30:48.322Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:30:48.335Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:30:48.336Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:30:49.221Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:30:49.222Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-24T06:30:49.223Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f72e6654-7080-4e91-8ce4-1d1a90d898e5, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-24T06:30:49.223Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-09-24T06:30:49.224Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-24T06:30:49.224Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-24T06:30:49.352Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11616508358683452978/Definitions/service-TestPnfMacro-template.yml
2022-09-24T06:30:50.108Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-24T06:30:50.108Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-24T06:30:50.108Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-24T06:30:50.108Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-24T06:30:50.108Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-24T06:30:50.108Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-24T06:30:50.108Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-24T06:30:50.108Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-24T06:30:50.108Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-24T06:30:50.108Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-24T06:30:50.108Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-24T06:30:50.108Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-24T06:30:50.109Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:30:50.109Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:30:50.109Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-24T06:30:50.109Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-24T06:30:50.109Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:30:50.109Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:30:50.109Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:30:50.109Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-24T06:30:50.110Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-24T06:30:50.110Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:30:50.110Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:30:50.110Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:30:50.110Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:30:50.110Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:30:50.110Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:30:50.110Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:30:50.110Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:30:50.110Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:30:50.110Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:30:50.110Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:30:50.110Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:49850495-8955-4ef3-9014-630d70f634da
Model Version:NULL
Model InvariantUuid:ce75c6c5-c414-4ba3-a5d0-14cd84356582
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-24T06:30:50.186Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 06550499-2e1b-4218-b1f2-814d012b5e90
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:30:50.194Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||test-pnf 0
2022-09-24T06:30:50.194Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 06550499-2e1b-4218-b1f2-814d012b5e90
2022-09-24T06:30:50.194Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 49850495-8955-4ef3-9014-630d70f634da
2022-09-24T06:30:50.195Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 49850495-8955-4ef3-9014-630d70f634da
2022-09-24T06:30:50.195Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 06550499-2e1b-4218-b1f2-814d012b5e90 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:30:50.208Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2daa2284, org.onap.sdc.toscaparser.api.parameters.Input@60db1f19, org.onap.sdc.toscaparser.api.parameters.Input@4b108087, org.onap.sdc.toscaparser.api.parameters.Input@36b8f6d7, org.onap.sdc.toscaparser.api.parameters.Input@4a7a5c86]
2022-09-24T06:30:50.209Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:30:50.209Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:30:50.209Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 49850495-8955-4ef3-9014-630d70f634da: test-pnf
2022-09-24T06:30:50.209Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||Processing PNF resource: 06550499-2e1b-4218-b1f2-814d012b5e90
2022-09-24T06:30:50.209Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-24T06:30:50.210Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:30:50.210Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||Resource customization UUID: e6f09547-44e9-426f-a598-bbc341a22d40 is the same as notified resource customizationUUID: e6f09547-44e9-426f-a598-bbc341a22d40
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-24T06:30:50.330Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 06550499-2e1b-4218-b1f2-814d012b5e90 0 ASDC deployResourceStructure
2022-09-24T06:30:50.331Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-09-24T06:30:50.332Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-24T06:30:50.332Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:30:50.332Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:30:50.334Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:30:50.335Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664001050331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:30:50.434Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:30:50.435Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:30:50.435Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:30:50.455Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:30:50.455Z||pool-139-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:30:51.336Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f45784c-40ce-46cb-b0ad-7ff15d84f61a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:30:51.349Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f45784c-40ce-46cb-b0ad-7ff15d84f61a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-24T06:30:51.352Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:30:51.352Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-24T06:30:51.352Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-24T06:30:51.352Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-24T06:30:51.352Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:30:51.352Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:30:51.352Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:30:51.352Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:30:51.353Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:30:51.353Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:30:51.353Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-24T06:30:51.353Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:30:51.358Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-24T06:31:21.359Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f45784c-40ce-46cb-b0ad-7ff15d84f61a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-24T06:31:21.365Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f45784c-40ce-46cb-b0ad-7ff15d84f61a and serviceModelVersionId: 49850495-8955-4ef3-9014-630d70f634da
2022-09-24T06:31:21.366Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce75c6c5-c414-4ba3-a5d0-14cd84356582
2022-09-24T06:31:21.366Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce75c6c5-c414-4ba3-a5d0-14cd84356582/model-vers/model-ver/49850495-8955-4ef3-9014-630d70f634da?depth=0
2022-09-24T06:31:21.371Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-09-24T06:31:21.405Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce75c6c5-c414-4ba3-a5d0-14cd84356582/model-vers/model-ver/49850495-8955-4ef3-9014-630d70f634da?depth=0|INFO|500||Invoke
2022-09-24T06:31:21.406Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce75c6c5-c414-4ba3-a5d0-14cd84356582/model-vers/model-ver/49850495-8955-4ef3-9014-630d70f634da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce75c6c5-c414-4ba3-a5d0-14cd84356582/model-vers/model-ver/49850495-8955-4ef3-9014-630d70f634da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f45784c-40ce-46cb-b0ad-7ff15d84f61a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b9b5e771-13ed-4bbe-8ee0-a493380593e4], X-ECOMP-RequestID=[2f45784c-40ce-46cb-b0ad-7ff15d84f61a], X-TransactionId=[], X-ONAP-RequestID=[2f45784c-40ce-46cb-b0ad-7ff15d84f61a], Content-Type=[application/merge-patch+json]}
2022-09-24T06:31:21.427Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce75c6c5-c414-4ba3-a5d0-14cd84356582/model-vers/model-ver/49850495-8955-4ef3-9014-630d70f634da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-24T06:31:21.545Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce75c6c5-c414-4ba3-a5d0-14cd84356582/model-vers/model-ver/49850495-8955-4ef3-9014-630d70f634da?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/ce75c6c5-c414-4ba3-a5d0-14cd84356582/model-vers/model-ver/49850495-8955-4ef3-9014-630d70f634da?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220924-06:31:21:311-10758], vertex-id=[233560], Content-Length=[0], Date=[Sat, 24 Sep 2022 06:31:21 GMT], Content-Type=[application/json]}
2022-09-24T06:31:21.546Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce75c6c5-c414-4ba3-a5d0-14cd84356582/model-vers/model-ver/49850495-8955-4ef3-9014-630d70f634da?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-24T06:31:21.546Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce75c6c5-c414-4ba3-a5d0-14cd84356582/model-vers/model-ver/49850495-8955-4ef3-9014-630d70f634da?depth=0|INFO|500||InvokeReturn
2022-09-24T06:31:21.547Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-24T06:31:21.547Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-24T06:31:21.552Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-24T06:31:21.553Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f45784c-40ce-46cb-b0ad-7ff15d84f61a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-24T06:31:21.553Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-24T06:31:21.553Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:31:21.555Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:31:21.555Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664001081553,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:31:21.655Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:31:21.657Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-24T06:31:21.657Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:31:21.704Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:31:21.704Z||pool-140-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:31:22.586Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:31:22.587Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:31:22.587Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:31:32.222Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:31:32.223Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:31:32.223Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:31:32.223Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:31:41.886Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:31:43.935Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:31:43.937Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:31:43.938Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:31:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:31:43.945Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:31:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:31:43.993Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:31:43.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-24T06:31:43.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:31:43.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:31:53.561Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:32:43.939Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:32:43.941Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:32:43.941Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:32:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:32:43.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.
2022-09-24T06:32:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:32:44.513Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:32:44.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:32:44.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664000958865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664001048218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664001050331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-24T06:32:44.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f45784c-40ce-46cb-b0ad-7ff15d84f61a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664001081553,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:32:44.516Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:32:53.601Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:33:43.936Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:33:43.937Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:33:43.938Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:33:43.946Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:33:43.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.
2022-09-24T06:33:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:33:53.542Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:33:53.545Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:34:43.935Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:34:43.937Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:34:43.937Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:34:43.945Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:34:43.947Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:34:43.948Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:34:53.517Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:34:53.520Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:35:43.935Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:35:43.937Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:35:43.937Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:35:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:35:43.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.
2022-09-24T06:35:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:35:53.659Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:35:53.670Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:36:43.936Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:36:43.938Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:36:43.938Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:36:43.946Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:36:43.947Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:36:43.947Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:36:53.534Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:36:53.544Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:37:43.935Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:37:43.937Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:37:43.937Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:37:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:37:43.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.
2022-09-24T06:37:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:37:53.545Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:37:53.545Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:38:43.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:38:43.938Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:38:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:38:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:38:43.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.
2022-09-24T06:38:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:38:53.538Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:38:53.614Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:39:43.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:39:43.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:39:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:39:43.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:39:43.945Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:39:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:39:53.517Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:39:53.528Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:40:43.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:40:43.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:40:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:40:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:40:43.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.
2022-09-24T06:40:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:40:53.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:40:53.551Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:41:43.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:41:43.939Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:41:43.939Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:41:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:41:43.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.
2022-09-24T06:41:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:41:53.514Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:41:53.521Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:42:43.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:42:43.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:42:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:42:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:42:43.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.
2022-09-24T06:42:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:42:53.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:42:53.549Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:43:43.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:43:43.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:43:43.936Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:43:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:43:43.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.
2022-09-24T06:43:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:43:53.610Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:43:53.631Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:44:43.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:44:43.938Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:44:43.939Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:44:43.945Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:44:43.946Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:44:43.946Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:44:53.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:44:53.547Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:45:43.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:45:43.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:45:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:45:43.945Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:45:43.945Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:45:43.946Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:45:53.525Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:45:53.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:46:43.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:46:43.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:46:43.936Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:46:43.945Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:46:43.945Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:46:43.945Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:46:53.584Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:46:53.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:47:43.935Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:47:43.936Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:47:43.937Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:47:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:47:43.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.
2022-09-24T06:47:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:47:53.515Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:47:53.523Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:48:43.936Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:48:43.938Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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.
2022-09-24T06:48:43.938Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:48:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:48:43.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.
2022-09-24T06:48:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:48:53.547Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:48:53.560Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:49:43.935Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:49:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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.
2022-09-24T06:49:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:49:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:49:43.945Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:49:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:49:53.531Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:49:53.537Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:50:43.935Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:50:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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.
2022-09-24T06:50:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:50:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:50:43.945Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:50:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:50:53.518Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:50:53.533Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:51:43.935Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:51:43.936Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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.
2022-09-24T06:51:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:51:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:51:43.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.
2022-09-24T06:51:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:51:53.528Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:51:53.530Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:52:43.935Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:52:43.936Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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.
2022-09-24T06:52:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:52:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:52:43.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.
2022-09-24T06:52:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:52:53.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:52:53.541Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:53:43.935Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:53:43.936Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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.
2022-09-24T06:53:43.936Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:53:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:53:43.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.
2022-09-24T06:53:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:53:53.508Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:53:53.516Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:54:43.935Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:54:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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.
2022-09-24T06:54:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:54:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:54:43.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.
2022-09-24T06:54:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:54:53.520Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:54:53.547Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:55:43.935Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:55:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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.
2022-09-24T06:55:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:55:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:55:43.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:55:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:55:53.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:55:53.562Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:56:43.935Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:56:43.936Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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.
2022-09-24T06:56:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:56:43.945Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:56:43.946Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:56:43.946Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:56:53.552Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:56:53.557Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:57:43.935Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:57:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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.
2022-09-24T06:57:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:57:43.945Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:57:43.946Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:57:43.947Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:57:53.521Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:57:53.545Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:58:43.935Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:58:43.936Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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.
2022-09-24T06:58:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:58:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:58:43.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.
2022-09-24T06:58:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:58:53.543Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:58:53.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:59:43.935Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:59:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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.
2022-09-24T06:59:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:59:43.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:59:43.945Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T06:59:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:59:53.509Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T06:59:53.525Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:00:43.935Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:00:43.936Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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.
2022-09-24T07:00:43.937Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:00:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:00:43.945Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:00:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:00:53.540Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:00:53.545Z|6f71ba36-a01f-4bfd-9cba-aafeb36853e5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:01:43.936Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:01:43.937Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:01:43.937Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:01:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:01:43.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.
2022-09-24T07:01:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:01:53.537Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:01:53.537Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:02:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:02:43.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:02:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:02:43.955Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:02:43.956Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:02:43.956Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:02:53.532Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:02:53.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:03:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:03:43.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:03:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:03:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:03:43.945Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:03:43.945Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:03:53.519Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:03:53.547Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:04:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:04:43.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:04:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:04:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:04:43.945Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:04:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:04:53.501Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:04:53.510Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:05:43.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:05:43.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:05:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:05:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:05:43.945Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:05:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:05:53.540Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:05:53.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:06:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:06:43.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:06:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:06:43.945Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:06:43.946Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:06:43.946Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:06:53.531Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:06:53.533Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:07:43.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:07:43.937Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:07:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:07:43.945Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:07:43.946Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:07:43.946Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:07:53.538Z|2f45784c-40ce-46cb-b0ad-7ff15d84f61a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:07:53.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:08:43.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:08:43.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:08:43.936Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:08:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:08:43.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.
2022-09-24T07:08:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:08:53.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:08:53.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:09:43.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:09:43.937Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:09:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:09:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:09:43.945Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:09:43.945Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:09:53.527Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:09:53.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:10:43.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:10:43.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:10:43.936Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:10:43.945Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:10:43.946Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:10:43.946Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:10:53.546Z|ea65f14d-71d4-467b-b39e-82e0e92a2abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:10:53.574Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:11:43.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:11:43.937Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:11:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:11:43.945Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:11:43.946Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:11:43.946Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:11:53.506Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:11:53.512Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:12:43.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:12:43.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:12:43.936Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:12:43.945Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:12:43.946Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:12:43.946Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:12:53.512Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:12:53.517Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:13:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:13:43.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:13:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:13:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:13:43.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.
2022-09-24T07:13:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:13:53.550Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:13:53.552Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:14:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:14:43.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:14:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:14:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:14:43.945Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:14:43.945Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:14:53.535Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:14:53.539Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:15:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:15:43.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T07:15:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:15:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T07:15:43.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.
2022-09-24T07:15:43.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 oBG4IJh5xICFWcNV) ...
2022-09-24T07:15:53.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T07:15:53.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK